Use case: - Run Meltano and dbt in the same pipeli...
# getting-started
j
Use case: • Run Meltano and dbt in the same pipeline • Configure properties of target databases dbt allows me to configure e.g. dbhost with
{{ env_var('POSTGRES_HOST') }}
I would like to do the same in
meltano.yml
file, so DB properties are not duplicated in Meltano and dbt configs. Is anything like this possible? If not, should I create an issue(feature request)? Where exactly?