The dbt-native data observability solution for data & analytics engineers. Monitor your data pipelines in minutes. Available as self-hosted or cloud service with premium features.
Describe the bug
When running edr report --project-dir <myprojectdir> when edr runs an underlying dbt command it does not use the supplied project-dir, but instead the project-dir from where edr is installed to.
Is it possible to utilize an existing dbt project when running the edr commands? or does edr require using it's internal dbt installation and configurations?
To Reproduce
Steps to reproduce the behavior:
Run edr report with specifying the project-dir option to point to an existing dbt installation
Describe the bug When running
edr report --project-dir <myprojectdir>
when edr runs an underlying dbt command it does not use the supplied project-dir, but instead the project-dir from where edr is installed to.Is it possible to utilize an existing dbt project when running the edr commands? or does edr require using it's internal dbt installation and configurations?
To Reproduce Steps to reproduce the behavior:
Expected behavior
Environment (please complete the following information):
packages.yml
fileAdditional context Add any other context about the problem here.
Would you be willing to contribute a fix for this issue? Let us know if you're willing to contribute so that we'll be able to provide guidance.