Added Tabular Editor x Databricks scripts - #190
Merged
mlonsk merged 10 commits intoSep 5, 2025
Merged
Conversation
Added pages for 3 new scripts Added images to be referenced in scripts Updated advanced library landing page
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds three new Databricks integration scripts to the Tabular Editor C# script library as part of a new "Tabular Editor x Databricks series". The scripts automate common tasks when working with Databricks Unity Catalog metadata in semantic models.
- Added three comprehensive scripts for Databricks integration
- Updated the advanced library landing page with new script references
- Added supporting images for script documentation
Reviewed Changes
Copilot reviewed 4 out of 9 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| csharp-script-library-advanced.md | Updated date and added three new Databricks script entries to the library index |
| script-databricks-semantic-model-set-up.md | New script for converting snake_case/camelCase names to proper case and applying column best practices |
| script-create-databricks-relationships.md | New script for automatically creating relationships based on Unity Catalog foreign key definitions |
| script-add-databricks-metadata-descriptions.md | New script for importing table and column descriptions from Unity Catalog |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
spelling mistake Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ic-model-set-up.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…-relationships.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…-relationships.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tadata-descriptions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tadata-descriptions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tadata-descriptions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tadata-descriptions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Collaborator
added new scripts to TOC
Contributor
Author
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added pages for 3 new scripts
Added images to be referenced in scripts
Updated advanced library landing page