Uh oh!
There was an error while loading. Please reload this page.
Add Bundle documentation for Amazon S3 and Google GCS providers - #66993
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
eladkal
commented
May 15, 2026
@shashbha14 while git bundle does exist https://airflow.apache.org/docs/apache-airflow-providers-git/stable/bundles/index.html#bundles can you please edit it to cross reference the bundle docs in core? Ideally we should have the same info/format for the providers on that front. So if something is good on git lets reuse it in the other ones and vise-versa |
There was a problem hiding this comment.
We also need new bundles to be present in provider.yaml otherwise the registry won't pick them up.
example for Git provider:
airflow/providers/git/provider.yaml
Lines 62 to 65 in 0778210
shashbha14
commented
May 16, 2026
Added a cross-reference to the core dag-bundles doc and simplified the format to match the git provider bundle docs. |
shashbha14
commented
May 16, 2026
Both providers already have bundles registered in their provider.yaml files (Amazon at line 739, Google at line 934). |
Closes#66986
Added a Bundles section to the Amazon and Google provider docs, following
the same pattern as the existing Git provider bundle documentation.
Changes:
configuration examples and parameter descriptions
configuration examples and parameter descriptions
I tried building the docs locally with Breeze but hit a Docker SIGBUS
error during the CI image build. Will add rendered screenshots once
resolved, or happy for a maintainer to verify the rendering.