[GitHub] [airflow] phanikumv commented on a diff in pull request #29014: Add deferrable mode to `DbtCloudRunJobOperator`

2023-01-19 Thread GitBox
phanikumv commented on code in PR #29014: URL: https://github.com/apache/airflow/pull/29014#discussion_r1082167660 ## docs/apache-airflow-providers-dbt-cloud/operators.rst: ## @@ -35,10 +35,10 @@ Trigger a dbt Cloud Job Use the

[GitHub] [airflow] phanikumv commented on a diff in pull request #29014: Add deferrable mode to `DbtCloudRunJobOperator`

2023-01-19 Thread GitBox
phanikumv commented on code in PR #29014: URL: https://github.com/apache/airflow/pull/29014#discussion_r1080939010 ## airflow/providers/dbt/cloud/hooks/dbt.py: ## @@ -125,6 +128,34 @@ class DbtCloudJobRunException(AirflowException): """An exception that indicates a job run

[GitHub] [airflow] phanikumv commented on a diff in pull request #29014: Add deferrable mode to `DbtCloudRunJobOperator`

2023-01-19 Thread GitBox
phanikumv commented on code in PR #29014: URL: https://github.com/apache/airflow/pull/29014#discussion_r1080937119 ## airflow/providers/dbt/cloud/operators/dbt.py: ## @@ -91,8 +96,17 @@ def __init__( timeout: int = 60 * 60 * 24 * 7, check_interval: int = 60,

[GitHub] [airflow] phanikumv commented on a diff in pull request #29014: Add deferrable mode to `DbtCloudRunJobOperator`

2023-01-18 Thread GitBox
phanikumv commented on code in PR #29014: URL: https://github.com/apache/airflow/pull/29014#discussion_r1073729476 ## airflow/providers/dbt/cloud/operators/dbt.py: ## @@ -91,8 +96,17 @@ def __init__( timeout: int = 60 * 60 * 24 * 7, check_interval: int = 60,

[GitHub] [airflow] phanikumv commented on a diff in pull request #29014: Add deferrable mode to `DbtCloudRunJobOperator`

2023-01-18 Thread GitBox
phanikumv commented on code in PR #29014: URL: https://github.com/apache/airflow/pull/29014#discussion_r1073695339 ## airflow/providers/dbt/cloud/operators/dbt.py: ## @@ -91,8 +96,17 @@ def __init__( timeout: int = 60 * 60 * 24 * 7, check_interval: int = 60,

[GitHub] [airflow] phanikumv commented on a diff in pull request #29014: Add deferrable mode to `DbtCloudRunJobOperator`

2023-01-18 Thread GitBox
phanikumv commented on code in PR #29014: URL: https://github.com/apache/airflow/pull/29014#discussion_r1073695339 ## airflow/providers/dbt/cloud/operators/dbt.py: ## @@ -91,8 +96,17 @@ def __init__( timeout: int = 60 * 60 * 24 * 7, check_interval: int = 60,