From 5dbe5abe1dee5aea5da4a166a8aa56021c7408df Mon Sep 17 00:00:00 2001 From: "seokyun.ha" Date: Fri, 10 Oct 2025 14:35:47 +0900 Subject: [PATCH] docs: correct the default value of `cache_dir` --- 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 1fde4a6860..bd789e5741 100644 --- a/docs/configuration/cosmos-conf.rst +++ b/docs/configuration/cosmos-conf.rst @@ -19,7 +19,7 @@ This page lists all available Airflow configurations that affect ``astronomer-co `cache_dir`_: The directory used for caching Cosmos data. - - Default: ``{TMPDIR}/cosmos_cache`` (where ``{TMPDIR}`` is the system temporary directory) + - Default: ``{TMPDIR}/cosmos`` (where ``{TMPDIR}`` is the system temporary directory) - Environment Variable: ``AIRFLOW__COSMOS__CACHE_DIR`` .. _enable_cache: