eladkal opened a new issue, #66986: URL: https://github.com/apache/airflow/issues/66986
Right now Bundles are not documented in providers. We have [Types of Dag bundles](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/dag-bundles.html#types-of-dag-bundles) in core but the modules are not linked to any provider index. **The Task:** Per relevant provider, create a top level Bundles section under Guides <img width="226" height="286" alt="Image" src="https://github.com/user-attachments/assets/9400b282-8a31-4a6b-a5be-263a266be1ab" /> Explain briefly about what Bundles are and reference the [airflow-core doc](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/dag-bundles.html#dag-bundles) about it for deep dive Then explain about the specific provider bundle, how to set it/use it etc... **Overall this should be short and to the point.** The idea behind this task is to allow deep dive for a specific bundle and cross reference between providers and airflow-core docs. The relevant providers are: - [ ] Git: `airflow.providers.git.bundles.git.GitDagBundle` - [ ] Amazon: `airflow.providers.amazon.aws.bundles.s3.S3DagBundle` - [ ] Google: `airflow.providers.google.cloud.bundles.gcs.GCSDagBundle` - [ ] Local: No action needed. It is not a relevant for providers. For anyone who takes this task (working on specific provider is also OK) do not just blindly raise PR with AI output. Content a side you **must run airflow doc build** and present screenshot that shows how the doc is rendered. You must use Breeze for that. -- 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]
