AlejandroMorgante commented on issue #69562: URL: https://github.com/apache/airflow/issues/69562#issuecomment-4910730189
Verified `apache-airflow-providers-google==22.2.2rc1`. Tested: https://github.com/apache/airflow/pull/69386 Environment: - Breeze (Airflow main dev environment) - Python 3.10 - Provider installed from the PyPI RC package (confirmed the operator module resolves to site-packages with version `22.2.2rc1`, not local sources) - Tested against a real GCP project (BigQuery, `asia-east1` dataset) Result: - Ran the `bq_value_check_location` system test with a multiline SQL query in `BigQueryInsertJobOperator` — the full Dag passed (create dataset/table, insert job, value checks, teardown). - The task log now shows the SQL on its own `SQL query:` line with natural newlines, right after the `Executing:` configuration line. - The BigQuery job completed successfully, so no functional regression. -- 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]
