skip to Main Content

File already exists in database error from Protobuf when deploying Google Dataflow template after MacOS Catalina upgrade – Debian

I have a project that uses Google Dataflow. I have been successfully using the following command (and commands like it) for months to deploy templates. .venv/bin/python -m dataflow.registry_files.delimited_file --runner=DataflowRunner --region=us-central1 --project=myproject --staging_location=gs://mybucket-staging/staging/gr265 --template_location=gs://mybucket-code/templates/gr265 --temp_location=gs://mybucket-staging/temp/gr265 --no_use_public_ips --save_main_session --setup_file=dataflow/setup.py --projectId=myproject --datasetId=padl_staging --tableId=gr265…

VIEW QUESTION
Back To Top
Search