This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Use the same logic as dbt-core or the paths for the project and profiles #416
Closed
Description
Describe the solution you'd like
If I have a dbt profiles.yml
in my current working directory, I'd like to be able to do this:
data-diff --dbt
Describe alternatives you've considered
This is the way to do it currently:
data-diff --dbt --dbt-profiles-dir .
Additional context
I'll open a PR for this.