bryan824 commented on issue #25037:
URL: https://github.com/apache/airflow/issues/25037#issuecomment-1184730477
#23141 checked. Please see the details below for comparison.
`apache-airflow-providers-google | 8.1.0`
```
ValueError: When default_project is not set, table_id must be a
fully-qualified ID in standard SQL format, e.g., "project.dataset_id.table_id",
got test.table_to_delete
```
`apache-airflow-providers-google | 8.2.0rc1`
```
[2022-07-14 17:41:49,262] {bigquery.py:1182} INFO - Deleted table
test.table_to_delete
```
--
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]