Nishieee opened a new pull request, #67016: URL: https://github.com/apache/airflow/pull/67016
## Summary Adds a Dag bundle for **Azure Blob Storage** so Dags can be loaded from a container (with optional prefix), similar to `S3DagBundle` and `GCSDagBundle`. Introduces `WasbDagBundle`, extends `WasbHook` with container checks and `sync_to_local_dir`, registers the bundle in provider metadata, documents it in `dag-bundles.rst`, and adds unit tests. **Manual verification:** Tested with Breeze against a real Azure storage account: `wasb` connection, `dag_processor.dag_bundle_config_list` pointing at `WasbDagBundle`, Dag parsed from blob and visible in the UI. PR includes screenshots (Azure container + Airflow Dags list). closes: #66987 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Cursor (agent-assisted editing) <img width="1666" height="599" alt="Screenshot 2026-05-15 at 7 12 30 PM" src="https://github.com/user-attachments/assets/f5aab1c3-3eef-42d7-8539-7fb17887ccfc" /> <img width="1697" height="940" alt="Screenshot 2026-05-15 at 6 52 48 PM" src="https://github.com/user-attachments/assets/1b6bf117-560c-4a44-94c6-bd075cb00c05" /> <img width="1000" height="920" alt="Screenshot 2026-05-15 at 6 52 39 PM" src="https://github.com/user-attachments/assets/674063e7-109c-4ba9-ab1b-515c7826d3fe" /> Generated-by: Cursor following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
