EugeneYushin commented on issue #45512: URL: https://github.com/apache/airflow/issues/45512#issuecomment-2581896186
I was able to trace it to that line: https://github.com/apache/airflow/blob/4c5d85aeec5382d4da6505f33581076b526c37de/providers/src/airflow/providers/google/cloud/operators/bigquery.py#L1720 Providing empty `schema_fields` explicitly intervenes with BQ logic for schema auto-detection. Nominal check to pass it to BQ client if only this field is set should fix the issue. -- 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]
