Skip to content

fix (samples): rename feature_samples schemas to avoid DABs "target" folder exclusion#46

Open
Ben-Dowling wants to merge 1 commit intodatabricks-solutions:mainfrom
Ben-Dowling:fix/samples-schema-target-folder
Open

fix (samples): rename feature_samples schemas to avoid DABs "target" folder exclusion#46
Ben-Dowling wants to merge 1 commit intodatabricks-solutions:mainfrom
Ben-Dowling:fix/samples-schema-target-folder

Conversation

@Ben-Dowling
Copy link
Copy Markdown

@Ben-Dowling Ben-Dowling commented Apr 24, 2026

Fixes #45 - Raised bug to document the issue

Problem

samples/bronze_sample/src/dataflows/feature_samples/schemas organises schema files into source/ and target/ subfolders. Databricks Asset Bundles (DABs) ignores folders named target during deployment, resulting in missing schemas at runtime and causing sample pipelines to fail.

Solution

Flattened schemas/source/ and schemas/target/ into a single schemas/ directory, prefixing files with source_ or target_ to retain the distinction.

Testing

  • Verified deployed workspace contains all schema files
  • Sample pipeline runs successfully with flattened schema structure

@Ben-Dowling Ben-Dowling changed the title fix: flatten feature_samples schemas to avoid DABs "target" folder exclusion fix (samples): flatten feature_samples schemas to avoid DABs "target" folder exclusion Apr 24, 2026
@Ben-Dowling Ben-Dowling changed the title fix (samples): flatten feature_samples schemas to avoid DABs "target" folder exclusion fix (samples): rename feature_samples schemas to avoid DABs "target" folder exclusion Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: feature_samples uses a "target/" folder for schemas which is ignored by DABs

1 participant