Goal
Allow users to specify a custom SQL query instead of generating our own.
Current experience
Currently users can manually edit via the mbconfig.
Proposed implementation
We should surface this ability in Advanced Data Options.
Options:
| Options |
Pros |
Cons |
| Any raw SQL query |
User is in full control of how they query and structure their data |
Adds more complexity to UI experience for complex SQL queries (JOINS) |
| Only SELECT statement |
UI experience remains mostly the same while allowing some degree of customization |
User has to save query to View / Table before querying it with Model Builder |
To-Do
@beccamc
@luisquintanilla
Goal
Allow users to specify a custom SQL query instead of generating our own.
Current experience
Currently users can manually edit via the mbconfig.
Proposed implementation
We should surface this ability in Advanced Data Options.
Options:
To-Do
@beccamc
@luisquintanilla