-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigQuery Storage: Update quickstart sample with data format and sharding options. #8665
Conversation
Comments copied from @shollyman's GoogleCloudPlatform/golang-samples#906. |
*_pb2_grpc.py | ||
google/cloud/bigquery_storage_v1beta1/gapic/big_query_storage_client.py | ||
google/cloud/bigquery_storage_v1beta1/gapic/transports/big_query_storage_grpc_transport.py | ||
tests/unit/gapic/v1beta1/test_big_query_storage_client_v1beta1.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change intentional? Seems like it might break stuff.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linter is passing. Seems these lines are no longer needed.
# Add templated files | ||
# ---------------------------------------------------------------------------- | ||
templated_files = common.py_library(unit_cov_level=79, cov_level=79, samples_test=True, system_test_dependencies=["fastavro", "pandas", "pyarrow != 0.14.0"]) | ||
s.move(templated_files) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need one or more excludes here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather keep the common templates if possible. It seems to be working.
samples/
directory.synth.py
to use common templates (which now includes samples tests in the noxfile).