phanikumv commented on issue #31322: URL: https://github.com/apache/airflow/issues/31322#issuecomment-1551137430
https://github.com/apache/airflow/pull/30968 works as expected ``` [2023-05-17, 10:13:51 UTC] {dbt.py:488} INFO - Getting the status of job run 151181329. [2023-05-17, 10:13:51 UTC] {base.py:73} INFO - Using connection ID 'dbt_test_conn' for task execution. [2023-05-17, 10:13:52 UTC] {dbt.py:493} INFO - Current status of job run 151181329: SUCCESS [2023-05-17, 10:13:52 UTC] {taskinstance.py:1345} INFO - Marking task as SUCCESS. dag_id=example_dbt_cloud, task_id=job_run_sensor_async, execution_date=20230517T101254, start_date=20230517T101351, end_date=20230517T101352 [2023-05-17, 10:13:52 UTC] {local_task_job_runner.py:225} INFO - Task exited with return code 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
