Skip to content
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

Fix gcp_conn_id in PubsubPullTrigger #42671

Merged

Conversation

gopidesupavan
Copy link
Member

Currently the values gcp_conn_id, impersonation_chain, project_id not using in PubsubPullTrigger.
This fix is to use provided values from sensor and create connection hook in PubsubPullTrigger.

closes: #42160


^ 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.

@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Oct 2, 2024
@gopidesupavan gopidesupavan force-pushed the fix-gcp-conn-id-pubsub-pull-sensor branch from e2994f5 to cd2aeab Compare October 2, 2024 17:04
@shahar1 shahar1 merged commit 9ec2140 into apache:main Oct 3, 2024
56 checks passed
joaopamaral pushed a commit to joaopamaral/airflow that referenced this pull request Oct 21, 2024
@gopidesupavan gopidesupavan deleted the fix-gcp-conn-id-pubsub-pull-sensor branch November 2, 2024 13:05
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

‎PubsubPullTrigger does not pass gcp_conn_id to underlying hook
2 participants