Skip to content

fix: make profile template valid YAML - #271

Merged
Raki (mdrakiburrahman) merged 1 commit into
mainfrom
dev/mdrrahman/266
Aug 20, 2026
Merged

fix: make profile template valid YAML#271
Raki (mdrakiburrahman) merged 1 commit into
mainfrom
dev/mdrrahman/266

Conversation

@mdrakiburrahman

Copy link
Copy Markdown
Collaborator

Summary

  • quote the workspace_name prompt hint so dbt init can parse the shipped profile template
  • add a regression test that parses the complete template and verifies the prompt structure
  • document the fix in the Unreleased changelog

Validation

  • uv run pytest tests/unit/test_profile_template.py -vv
  • npx nx run dbt-fabricspark:lint
  • npx nx run dbt-fabricspark:build
  • npx nx run dbt-fabricspark:test

Closes #266

Quote the workspace_name prompt hint so dbt init can parse the shipped template, and add a whole-template YAML regression test.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mdrakiburrahman
Raki (mdrakiburrahman) merged commit f52b76a into main Aug 20, 2026
2 checks passed
@mdrakiburrahman
Raki (mdrakiburrahman) deleted the dev/mdrrahman/266 branch August 20, 2026 21:29
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] profile_template.yml contains an unescaped mapping

1 participant