nathadfield commented on PR #34018: URL: https://github.com/apache/airflow/pull/34018#issuecomment-1715274323
@pankajkoti I just tried out the new provider with the example code I provided on the original [issue](https://github.com/apache/airflow/issues/34010). However, the result doesn't seem to be quite right as the error is reporting an attribute error on `check_value`. ``` [2023-09-12, 08:41:22 UTC] {taskinstance.py:1935} ERROR - Task failed with exception Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/airflow/providers/google/cloud/operators/bigquery.py", line 449, in execute self.check_value(records) AttributeError: 'BigQueryValueCheckOperator' object has no attribute 'check_value' ``` -- 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]
