Skip to content

BigQueryCreateEmptyDatasetOperator "dataset_reference" missing comma #60063

@ericmartinezr

Description

@ericmartinezr

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions