-
Notifications
You must be signed in to change notification settings - Fork 118
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
Rill Developer: add UI for external tables #4027
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
fe0eea9
Add external table page and navigation
ericpgreen2 43d3eff
Use `table` not `model` in generated dashboard YAML
ericpgreen2 77e5d6d
Add "Autogenerate dashboard" action to header
ericpgreen2 fd35b1b
Add "Autogenerate dashboard" action to context menu
ericpgreen2 2e2f4ca
Hide modeling for Druid connections
ericpgreen2 776c779
Only show sources for DuckDB connections
ericpgreen2 9e8166a
Merge remote-tracking branch 'remotes/origin/main' into external-tabl…
nishantmonu51 56a5c95
Merge remote-tracking branch 'remotes/origin/main' into external-tabl…
nishantmonu51 ca21d98
Terminology: use "table" not "external table"
ericpgreen2 2377755
Remove modeling layer for clickhouse driver
ericpgreen2 f673884
Add a `default_time_range` of "P4W"
ericpgreen2 ca2721f
Differentiate between models and tables in generated dashboard code
ericpgreen2 4151995
Fix placeholder for OLAP drivers that don't support modeling
ericpgreen2 10ddda7
Use selector `isModelingSupportedForCurrentOlapDriver`
ericpgreen2 62387df
Bugfix
ericpgreen2 8504033
Add navigation overflow/scroll when many tables
ericpgreen2 661b0b1
Only route to Welcome page for DuckDB OLAP driver
ericpgreen2 7024e2c
Add different onboarding steps for non-DuckDB OLAP drivers
ericpgreen2 08caf0b
Edit copy
ericpgreen2 d3d597c
Fix test (and slight test refactor)
ericpgreen2 b29bcd7
Fix test
ericpgreen2 4491b3c
Fix lint
ericpgreen2 a274225
Filter out the managed tables (sources and models)
ericpgreen2 c7416e6
Merge branch 'main' into external-table-ui
ericpgreen2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we prefer table for the blank dashbaord?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because
model
only works for models, buttable
works for these external tables plus sources and models.