From e1a2a3449fe4800ec485e4a3f92fa65b01074069 Mon Sep 17 00:00:00 2001 From: johnmcochran <91922307+johnmcochran@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:44:10 -0400 Subject: [PATCH] Update dbt_docs_not_set_up.html dbt_docs_dir is None directly triggers the dbt_docs_net_set_up.html page via the plugin. I had a hard time figuring out why my dbt docs were not set up yet considering I had (incorrectly) tried setting up the dbt_docs_dir variable via the Airflow UI. Adding a note that the dbt_docs_dir was not found would make this error page much more helpful from a debugging standpoint. --- cosmos/plugin/templates/dbt_docs_not_set_up.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/plugin/templates/dbt_docs_not_set_up.html b/cosmos/plugin/templates/dbt_docs_not_set_up.html index 1fcc6ef7f3..8b06715b1b 100644 --- a/cosmos/plugin/templates/dbt_docs_not_set_up.html +++ b/cosmos/plugin/templates/dbt_docs_not_set_up.html @@ -1,6 +1,6 @@ {% extends base_template %} {% block content %} -
Read the Astronomer Cosmos docs for information on how to set up dbt docs.