tests.system.providers.microsoft.azure.example_wasb_sensors

Example Airflow DAG that senses blob(s) in Azure Blob Storage.

This DAG relies on the following OS environment variables

  • CONTAINER_NAME - The container under which to look for the blob.

  • BLOB_NAME - The name of the blob to match.

  • PREFIX - The blob with the specified prefix to match.

Module Contents

tests.system.providers.microsoft.azure.example_wasb_sensors.CONTAINER_NAME[source]
tests.system.providers.microsoft.azure.example_wasb_sensors.BLOB_NAME[source]
tests.system.providers.microsoft.azure.example_wasb_sensors.PREFIX[source]
tests.system.providers.microsoft.azure.example_wasb_sensors.azure_wasb_sensor[source]
tests.system.providers.microsoft.azure.example_wasb_sensors.test_run[source]

Was this entry helpful?