databrickslabs / dlt-meta

This is metadata driven DLT based framework for bronze/silver pipelines
Other
125 stars 54 forks source link

Throw warning during onboarding for missing Silver tables and/or missing ddl file for source_schema_path. #40

Open WilliamMize opened 3 months ago

WilliamMize commented 3 months ago

Could we add a warning to the onboarding process that would throw a warning when a table in the onboarding file is used but the corresponding silver transformation table couldn't be found? It may also make sense for the source_schema_path to be listed, but either the file isn't found or is blank. That might add some QoL when prototyping and testing new configurations.