Skip to content

Conversation

@o-nikolas
Copy link
Contributor

@o-nikolas o-nikolas commented Mar 19, 2025

Airflow does not create default connections by default and this operator was expecting them to be present and throwing exceptions. We should only expect the connection to be present if the user explicitly passed that connection name to us (rather than receiving it as a default value)

related: https://github.com/apache/airflow/pull/47414/files


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

Airflow does not create default connections by default and this operator
was expecting them to be present and throwing exceptions. We should only
expect the connection to be present if the user explicitly passed that
connection name to us (rather than receiving it as a default value)
@o-nikolas o-nikolas requested a review from eladkal as a code owner March 19, 2025 18:11
@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Mar 19, 2025
@o-nikolas o-nikolas merged commit 0d986b2 into apache:main Mar 20, 2025
60 checks passed
@o-nikolas o-nikolas deleted the onikolas/s3_transfer_connections_issue branch March 20, 2025 18:46
agupta01 pushed a commit to agupta01/airflow that referenced this pull request Mar 21, 2025
Airflow does not create default connections by default and this operator
was expecting them to be present and throwing exceptions. We should only
expect the connection to be present if the user explicitly passed that
connection name to us (rather than receiving it as a default value)
shubham-pyc pushed a commit to shubham-pyc/airflow that referenced this pull request Mar 22, 2025
Airflow does not create default connections by default and this operator
was expecting them to be present and throwing exceptions. We should only
expect the connection to be present if the user explicitly passed that
connection name to us (rather than receiving it as a default value)
nailo2c pushed a commit to nailo2c/airflow that referenced this pull request Apr 4, 2025
Airflow does not create default connections by default and this operator
was expecting them to be present and throwing exceptions. We should only
expect the connection to be present if the user explicitly passed that
connection name to us (rather than receiving it as a default value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants