GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
Apache Beam Requirement File require an update
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
[Requirement - Add `sudo pip install apache_beam[gcp]`]
(https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/data_analysis/lab2/python/install_packages.sh#L5)
Error Output without the requirement file
`Traceback (most recent call last):
File "JavaProjectsThatNeedHelp.py", line 190, in
run()
File "JavaProjectsThatNeedHelp.py", line 166, in run
bigqcollection = p | 'ReadFromBQ' >> beam.io.Read(beam.io.BigQuerySource(project=project,query=get_java_query))
File "/usr/local/lib/python2.7/dist-packages/apache_beam/io/gcp/bigquery.py", line 321, in __init__
'Google Cloud IO not available, '
ImportError: Google Cloud IO not available, please install apache_beam[gcp]`
Contributor guide
Assessment
This issue has not been assessed yet.