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
Thanks for the bug report.
I confirm there' something wrong in beam's code: with such setup, the ConstantTableDestinations created for the BigQuery table will always return null when getSchema is called.
As you didn't provide the schema in the write API, beam tried to infer one from the table information.
You can however workaround this with converting the avro schema to a table schema yourself
Environment
I have a simple Dataflow that reads Avro files from GCS and saves them into BigQuery.
However, the following exception is thrown
The text was updated successfully, but these errors were encountered: