Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 13.4 KB

SourceCreateRequest.md

File metadata and controls

13 lines (10 loc) · 13.4 KB

SourceCreateRequest

Fields

Field Type Required Description Example
configuration SourceConfiguration ✔️ The values required to configure the source. {
"user": "charles"
}
definitionId Optional<String> The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided.
name String ✔️ Name of the source e.g. dev-mysql-instance.
resourceAllocation Optional<ScopedResourceRequirements> actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId Optional<String> Optional secretID obtained through the OAuth redirect flow.
workspaceId String ✔️ N/A