What do you see as an issue?
https://github.com/apache/airflow/blob/main/providers/google/src/airflow/providers/google/cloud/operators/bigquery.py#L1489
Copy and pasting this snippet makes it fail because it's missing a comma after "dataset_reference"
Solving the problem
Just add a comma so when copy and pasting doesn't fail.
Like this :D
dataset_reference={"friendlyName": "New Dataset"},
Anything else
No response
Are you willing to submit PR?
Code of Conduct
What do you see as an issue?
https://github.com/apache/airflow/blob/main/providers/google/src/airflow/providers/google/cloud/operators/bigquery.py#L1489
Copy and pasting this snippet makes it fail because it's missing a comma after "dataset_reference"
Solving the problem
Just add a comma so when copy and pasting doesn't fail.
Like this :D
Anything else
No response
Are you willing to submit PR?
Code of Conduct