https://prefect.io logo
Title
a

Ali Marques

05/17/2023, 2:29 PM
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

Sean Williams

05/17/2023, 2:38 PM
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

Ali Marques

05/17/2023, 5:01 PM
Nice, thanks! I just didn't get what "PROFILES-DIRECTORY-PLACEHOLDER" should be. A string to link to my repo?
s

Sean Williams

05/17/2023, 5:07 PM
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

Ali Marques

05/17/2023, 6:58 PM
Thanks! It worked 🙂
:party-parrot: 1