Hi there! Are there any example on how to configur...
# prefect-dbt
a
Hi there! Are there any example on how to configure a dbt profile on an Athena target? I'm having some trouble to find infos for generic connection
1
s
Hi Ali. I think your best bet will be to use an existing profiles.yml file, like the Redshift question above. There's an example on this page
a
Nice, thanks! I just didn't get what "PROFILES-DIRECTORY-PLACEHOLDER" should be. A string to link to my repo?
s
It should be a string representing the directory that stores your
profiles.yml
file. If you run
dbt debug --config-dir
it should show you that directory.
a
Thanks! It worked 🙂
🦜 1