From 3bc46b7ef709c39c8954b9c82f8293f169b58cd9 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**
**After change**
---
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.