-
Notifications
You must be signed in to change notification settings - Fork 144
Create YAML model files #7716
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
Create YAML model files #7716
Conversation
Demo with dev limit CleanShot.2025-08-01.at.13.34.32.mp4 |
Verified that we can create YAML model files for various non-OLAP connectors except for redshift. Logged a ticket here |
9679a59
to
2944ec6
Compare
This reverts commit fe7acfd.
Demo CleanShot.2025-08-04.at.14.12.51.mp4 |
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.
Code is clean! Left a few comments.
web-common/src/features/connectors/explorer/TableMenuItems.svelte
Outdated
Show resolved
Hide resolved
web-common/src/features/connectors/explorer/TableMenuItems.svelte
Outdated
Show resolved
Hide resolved
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.
👌
This PR implements a new feature to create YAML model files from connector tables. It adds a menu item to the table context menu that allows users to generate YAML-based models for non-OLAP connectors like Postgres, MySQL, etc. Fixes https://linear.app/rilldata/issue/ENG-856/add-a-create-model-menu-item-for-connector-files, https://linear.app/rilldata/issue/ENG-860/humanize-redshift-error-when-output-location-and-role-arn-are-missing
To test
CleanShot.2025-08-01.at.11.29.15.mp4
Checklist: