Field | Type | Required | Description | Example |
---|---|---|---|---|
configuration |
models.SourceConfiguration | ✔️ | The values required to configure the source. | { "user": "charles" } |
name |
str | ✔️ | Name of the source e.g. dev-mysql-instance. | |
workspace_id |
str | ✔️ | N/A | |
definition_id |
Optional[str] | ➖ | The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. | |
secret_id |
Optional[str] | ➖ | Optional secretID obtained through the OAuth redirect flow. |