dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
294 stars 119 forks source link

Use CircleCI contexts for environment variables #180

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

Description & motivation

Checklist

dbeatty10 commented 1 year ago

Verified that CI is working for all but Databricks:

image

Will begin deleting project-specific environment variables in CircleCI starting with:

dbeatty10 commented 1 year ago

Looks good:

image

Deleting all the project-specific CI_* environment variables in CircleCI next.

dbeatty10 commented 1 year ago

That worked too:

image

Finally, will delete the following:

dbeatty10 commented 1 year ago

That also worked, and will will leave the remaining environment variables for now.

dbeatty10 commented 1 year ago

Added follow-up work in https://github.com/dbt-labs/dbt-external-tables/issues/181