Can I use the meltano environment variables from `...
# getting-started
m
Can I use the meltano environment variables from
.env
in dbt
profiles.yml
, it doesn't seem to work.
p
m
got it, thanks. I was using the maeltano format
${var_name}
instead of
"{{ env_var('var_name') }}"