You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
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??
The text was updated successfully, but these errors were encountered: