-
Notifications
You must be signed in to change notification settings - Fork 294
[Docs] Restructure Getting Started and Guides section #2418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tatiana
merged 29 commits into
astronomer:main
from
lzdanski:restructure-get-started-guides
Mar 6, 2026
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
94ad887
Create config subfolder structure
lzdanski 5bca1f2
move execution methods
lzdanski e085c2a
rename to guides
lzdanski febd2f4
update hradcoded URLs
lzdanski 6baf8da
redistribute files
lzdanski 577b61c
improve build errors
lzdanski d0e7343
fix index
lzdanski 06969b1
fix rel-link build errors
lzdanski f5f5e33
fix typo
lzdanski 32c92a9
reformat ref structure
lzdanski 721f247
restructure
lzdanski dcb01b4
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] f274856
fix build errors
lzdanski 6b4f5b6
add optimize, execution modes redirects
lzdanski b387f22
Apply suggestions from code review
lzdanski 1d61288
Link and directory fixes
lzdanski c1598ec
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] ed0b919
update index page
lzdanski d7b77e2
move pages update redirects
lzdanski c8b6fad
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 1f4e8d8
Apply suggestions from code review
lzdanski e830d80
Add guides index feedback
lzdanski 2f20416
update translate dbt to airflow
lzdanski 8bbf203
update sidebar structure
lzdanski a8ca80d
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] aae514f
update rel-links
lzdanski c95a934
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] c81ad22
multi-project nav fix
lzdanski eaa701a
Refactor translate dbt to airflow
lzdanski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| .. _guides: | ||
|
|
||
| Guides | ||
| ====== | ||
|
|
||
| Cosmos offers a number of configuration options to customize its behavior. For more info, check out the links on the left or the table of contents below. | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :hidden: | ||
| :caption: Set up dbt with Airflow | ||
|
|
||
| dbt_setup/dbt-fusion | ||
|
lzdanski marked this conversation as resolved.
|
||
|
|
||
|
lzdanski marked this conversation as resolved.
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :hidden: | ||
| :caption: Translating dbt into Airflow | ||
|
|
||
| translate_dbt_to_airflow/parsing-methods | ||
| Selecting what to run <translate_dbt_to_airflow/selecting-excluding> | ||
| Configure tests <translate_dbt_to_airflow/testing-behavior> | ||
| translate_dbt_to_airflow/managing-sources | ||
| translate_dbt_to_airflow/render-config | ||
| Customize node conversion <translate_dbt_to_airflow/dag-customization> | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 3 | ||
| :hidden: | ||
| :caption: How Cosmos runs dbt | ||
|
|
||
| run_dbt/execution-modes | ||
| run_dbt/airflow-worker/index | ||
| run_dbt/container/index | ||
| run_dbt/callbacks/callbacks | ||
| run_dbt/operators/operators | ||
| run_dbt/customization/index | ||
|
lzdanski marked this conversation as resolved.
|
||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :hidden: | ||
| :caption: Multi-project Setups | ||
|
|
||
| Handle cross-project references <multi_project/multi-project> | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :hidden: | ||
| :caption: dbt Documentation | ||
|
|
||
| dbt_docs/generating-docs | ||
| dbt_docs/hosting-docs | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :hidden: | ||
| :caption: Cosmos DevEx | ||
|
|
||
| cosmos_devex/lineage | ||
| cosmos_devex/compiled-sql | ||
| cosmos_devex/logging | ||
| cosmos_devex/task-display-name | ||
|
lzdanski marked this conversation as resolved.
lzdanski marked this conversation as resolved.
|
||
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
2 changes: 0 additions & 2 deletions
2
.../getting_started/async-execution-mode.rst → ...t/airflow-worker/async-execution-mode.rst
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Run dbt in an Airflow worker | ||
| ============================ | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :caption: Run dbt in an Airflow worker | ||
|
|
||
| async-execution-mode | ||
| watcher-execution-mode |
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
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
2 changes: 0 additions & 2 deletions
2
...getting_started/aws-container-run-job.rst → ...n_dbt/container/aws-container-run-job.rst
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| Run dbt in a container | ||
| ====================== | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :caption: Run dbt in a container | ||
|
|
||
| docker | ||
| kubernetes | ||
| watcher-kubernetes-execution-mode | ||
| aws-container-run-job | ||
| azure-container-instance | ||
| gcp-cloud-run-job |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| Additional Customization | ||
| ======================== | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :caption: Additional Customization | ||
|
|
||
| scheduling | ||
| operator-args | ||
| partial-parsing | ||
| custom-airflow-properties |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.