kestra-io / plugin-dbt

Apache License 2.0
8 stars 4 forks source link

DbtCLI fails if profiles.yaml exists in the root directory and user provides a different profile in the task properties #128

Closed anna-geller closed 2 months ago

anna-geller commented 2 months ago

Expected Behavior

If the user provides a different profiles in the profiles property of the DbtCLI task, we should simply overwrite the one in the working directory with the one specified on the task. Currently the task simply fails if a profiles.yaml file already exists instead of overwriting it

Actual Behaviour

No response

Steps To Reproduce

No response

Environment Information

Example flow

No response