aIbrahiim commented on issue #38782:
URL: https://github.com/apache/beam/issues/38782#issuecomment-4842247229

   I looked at last run 
https://github.com/apache/beam/actions/runs/28416310321/job/84199856147 and  
the Generate Vocab job is failing with error is that the GCS path for 
MLTransform artifacts is always the same and attributes.json is already there 
from a previous run also the job uses 
gs://temp-storage-for-perf-tests/loadtests/mltransform_vocab_artifacts every 
time because it don’t pass --artifact_location. MLTransform refuses to 
overwrite that folder so we fix it like  One Hot Encoding by adding a unique 
path per run like 
--artifact_location=gs://temp-storage-for-perf-tests/mltransform/vocab_artifacts_${NOW_UTC}
 in the workflow step @shunping 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to