databrickslabs / dlt-meta

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

Fixing FileNotFoundError on onboarding file dir #57

Closed btello closed 5 days ago

btello commented 1 week ago

When attempting to run the onboarding CLI if you accept the default or specify a relative path for the path to the onboarding files directory you'll get a FileNotFoundError. This seems to be because the file schema URI implementation in DBFS doesn't honor relative paths. This patch makes the onboarding files directory path absolute.