Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started/azure-container-instance.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _azure-container-instance
.. _azure-container-instance:

Azure Container Instance Execution Mode
=======================================
Expand Down
1 change: 1 addition & 0 deletions docs/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Execution Modes <execution-modes>
Docker Execution Mode <docker>
Kubernetes Execution Mode <kubernetes>
Azure Container Instance Execution Mode <azure-container-instance>
dbt and Airflow Similar Concepts <dbt-airflow-concepts>


Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can render a Cosmos Airflow DAG using the ``DbtDag`` class. Here's an exampl
..
The following renders in Sphinx but not Github:

.. literalinclude:: ./dev/dags/basic_cosmos_dag.py
.. literalinclude:: ./../dev/dags/basic_cosmos_dag.py
:language: python
:start-after: [START local_example]
:end-before: [END local_example]
Expand Down