-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Move databricks provider to new structure #46207
base: main
Are you sure you want to change the base?
Move databricks provider to new structure #46207
Conversation
@@ -357,10 +357,13 @@ def move_provider_yaml(provider_id: str) -> tuple[list[str], list[str], list[str | |||
dependencies = [] | |||
optional_dependencies = [] | |||
devel_dependencies = [] | |||
copied_logo = set() |
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.
Fix the FileNotFoundException
that occurs when attempting to delete a moved logo in the integrations section, where multiple logos are present.
ba47389
to
47e80ce
Compare
conflicts again (but I hope this time things will be green). |
47e80ce
to
ddd7062
Compare
Thanks! Let me fix this first, I guess the patch for |
ddd7062
to
a251efc
Compare
Cool :) |
a251efc
to
c938dcb
Compare
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.
I think you just barely missed a fix in main when you rebased an hour ago 😢
c938dcb
to
6906290
Compare
Hmmm... I rebased after #46291 merged, and it indeed fixed the issues that caused the previous failed tests in |
732343e
to
8bc5b21
Compare
related: #46045
^ 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.