From eb98fb2d6bd1af80a8c8cca1a029c6497ae90321 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Thu, 24 Oct 2024 13:44:26 +0530 Subject: [PATCH] Update the URL for sample dbt docs hosted in Astronomer S3 bucket --- dev/docker-compose.yaml | 2 +- docs/configuration/generating-docs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/docker-compose.yaml b/dev/docker-compose.yaml index 5345f4b134..fa330b6c43 100644 --- a/dev/docker-compose.yaml +++ b/dev/docker-compose.yaml @@ -10,7 +10,7 @@ x-airflow-common: environment: &airflow-common-env DB_BACKEND: postgres - AIRFLOW__COSMOS__DBT_DOCS_DIR: http://cosmos-docs.s3-website-us-east-1.amazonaws.com/ + AIRFLOW__COSMOS__DBT_DOCS_DIR: http://cosmos-demo-dbt-docs.s3-website.eu-north-1.amazonaws.com/ AIRFLOW__CORE__EXECUTOR: LocalExecutor AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: postgresql+psycopg2://airflow:pg_password@postgres:5432/airflow AIRFLOW__CORE__FERNET_KEY: '' diff --git a/docs/configuration/generating-docs.rst b/docs/configuration/generating-docs.rst index 208280cbb9..2360def395 100644 --- a/docs/configuration/generating-docs.rst +++ b/docs/configuration/generating-docs.rst @@ -3,7 +3,7 @@ Generating Docs =============== -dbt allows you to generate static documentation on your models, tables, and more. You can read more about it in the `official dbt documentation `_. For an example of what the docs look like with the ``jaffle_shop`` project, check out `this site `_. +dbt allows you to generate static documentation on your models, tables, and more. You can read more about it in the `official dbt documentation `_. For an example of what the docs look like with the ``jaffle_shop`` project, check out `this site `_. After generating the dbt docs, you can host them natively within Airflow via the Cosmos Airflow plugin; see `Hosting Docs `__ for more information.