-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DB/Schema/Table selector to builder flow (#120)
When using the builder flow, it's a bit of a pain to type in the exact db/schema/table identifiers every time. This PR adds dropdown menus that allows the user to select the relevant fields instead of having to type. It would also be good to do this for the iteration flow as well, providing db/schema/stage selectors for the YAML file. Partially addresses #94. ## Testing Run the builder flow and verify that the db/schema/table selector is functional and replaces the text input UI.
- Loading branch information
1 parent
0e63d27
commit 888eef4
Showing
2 changed files
with
198 additions
and
57 deletions.
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