Skip to content

Commit

Permalink
Added @apply_defaults decorator. (#12620)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathadfield committed Nov 28, 2020
1 parent de3b1e6 commit 76bcd08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/google/cloud/operators/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2001,6 +2001,7 @@ class BigQueryInsertJobOperator(BaseOperator):
template_fields_renderers = {"configuration": "json"}
ui_color = BigQueryUIColors.QUERY.value

@apply_defaults
def __init__(
self,
configuration: Dict[str, Any],
Expand Down

0 comments on commit 76bcd08

Please sign in to comment.