-
Notifications
You must be signed in to change notification settings - Fork 214
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
Bump apache-airflow[amazon,http,postgres] from 2.6.2 to 2.6.3 in /catalog #2748
Bump apache-airflow[amazon,http,postgres] from 2.6.2 to 2.6.3 in /catalog #2748
Conversation
@dependabot rebase |
29c431d
to
0f2684b
Compare
@dependabot rebase |
Bumps [apache-airflow[amazon,http,postgres]](https://github.com/apache/airflow) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst) - [Commits](apache/airflow@2.6.2...2.6.3) --- updated-dependencies: - dependency-name: apache-airflow[amazon,http,postgres] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
0f2684b
to
0b5d66d
Compare
Looking into why it's failing to build the |
We're getting an error building the connection here because our query includes an endpoint url :/ I'll look further into this. |
Wow, incredible find @stacimc! Do you know if this would work if we set |
Unfortunately, no -- that does get us past the current problem, but we get an |
Okay, I think I found a workaround -- urlencoding the endpoint url we use in defining our AWS connection bypasses the error. Before the change, log files for all Airflow tasks fail to be load, and provider DAGs all fail at the |
Thanks for finding a fix! Fortunately that shouldn't affect production since we use the default AWS endpoint URL for that 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built and tested locally with the changed .env
value, everything worked well!
Based on the low urgency of this PR, the following reviewers are being gently reminded to review this PR: @krysal Excluding weekend1 days, this PR was ready for review 10 day(s) ago. PRs labelled with low urgency are expected to be reviewed within 5 weekday(s)2. @dependabot[bot], if this PR is not ready for a review, please draft it to prevent reviewers from getting further unnecessary pings. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed! I went back and tested audio and popularity refreshes as well, and everything looks good locally so I think we're good to go :)
Bumps apache-airflow[amazon,http,postgres] from 2.6.2 to 2.6.3.
Release notes
Sourced from apache-airflow[amazon,http,postgres]'s releases.
... (truncated)
Changelog
Sourced from apache-airflow[amazon,http,postgres]'s changelog.
... (truncated)
Commits
eb24742
Update RELEASE_NOTES.rstb550d65
Update version to 2.6.300af083
Add explanation about tag creation and cleanup (#32406)d4afc4d
fixup! feat(jobs/triggerer_job_runner): add triggerer canceled log (#31757)62859f0
Update trigger url to fix testfc4934e
Use WebEncoder to encode DagRun.conf in DagRun's list view (#32385)aa4cda3
Limit click until we fix mypy issues (#32413)b329587
Use linear time regular expressions (#32303)fc61875
Fix failing main due to new release of jsonschema (#32405)cf31c6f
Fix triggerers alive check and add a new conf for triggerer heartbeat rate (#...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)