-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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 the database configuration to a new section #22284
Merged
Merged
Changes from 11 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b05a841
move the database configuration to a new section
gitstart 1b78621
Merge branch 'main' into airflow-15930
gitstart 9d9b80c
merge maian
gitstart 3c7bf73
Merge branch 'main' into airflow-15930
kelechi2020 705edee
Merge commit '56235d939a9eda89241da7cde7e45985eb5b0786' into airflow-…
gitstart 45a352e
update section key pair
gitstart a645f4a
fix backward compatibility issues
gitstart a4ed524
Merge branch 'apache:main' into airflow-15930
gitstart e25055a
fix static check failure
gitstart 04ad107
change section order in config.yml to fix static check
gitstart 0c264c9
Merge branch 'apache:main' into airflow-15930
gitstart 8629898
fix indentation error on .yml file
gitstart 1a65c7d
fix indentation error on .yml file
gitstart 6fa3499
Merge branch 'apache:main' into airflow-15930
gitstart c57a8b7
Merge commit '34154803ac73d62d3e969e480405df3073032622' into airflow-…
gitstart 7257aca
fix failing tests
gitstart 22a24a6
fix test failure
gitstart 1d1bb46
Merge branch 'apache:main' into airflow-15930
gitstart f2ccec3
Merge branch 'main' into airflow-15930
gitstart 8cb776d
fix syntax for static checks
gitstart dd44916
Merge branch 'main' into airflow-15930
gitstart cd5d673
Update breeze
gitstart 2a06c21
Merge branch 'main' into airflow-15930
gitstart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Information that they can still be accessed via "core" section but will raise a deprecation warning would be useful to add here.
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.
This is NIT. And it is good without it - feel free ot add it if you want though.