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
When using the max_id_key feature of GCSToBigQueryOperator it fails with the error:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", line 312, in execute
row = list(bq_hook.get_job(job_id).result())
File "/usr/local/lib/python3.9/site-packages/airflow/providers/google/common/hooks/base_google.py", line 444, in inner_wrapper
raise AirflowException(
airflow.exceptions.AirflowException: You must use keyword arguments in this methods rather than positional
What you think should happen instead
The max id value for the key should be returned.
How to reproduce
Any use of this column fails, since the error is related to retrieving the job result.
Apache Airflow Provider(s)
google
Versions of Apache Airflow Providers
8.3.0
Apache Airflow version
2.3.4
Operating System
OSX
Deployment
Virtualenv installation
Deployment details
No response
What happened
When using the
max_id_key
feature ofGCSToBigQueryOperator
it fails with the error:What you think should happen instead
The max id value for the key should be returned.
How to reproduce
Any use of this column fails, since the error is related to retrieving the job result.
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: