-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Connector Builder]Add ability to convert from YAML manifest to UI (#…
…21142) * save * save more progress * try setting values directly * toggle editor * fix primary key * enforce consistency in name and primary key * refactor conversion method to be more readable * save progress * allow custom input keys to be used for inferred auth values * fix isMatch bug and remove console logs * fix type issues with reflect * properly handle undefined * format schema and gracefully handle non-inline schemas * verify no custom components * refactor and fix request options type * rest of refactor * move manifest to builder form conversion logic into its own file, and handle inferred input overrides properly * convert substream slicers * restore warning modal for switching back to UI * remove console logs * remove unneeded traceback filtering * set http method when converting to manifest * remove commented import * add unsupported fields to builder form values * save check stream values from manifest * save progress * add more tests * save record filter in unsupported fields * use type coersion instead of yaml strings
- Loading branch information
Showing
8 changed files
with
1,129 additions
and
158 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
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.