Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Add a Git-tracked “resources” folder to Lakehouses

Please create a directory in Lakehouses where we can put folders and files that we wish to check in to Git.

 

For example, we would like to put configuration files in a Git-tracked folder.

 

Fabric Deployment Pipelines should also be able to deploy this directory and its contents to Test and Prod.

Status: New
Comments
PeterDaniels
Advocate II
This would enable some metadata driven framework artifacts to move among with code via deployment pipelines. Very helpful
PeterDaniels
Advocate II
This would enable some metadata driven framework artifacts to move among with code via deployment pipelines. Very helpful
frithjof_v
Community Champion

I would also like to put reusable code modules there (.py files) that can be referenced across any notebooks (from lakehouse_name.folder_name import utils.py) in the same workspace and preferably also across workspaces.

frithjof_v
Community Champion

It would be great to have mapping files (e.g. simple mappings between multiple source systems, stored as .json, .csv, or .yaml) included in Git versioning as well.

 

Examples: Cross-system ID mappings, field/column mappings, translation mappings.