-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1e5527
commit 3b6c772
Showing
4 changed files
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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,56 @@ | ||
Cosmos Config | ||
============= | ||
|
||
This page contains the list of all available Airflow configurations and environment variables specific to ``astronomer-cosmos`` that can be set in the airflow.cfg file or using environment variables. | ||
|
||
.. note:: | ||
For more information, see `Setting Configuration Options <https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html>`_. | ||
|
||
**Sections:** | ||
|
||
- [cosmos] | ||
- [openlineage] | ||
|
||
[cosmos] | ||
~~~~~~~~ | ||
|
||
1. ``cache_dir``: | ||
The directory used for caching Cosmos data. | ||
|
||
- Default: ``{TMPDIR}/cosmos_cache`` (where ``{TMPDIR}`` is the system temporary directory) | ||
|
||
2. ``enable_cache``: | ||
Enable or disable caching of Cosmos data. | ||
|
||
- Default: ``True`` | ||
|
||
3. ``propagate_logs``: | ||
Whether to propagate logs in the Cosmos module. | ||
|
||
- Default: ``True`` | ||
|
||
4. ``dbt_docs_dir``: | ||
The directory path for dbt documentation. | ||
|
||
- Default: ``None`` | ||
|
||
5. ``dbt_docs_conn_id``: | ||
The connection ID for dbt documentation. | ||
|
||
- Default: ``None`` | ||
|
||
[openlineage] | ||
~~~~~~~~~~~~~ | ||
|
||
1. ``namespace``: | ||
The OpenLineage namespace for tracking lineage. | ||
|
||
- Default: If not configured in Airflow configuration, it falls back to the environment variable ``OPENLINEAGE_NAMESPACE``, otherwise it uses ``DEFAULT_OPENLINEAGE_NAMESPACE``. | ||
|
||
Environment Variables | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
1. ``LINEAGE_NAMESPACE``: | ||
The OpenLineage namespace for tracking lineage. | ||
|
||
- Default: If not configured in Airflow configuration, it falls back to the environment variable ``OPENLINEAGE_NAMESPACE``, otherwise it uses ``DEFAULT_OPENLINEAGE_NAMESPACE``. |
This file contains 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 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 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