VladaZakharova commented on issue #28343:
URL: https://github.com/apache/airflow/issues/28343#issuecomment-1374900424
Hi Team :)
Sorry for late answer
I was trying to reproduce the error from the bug using fields with DATETIME
datatypes, but it seems that i have faced the same problem as @vchiapaikeo :
```
[2023-01-08, 18:22:54 UTC] {bigquery.py:1539} INFO - Inserting job
airflow_1673202174759817_9f8c4ae8e3753678300a383ad345da39
[2023-01-08, 18:22:56 UTC] {bigquery.py:603} INFO - Record: col_name
check_type check_result
0 updated_at min 2023-01-04 11:19:23.202309
[2023-01-08, 18:22:56 UTC] {taskinstance.py:1904} ERROR - Task failed with
exception
Traceback (most recent call last):
File
"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/bigquery.py",
line 616, in execute
failed_tests(
TypeError: 'list' object is not callable
```
@tmccall8829 Can we also check how did you add some data to your dataset?
Did you use already existing dataset or you have used some operator to upload
it? Is this data is transferred from another storage like GCS?
--
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]