Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 11.8 KB

File metadata and controls

12 lines (9 loc) · 11.8 KB

DestinationCreateRequest

Fields

Field Type Required Description Example
configuration models.DestinationConfiguration ✔️ The values required to configure the destination. {
"user": "charles"
}
name str ✔️ Name of the destination e.g. dev-mysql-instance.
workspace_id str ✔️ N/A
definition_id Optional[str] The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided.
resource_allocation Optional[models.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.