phanikumv commented on issue #31495:
URL: https://github.com/apache/airflow/issues/31495#issuecomment-1561622088
#31411 and #31009 work as expected
```
[2023-05-24, 17:03:44 UTC] {standard_task_runner.py:85} INFO - Job 33:
Subtask wasb_blob_sensor
[2023-05-24, 17:03:44 UTC] {task_command.py:410} INFO - Running
<TaskInstance: example_wasb_sensors.wasb_blob_sensor
manual__2023-05-24T17:03:32.020763+00:00 [running]> on host 4a8ddc38546d
[2023-05-24, 17:03:44 UTC] {taskinstance.py:1545} INFO - Exporting env vars:
AIRFLOW_CTX_DAG_OWNER='***' AIRFLOW_CTX_DAG_ID='example_wasb_sensors'
AIRFLOW_CTX_TASK_ID='wasb_blob_sensor'
AIRFLOW_CTX_EXECUTION_DATE='2023-05-24T17:03:32.020763+00:00'
AIRFLOW_CTX_TRY_NUMBER='2'
AIRFLOW_CTX_DAG_RUN_ID='manual__2023-05-24T17:03:32.020763+00:00'
[2023-05-24, 17:03:44 UTC] {wasb.py:70} INFO - Poking for blob:
example_azure_test_file.txt
in wasb://test-container-providers
[2023-05-24, 17:03:44 UTC] {base.py:73} INFO - Using connection ID
'wasb_default' for task execution.
[2023-05-24, 17:03:45 UTC] {base.py:255} INFO - Success criteria met.
Exiting.
[2023-05-24, 17:03:45 UTC] {taskinstance.py:1345} INFO - Marking task as
SUCCESS
```
```
[2023-05-24, 17:03:48 UTC] {task_command.py:410} INFO - Running
<TaskInstance: example_wasb_sensors.wasb_prefix_sensor
manual__2023-05-24T17:03:32.020763+00:00 [running]> on host 4a8ddc38546d
[2023-05-24, 17:03:48 UTC] {taskinstance.py:1545} INFO - Exporting env vars:
AIRFLOW_CTX_DAG_OWNER='***' AIRFLOW_CTX_DAG_ID='example_wasb_sensors'
AIRFLOW_CTX_TASK_ID='wasb_prefix_sensor'
AIRFLOW_CTX_EXECUTION_DATE='2023-05-24T17:03:32.020763+00:00'
AIRFLOW_CTX_TRY_NUMBER='2'
AIRFLOW_CTX_DAG_RUN_ID='manual__2023-05-24T17:03:32.020763+00:00'
[2023-05-24, 17:03:48 UTC] {wasb.py:165} INFO - Poking for prefix:
example_az in wasb://test-container-providers
[2023-05-24, 17:03:48 UTC] {base.py:73} INFO - Using connection ID
'wasb_default' for task execution.
[2023-05-24, 17:03:49 UTC] {base.py:255} INFO - Success criteria met.
Exiting.
```
--
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]