Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve validation of CODE_ONLY artifacts #796

Open
ldhasson opened this issue Oct 28, 2023 · 0 comments
Open

Improve validation of CODE_ONLY artifacts #796

ldhasson opened this issue Oct 28, 2023 · 0 comments

Comments

@ldhasson
Copy link
Collaborator

When migrating, CODE_ONLY artifacts are ignored because there is no DB asset to manage.

However, the whole point is to allow developers to build arbitrary complex artifacts that Tilda cannot do, eg, complex CTE/Union based views and so on. This happens rarely, and by design, we want to keep Tilda simple (The T in Tilda means Transparent, so we need that simplicity).

But Tilda could still help with validation during migration, i.e., check that the Tilda definition DOES match the underlying custom-coded DB artifact (table or view).

We propose to add a feature to implement that validation so that the Tilda definition of the Object or View matches at least a subset of the columns (with types and other details) present in the database.

@ldhasson ldhasson moved this to Design in Tilda - Main Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Design
Development

No branches or pull requests

1 participant