-
Couldn't load subscription status.
- Fork 199
Description
Describe the bug
When running uv run edr report it crashed with the following data:
[Errno 2] No such file or directory: 'dbt_packages\\dbt-data-reliability-0.20.0\\integration_tests\\deprecated_tests\\macros\\unit_tests\\test_adapter_specific_macros_have_default_implementation.sql'
Using "elementary-data[databricks]>=0.20.0".
The error looked to be to be very simple dbt-data-reliability-0.20.0 in the file path needs to be replaced with elementary, which is where it actually lives. However manually changing the path didn't resolve the problem.
To Reproduce
Steps to reproduce the behavior:
Setup according to the provided documentation and try to generate a report.
Expected behavior
I expect a report to be generated.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Elementary CLI (edr) version: 0.20.0
- Elementary dbt package version:
- package: elementary-data/elementary
version: 0.20.1
- dbt version: 1.9.4
- Data warehouse: Databricks (dbt-databricks>=1.10.1)
- Infrastructure details: Windows