googledatalab / datalab

Interactive tools and developer experiences for Big Data on Google Cloud Platform.
Apache License 2.0
974 stars 249 forks source link

INFO:apache_beam.runners.portability.stager:Executing command: #2184

Open nikeshkale-tudip opened 2 years ago

nikeshkale-tudip commented 2 years ago

Screenshot 2022-01-01 8 19 48 PM I was perfoming one lab where I am facing the issue on after running below command:-

python3 saflongrunjobdataflow.py --project=qwiklabs-gcp-01-89416f8a368c --input_topic=projects/qwiklabs-gcp-01-89416f8a368c/topics/saf-topic --runner=DataflowRunner --temp_location=gs://audio-staging-qwiklabs-gcp-01-89416f8a368c/tmp --output_bigquery=saf.transcripts --requirements_file="requirements.txt" --region=us-central1

Error:-

/home/student_00_27ceb4c09932/dataflow-contact-center-speech-analysis/saf-longrun-job-dataflow/env/lib/python3.7/site-packages/apache_beam/io/gcp/bigquery.py:2102: BeamDeprecationWarning: options is deprecated since First stable release. References to .options will not be supported self.table_reference.projectId = pcoll.pipeline.options.view_as( DEBUG:root:Unhandled type_constraint: Union[] DEBUG:root:Unhandled type_constraint: Union[] INFO:apache_beam.runners.portability.stager:Executing command: ['/home/student_00_27ceb4c09932/dataflow-contact-center-speech-analysis/saf-longrun-job-dataflow/env/bin/python3', '-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', '/tmp/tmpq411fvtk/tmp_requirements.txt', '--exists-action', 'i', '--no-binary', ':all:']

Can some one please help me??