ZeroBus - File Mode Prototype DAB template#112
Merged
pietern merged 15 commits intodatabricks:mainfrom Oct 22, 2025
Merged
Conversation
Contributor
Author
|
jenkins merge |
fjakobs
approved these changes
Oct 16, 2025
Contributor
Author
|
jenkins merge |
pietern
reviewed
Oct 17, 2025
Contributor
pietern
left a comment
There was a problem hiding this comment.
Please run ruff to fix formatting and then we can merge.
contrib/templates/file-push/template/{{.catalog_name}}.{{.schema_name}}/README.md.tmpl
Outdated
Show resolved
Hide resolved
pietern
reviewed
Oct 21, 2025
contrib/templates/file-push/template/{{.catalog_name}}.{{.schema_name}}/databricks.yml.tmpl
Outdated
Show resolved
Hide resolved
|
|
||
| prod: | ||
| mode: production | ||
| default: true |
Contributor
Author
There was a problem hiding this comment.
In dev the schema name will be renamed with a prefix and the file trigger will be paused by default. We would like to reduce such onboard hiccup for customers
I have verified that if customer tries to create a schema with an existing schema name, it will be blocked at deployment and therefore it will not be accidentally destroyed by the DAB cleanup
Contributor
There was a problem hiding this comment.
That's true. You can address this by removing "mode: development" entirely and using a target without mode.
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.
This is a DAB template that deploys resources to customer's workspace and invoke script jobs for setup of the file push endpoints. No new API or SQL syntax is introduced.