Make sure to add databricks-labs-pytester as a test-time dependency and not as a compile-time dependency, otherwise your wheels will transitively depend on pytest, which is not usually something you ...
📂 DBT-Databricks-Project/ │ ├── 📂 models/ │ ├── 📂 bronze/ # Raw data ingestion layer │ │ ├── bronze_customer.sql # Customer dimension source │ │ ├── bronze_date.sql # Date dimension source ...