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

feat: add flatten structure for models #15

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

MattiasMTS
Copy link
Owner

@MattiasMTS MattiasMTS commented Feb 12, 2024

New feature which allows tables/views/functions to be autocompleted out of the box but with addition of schema as prefix.

For example:
I've a table in flights schema which is called seattle... something. Now when I start to write seattle it still finds this table but adds the schema as a prefix:
image

so when "accepting" this autocompletion -> the schema.table is accepted
image

This allows tables/views to be prompted out of the box but without causing ambiguity later on when executing the query.


EDIT
I realize now that I need to make a new video..

@MattiasMTS MattiasMTS merged commit e936f14 into main Feb 12, 2024
2 checks passed
@MattiasMTS MattiasMTS deleted the mattias/table-cmp-out-of-the-box branch February 12, 2024 15:52
MattiasMTS added a commit that referenced this pull request Feb 12, 2024
* feat: add flatten structure for models

* docs: update README with defaults
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.

None yet

1 participant