dbt and aws secrets manager

Hi,
Does DBT core know how to work with aws secrets manager?

Thanks

Hi @itzik,

the simple answer is no. dbt doesn’t work with all cloud services. Its main purpose is to connect to supported databases.

But don’t worry. You could pass many variables from your environment (Environment variables | dbt Developer Hub)

It means that if you’re running dbt CLI on Airflow, you could retrieve the secret and pass it to the environment.

2 Likes