-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Refactor deprecated SQLA files in cli folder #59630
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
Open
0lai0
wants to merge
23
commits into
apache:main
Choose a base branch
from
0lai0:cli-multifile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a5a6cf5
Refactor deprecated SQLA cli provider
0lai0 f05d6e3
Refactor deprecated SQLA cli/commands/test_task_command provider
0lai0 182eee8
Refactor deprecated SQLA cli/commands/test_dag_command.py
0lai0 82f9bd2
Refactor deprecated SQLA cli/commands/test_team_command
0lai0 38f3ee1
Merge branch 'main' into airflow-cli_task
0lai0 fd32016
fix error
0lai0 a5dc018
Refactor deprecated SQLA cli/commands/test_connection_command
0lai0 f6090b0
Refactor deprecated SQLA cli/commands/test_pool_command
0lai0 a1a373c
Refactor deprecated SQLA unit/utils/test_cli_util.py
0lai0 44d5571
Merge branch 'airflow-test_rotate_fernet_key_command' into cli-multifile
0lai0 633008b
Resolve merge conflict in .pre-commit-config.yaml for airflow-cli_task
0lai0 131c3bd
Resolve merge conflict in .pre-commit-config.yaml for airflow-cli-dag
0lai0 14f49a1
Resolve merge conflict in .pre-commit-config.yaml for airflow-cli-team
0lai0 a89ba3f
Resolve merge conflict in .pre-commit-config.yaml for airflow-cli-con…
0lai0 0135d82
Resolve merge conflict in .pre-commit-config.yaml for airflow-cli-pool
0lai0 960e5d4
Resolve merge conflict in .pre-commit-config.yaml for airflow-test_cl…
0lai0 dae5e78
Merge branch 'main' into cli-multifile
0lai0 0fc4374
Merge branch 'main' into cli-multifile
0lai0 bf8c562
fix apply scalars()
0lai0 824891a
Merge branch 'main' into cli-multifile
0lai0 50a8532
fix code
0lai0 102c939
Merge branch 'main' into cli-multifile
0lai0 68d00c8
modify scalars
0lai0 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -426,6 +426,13 @@ repos: | |
| ^airflow-core/src/airflow/models/.*\.py$| | ||
| ^airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py$| | ||
| ^airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_assets.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_rotate_fernet_key_command\.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_task_command\.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_dag_command\.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_team_command\.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_connection_command\.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_pool_command\.py$| | ||
| ^airflow-core/tests/unit/utils/test_cli_util\.py$| | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1 - Could you please check these added files ? 2 - since we are only adding files we don't need to use |
||
| ^airflow-core/tests/unit/models/test_serialized_dag.py$| | ||
| ^airflow-core/tests/unit/models/test_pool.py$| | ||
| ^airflow-core/tests/unit/models/test_trigger.py$| | ||
|
|
@@ -443,7 +450,6 @@ repos: | |
| ^airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_assets.py$| | ||
| ^airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_structure.py$| | ||
| ^airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_variables.py$| | ||
| ^airflow-core/tests/unit/cli/commands/test_task_command.py$| | ||
| ^airflow-core/tests/unit/dag_processing/bundles/test_dag_bundle_manager.py$| | ||
| ^airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_dag_runs.py$| | ||
| ^airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py$| | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.