Skip to content

Replace parameter for operator post removal of deprecated param #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2022

Conversation

pankajkoti
Copy link
Collaborator

The deprecated param bigquery_conn_id of
BigQueryCreateEmptyDatasetOperator has been removed as part of
PR apache/airflow#23326 . Hence, update the
operator task to use the new param gcp_conn_id.

Attaching the DAG import error screenshot.
Screenshot 2022-05-26 at 4 41 19 PM

The deprecated param `bigquery_conn_id` of
`BigQueryCreateEmptyDatasetOperator` has been removed as part of
PR apache/airflow#23326 . Hence, update the
operator task to use the new param `gcp_conn_id`.
@codecov
Copy link

codecov bot commented May 26, 2022

Codecov Report

Merging #387 (9f37ddd) into main (160b1ff) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   96.99%   96.99%           
=======================================
  Files          55       55           
  Lines        2891     2891           
=======================================
  Hits         2804     2804           
  Misses         87       87           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 160b1ff...9f37ddd. Read the comment docs.

@pankajkoti pankajkoti merged commit 62bb136 into main May 26, 2022
@pankajkoti pankajkoti deleted the replace-deleted-param branch May 26, 2022 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants