svetakvsundhar commented on issue #23760: URL: https://github.com/apache/beam/issues/23760#issuecomment-1286337877
> ### Why didn't tests catch this? > We do have tests for this in [`apache_beam.dataframe.io_it_test`](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/dataframe/io_it_test.py). I'm not quite sure why they didn't catch this - presumably the package is imported somewhere else in the course of running tests, either in another test, or during discovery. So the attribute access works in that context. -I agree with this reasoning. I ran an experiment on the test file removing the `apache_beam.io.gcp.bigquery_schema_tools` import, and the error surfaced on the IDE. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
