Skip to content

Commit

Permalink
Update dev/dags/dbt_docs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Dec 27, 2024
1 parent e020561 commit ec6484e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev/dags/dbt_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
DEFAULT_DBT_ROOT_PATH = Path(__file__).parent / "dbt"
DBT_ROOT_PATH = Path(os.getenv("DBT_ROOT_PATH", DEFAULT_DBT_ROOT_PATH))

S3_CONN_ID = "aws_s3_conn"
AZURE_CONN_ID = "azure_wasb_conn"
GCS_CONN_ID = "gcp_gs_conn"

profile_config = ProfileConfig(
profile_name="default",
Expand Down

0 comments on commit ec6484e

Please sign in to comment.