본문으로 건너뛰기

SourceUpdate

Partial update for a source. Do not include name; collection_id may move the source to another collection but cannot be cleared.

name object
하나 이상(anyOf)
string
alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string

Possible values: [postgresql, mysql, sqlite, mongodb, s3, hdfs, iceberg_s3, iceberg_hdfs, deltalake, url]

collection_id object
하나 이상(anyOf)
string

Possible values: non-empty

folder_id object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    options object
    하나 이상(anyOf)
    object
    SourceUpdate
    {
    "name": "string",
    "alias": "string",
    "type": "postgresql",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "options": {}
    }