databrickslabs / dbx

🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
https://dbx.readthedocs.io
Other
437 stars 119 forks source link

[Feature] Include files from upstream directories for Jinja2 Templates #844

Open roelschr opened 10 months ago

roelschr commented 10 months ago

This functionality existed (see https://github.com/databrickslabs/dbx/issues/191) but has been removed at some point with refactors. @renardeinside any special reason or would you accept new PRs to re-add this feature to dbx? It seems it's just a matter of adding curdir's absolute path to the FileSystemLoader here.