mjtpena/Fabric Lakehouse Metadata Hydrator
Extract, compare, and hydrate Microsoft Fabric Lakehouse metadata from Delta Lake schemas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workspace-id | Microsoft Fabric workspace ID | no | — |
| lakehouse-id | Microsoft Fabric lakehouse ID | no | — |
| config-path | Path to fabric-hydrate configuration file | no | ./fabric-hydrate.yaml |
| source | Source Delta table path (alternative to config file) | no | — |
| output-path | Output directory for generated metadata | no | ./metadata |
| dry-run | Preview changes without writing files | no | false |
| python-version | Python version to use | no | 3.11 |
| command | Command to run: hydrate, diff, validate, schema | no | hydrate |
Outputs
| name | description |
|---|---|
| metadata-path | Path to generated metadata files |
| has-changes | Whether schema differences were detected |
| diff-summary | Summary of schema differences |