svetakvsundhar opened a new issue, #23760: URL: https://github.com/apache/beam/issues/23760
### What happened? When utilizing `apache_beam.dataframe.io.read_gbq`, we see an error as described in the image. <img width="1205" alt="Screen Shot 2022-10-19 at 1 13 11 PM" src="https://user-images.githubusercontent.com/26037657/197025025-574be904-e2fc-4511-b986-9a5a04599d1d.png"> A workaround to this is to add `from apache_beam.io.gcp import bigquery_schema_tools` to the Python file that calls`read_gbq`. ### Issue Priority Priority: 2 ### Issue Component Component: dsl-dataframe -- 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]
