From a8be286ea1fe53d96c5d9e6f6f19d89215df59cb Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:50:34 +0530 Subject: [PATCH] [Docs]: Fix rendering for env enable_cache_dbt_ls (#1069) Look like rendering for conf `enable_cache_dbt_ls` is broken in docs **Before change** Screenshot 2024-06-27 at 1 36 27 AM **After change** Screenshot 2024-06-27 at 1 37 09 AM --- docs/configuration/cosmos-conf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/cosmos-conf.rst b/docs/configuration/cosmos-conf.rst index 9c1b56c89..0c13cbb26 100644 --- a/docs/configuration/cosmos-conf.rst +++ b/docs/configuration/cosmos-conf.rst @@ -30,7 +30,7 @@ This page lists all available Airflow configurations that affect ``astronomer-co - Default: ``True`` - Environment Variable: ``AIRFLOW__COSMOS__ENABLE_CACHE`` -.. enable_cache_dbt_ls: +.. _enable_cache_dbt_ls: `enable_cache_dbt_ls`_: Enable or disable caching of the dbt ls command in case using ``LoadMode.DBT_LS`` in an Airflow Variable.