Skip to content

Switch to mongo_conn_id argument into the MongoHook constructor - #36896

Merged
eladkal merged 1 commit into
apache:mainfrom
Taragolis:add-mongo-conn-id
Jan 19, 2024
Merged

Switch to mongo_conn_id argument into the MongoHook constructor#36896
eladkal merged 1 commit into
apache:mainfrom
Taragolis:add-mongo-conn-id

Conversation

@Taragolis

Copy link
Copy Markdown
Contributor

continuation of: #28946

Docstring in MongoHook mentioned about mongo_conn_id, but this parameter is not take any affect. conn_id is also too generic. So let's switch to the mongo_conn_id instead and make it consistent to other mongo Operators/Sensors which are use mongo_conn_id internally.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@eladkal
eladkal merged commit 78b179f into apache:mainJan 19, 2024
@Taragolis
Taragolis deleted the add-mongo-conn-id branch January 23, 2024 14:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Taragolis@eladkal