tvalentyn commented on issue #30191: URL: https://github.com/apache/beam/issues/30191#issuecomment-1922462536
Repro: ``` pip install tensorflow-transform apache-beam ``` ``` from apache_beam.ml.transforms.utils import ArtifactsFetcher artifact_location='gs://temp-storage-for-end-to-end-tests/tft/8825e9c2853143f289c2673feb3bc64b' artifacts_fetcher = ArtifactsFetcher(artifact_location=artifact_location) actual_vocab_list = artifacts_fetcher.get_vocab_list() ``` FileNotFoundError: [Errno 2] No such file or directory: 'gs://temp-storage-for-end-to-end-tests/tft/8825e9c2853143f289c2673feb3bc64b' -- 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]
