[GitHub] [airflow] hussein-awala commented on a diff in pull request #30432: FEAT : Add command to get DAG Details via CLI

2023-04-13 Thread via GitHub
hussein-awala commented on code in PR #30432: URL: https://github.com/apache/airflow/pull/30432#discussion_r1166027156 ## tests/cli/commands/test_dag_command.py: ## @@ -470,6 +471,28 @@ def test_cli_report(self): assert "airflow/example_dags/example_complex.py" in out

[GitHub] [airflow] hussein-awala commented on a diff in pull request #30432: FEAT : Add command to get DAG Details via CLI

2023-04-11 Thread via GitHub
hussein-awala commented on code in PR #30432: URL: https://github.com/apache/airflow/pull/30432#discussion_r1163336147 ## tests/cli/commands/test_dag_command.py: ## @@ -470,6 +471,28 @@ def test_cli_report(self): assert "airflow/example_dags/example_complex.py" in out

[GitHub] [airflow] hussein-awala commented on a diff in pull request #30432: FEAT : Add command to get DAG Details via CLI

2023-04-03 Thread via GitHub
hussein-awala commented on code in PR #30432: URL: https://github.com/apache/airflow/pull/30432#discussion_r1156558200 ## airflow/cli/commands/dag_command.py: ## @@ -343,6 +344,27 @@ def dag_list_dags(args): ) +@cli_utils.action_cli +@suppress_logs_and_warning

[GitHub] [airflow] hussein-awala commented on a diff in pull request #30432: FEAT : Add command to get DAG Details via CLI

2023-04-02 Thread via GitHub
hussein-awala commented on code in PR #30432: URL: https://github.com/apache/airflow/pull/30432#discussion_r1155386169 ## airflow/cli/commands/dag_command.py: ## @@ -343,6 +344,24 @@ def dag_list_dags(args): ) +@cli_utils.action_cli +@suppress_logs_and_warning

[GitHub] [airflow] hussein-awala commented on a diff in pull request #30432: FEAT : Add command to get DAG Details via CLI

2023-04-02 Thread via GitHub
hussein-awala commented on code in PR #30432: URL: https://github.com/apache/airflow/pull/30432#discussion_r1155322619 ## airflow/cli/commands/dag_command.py: ## @@ -343,6 +344,24 @@ def dag_list_dags(args): ) +@cli_utils.action_cli +@suppress_logs_and_warning