Refactor connector configurations for type safety and consistency #3
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.
Embeddertype, which previously was empty.EnricherforisImage,isTableandisNER; these are used for validating that only one of each type may be used in a set of Workflow nodes.TestWorkflowNodeOrderto validate ~500 permutations of workflow node types and ordering. An empty workflow node list is now considered invalid, as a partitioner node must always appear in the list.<Foo>ConnectorConfigInputtypes into<Foo>ConnectorConfig.<Foo>SourceConnectorConfigand<Foo>DestinationConnectorConfigtypes into<Foo>ConnectorConfigtypes for Couchbase, S3, GCS, Kafka Cloud, Postgres, Snowflake, and OneDrive. A few fields changed from values to pointers along the way."v1"during JSON marshalingWorkflowTypeis removed fromCreateWorkflowRequestand instead defaults to"custom"during JSON marshaling.Gcs->GCS,Ibm->IBM); also fixedOnedrive->OneDrive.