doc: update airflow doc to v2#963
Open
zhijie-yang wants to merge 2 commits into
Open
Conversation
alesancor1
approved these changes
Apr 23, 2026
Member
alesancor1
left a comment
There was a problem hiding this comment.
LGTM, most of the information has been correctly migrated to the v2 schema. There's just a couple of sections which are not there, though they don't seem really critical to me (see comment below).
Pinging the owners (aka @canonical/workflows @jananisenthilkumar291) for a core review
Comment on lines
-36
to
-42
| #### Providers | ||
|
|
||
| The rock is built from Airflow with many providers pre-installed (Amazon, GCP, Kubernetes, MySQL, Postgres, etc.), so common integrations work out of the box without requiring `pip install` inside the container. | ||
|
|
||
| ### Full Configuration Reference: | ||
| Airflow offers a large number of configuration options that can be set via environment variables or `airflow.cfg`. | ||
| For the complete list of configurable settings, consult the official [configuration reference](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html) |
Member
There was a problem hiding this comment.
This section seems a bit too shallow in the new docs, should we extend it to be just like the original one?
Member
|
Note for the next reviewer: The rendered markdown preview is available here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migration of the
documentation.yamlto the latest version of the docs trigger.See the docs of the new trigger file for reference.