kevingoss2 commented on PR #26786:
URL: https://github.com/apache/airflow/pull/26786#issuecomment-1424766355
I am still having this issue with the latest Airflow (2.5.1) and Google
providers (8.6.0).
File
"/opt/bitnami/airflow/venv/lib/python3.9/site-packages/airflow/providers/common/sql/hooks/sql.py",
line 349, in run
self._run_command(cur, sql_statement, parameters)
File
"/opt/bitnami/airflow/venv/lib/python3.9/site-packages/airflow/providers/common/sql/hooks/sql.py",
line 380, in _run_command
cur.execute(sql_statement)
File
"/opt/bitnami/airflow/venv/lib/python3.9/site-packages/airflow/providers/google/cloud/hooks/bigquery.py",
line 2697, in execute
description = _format_schema_for_description(query_results["schema"])
File
"/opt/bitnami/airflow/venv/lib/python3.9/site-packages/airflow/providers/google/cloud/hooks/bigquery.py",
line 3006, in _format_schema_for_description
field["mode"] == "NULLABLE",
KeyError: 'mode'
--
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]