Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Yandex Managed Service for Trino
  • Начало работы
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
  • Квоты и лимиты
  • Управление доступом
  • Правила тарификации
  • Метрики Yandex Monitoring
  • Аудитные логи Audit Trails
  • История изменений

В этой статье:

  • HTTP request
  • Path parameters
  • Body parameters
  • CatalogSpec
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  • Response
  • CreateCatalogMetadata
  • Status
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  1. Справочник API
  2. REST (англ.)
  3. Catalog
  4. Create

Managed Service for Trino API, REST: Catalog.Create

Статья создана
Yandex Cloud
Обновлена 30 октября 2025 г.
  • HTTP request
  • Path parameters
  • Body parameters
  • CatalogSpec
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  • Response
  • CreateCatalogMetadata
  • Status
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector

Creates a new Trino Catalog.

HTTP requestHTTP request

POST https://trino.api.cloud.yandex.net/managed-trino/v1/clusters/{clusterId}/catalogs

Path parametersPath parameters

Field

Description

clusterId

string

Required field. ID of the Trino Cluster where the catalog should be created.

Body parametersBody parameters

{
  "catalog": {
    "name": "string",
    "connector": {
      // Includes only one of the fields `hive`, `iceberg`, `deltaLake`, `postgresql`, `clickhouse`, `tpch`, `tpcds`, `oracle`, `sqlserver`, `hudi`
      "hive": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "iceberg": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "deltaLake": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "postgresql": {
        "connection": {
          // Includes only one of the fields `onPremise`, `connectionManager`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          },
          "connectionManager": {
            "connectionId": "string",
            "database": "string",
            "connectionProperties": "object"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "clickhouse": {
        "connection": {
          // Includes only one of the fields `onPremise`, `connectionManager`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          },
          "connectionManager": {
            "connectionId": "string",
            "database": "string",
            "connectionProperties": "object"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "tpch": {
        "additionalProperties": "object"
      },
      "tpcds": {
        "additionalProperties": "object"
      },
      "oracle": {
        "connection": {
          // Includes only one of the fields `onPremise`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "sqlserver": {
        "connection": {
          // Includes only one of the fields `onPremise`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "hudi": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      }
      // end of the list of possible fields
    },
    "description": "string",
    "labels": "object"
  }
}

Field

Description

catalog

CatalogSpec

Required field. Specification of the catalog to be created.

CatalogSpecCatalogSpec

CatalogSpec defines the desired state of a new catalog.

Field

Description

name

string

Required field. Name of the catalog.
Must be unique within a Trino cluster.

connector

Connector

Required field. Connector backing this catalog.

description

string

Description of the catalog.

labels

object (map<string, string>)

Labels associated with the catalog.

ConnectorConnector

Connector configuration. Exactly one connector type must be specified.

Field

Description

hive

HiveConnector

Hive connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

iceberg

IcebergConnector

Iceberg connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

deltaLake

DeltaLakeConnector

Delta Lake connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

postgresql

PostgresqlConnector

PostgreSQL connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

clickhouse

ClickhouseConnector

ClickHouse connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

tpch

TPCHConnector

TPC-H connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

tpcds

TPCDSConnector

TPC-DS connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

oracle

OracleConnector

Oracle connector configuration for connecting to Oracle Database instances.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

sqlserver

SQLServerConnector

SQLServer connector configuration for connecting to SQLServer Database instances.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

hudi

HudiConnector

Hudi connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

HiveConnectorHiveConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

MetastoreMetastore

Metastore configuration.

Field

Description

hive

HiveMetastore

Includes only one of the fields hive.

HiveMetastoreHiveMetastore

Configuration of Hive's metastore type.

Field

Description

uri

string

URI or cluster ID of the Hive Metastore.

Includes only one of the fields uri.

FileSystemFileSystem

Configuration of file system used by a connector.

Field

Description

s3

object

Includes only one of the fields s3, externalS3.

externalS3

ExternalS3FileSystem

Includes only one of the fields s3, externalS3.

ExternalS3FileSystemExternalS3FileSystem

Describes External S3 compatible file system.

Field

Description

awsAccessKey

string

Required field.

awsSecretKey

string

Required field.

awsEndpoint

string

Required field.

awsRegion

string

Required field.

IcebergConnectorIcebergConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

DeltaLakeConnectorDeltaLakeConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

PostgresqlConnectorPostgresqlConnector

Field

Description

connection

PostgresqlConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

PostgresqlConnectionPostgresqlConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the Postgresql.

userName

string

Required field. Name of the Postgresql user.

password

string

Required field. Password of the Postgresql user.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

Required field. Connection ID.

database

string

Required field. Database.

connectionProperties

object (map<string, string>)

Additional connection properties.

ClickhouseConnectorClickhouseConnector

Field

Description

connection

ClickhouseConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

ClickhouseConnectionClickhouseConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the Clickhouse.

userName

string

Required field. Name of the Clickhouse user.

password

string

Required field. Password of the Clickhouse user.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

Required field. Connection ID.

database

string

Required field. Database.

connectionProperties

object (map<string, string>)

Additional connection properties.

TPCHConnectorTPCHConnector

Field

Description

additionalProperties

object (map<string, string>)

Additional properties.

TPCDSConnectorTPCDSConnector

Field

Description

additionalProperties

object (map<string, string>)

Additional properties.

OracleConnectorOracleConnector

Field

Description

connection

OracleConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

OracleConnectionOracleConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the Oracle.

userName

string

Required field. Name of the Oracle user.

password

string

Required field. Password of the Oracle user.

SQLServerConnectorSQLServerConnector

Field

Description

connection

SQLServerConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

SQLServerConnectionSQLServerConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the SQLServer.

userName

string

Required field. Name of the SQLServer user.

password

string

Required field. Password of the SQLServer user.

HudiConnectorHudiConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "description": "string",
  "createdAt": "string",
  "createdBy": "string",
  "modifiedAt": "string",
  "done": "boolean",
  "metadata": {
    "clusterId": "string",
    "catalogId": "string"
  },
  // Includes only one of the fields `error`, `response`
  "error": {
    "code": "integer",
    "message": "string",
    "details": [
      "object"
    ]
  },
  "response": {
    "id": "string",
    "name": "string",
    "connector": {
      // Includes only one of the fields `hive`, `iceberg`, `deltaLake`, `postgresql`, `clickhouse`, `tpch`, `tpcds`, `oracle`, `sqlserver`, `hudi`
      "hive": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "iceberg": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "deltaLake": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "postgresql": {
        "connection": {
          // Includes only one of the fields `onPremise`, `connectionManager`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          },
          "connectionManager": {
            "connectionId": "string",
            "database": "string",
            "connectionProperties": "object"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "clickhouse": {
        "connection": {
          // Includes only one of the fields `onPremise`, `connectionManager`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          },
          "connectionManager": {
            "connectionId": "string",
            "database": "string",
            "connectionProperties": "object"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "tpch": {
        "additionalProperties": "object"
      },
      "tpcds": {
        "additionalProperties": "object"
      },
      "oracle": {
        "connection": {
          // Includes only one of the fields `onPremise`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "sqlserver": {
        "connection": {
          // Includes only one of the fields `onPremise`
          "onPremise": {
            "connectionUrl": "string",
            "userName": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      },
      "hudi": {
        "metastore": {
          // Includes only one of the fields `hive`
          "hive": {
            // Includes only one of the fields `uri`
            "uri": "string"
            // end of the list of possible fields
          }
          // end of the list of possible fields
        },
        "filesystem": {
          // Includes only one of the fields `s3`, `externalS3`
          "s3": "object",
          "externalS3": {
            "awsAccessKey": "string",
            "awsSecretKey": "string",
            "awsEndpoint": "string",
            "awsRegion": "string"
          }
          // end of the list of possible fields
        },
        "additionalProperties": "object"
      }
      // end of the list of possible fields
    },
    "description": "string",
    "labels": "object"
  }
  // end of the list of possible fields
}

An Operation resource. For more information, see Operation.

Field

Description

id

string

ID of the operation.

description

string

Description of the operation. 0-256 characters long.

createdAt

string (date-time)

Creation timestamp.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

createdBy

string

ID of the user or service account who initiated the operation.

modifiedAt

string (date-time)

The time when the Operation resource was last modified.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

done

boolean

If the value is false, it means the operation is still in progress.
If true, the operation is completed, and either error or response is available.

metadata

CreateCatalogMetadata

Service-specific metadata associated with the operation.
It typically contains the ID of the target resource that the operation is performed on.
Any method that returns a long-running operation should document the metadata type, if any.

error

Status

The error result of the operation in case of failure or cancellation.

Includes only one of the fields error, response.

The operation result.
If done == false and there was no failure detected, neither error nor response is set.
If done == false and there was a failure detected, error is set.
If done == true, exactly one of error or response is set.

response

Catalog

The normal response of the operation in case of success.
If the original method returns no data on success, such as Delete,
the response is google.protobuf.Empty.
If the original method is the standard Create/Update,
the response should be the target resource of the operation.
Any method that returns a long-running operation should document the response type, if any.

Includes only one of the fields error, response.

The operation result.
If done == false and there was no failure detected, neither error nor response is set.
If done == false and there was a failure detected, error is set.
If done == true, exactly one of error or response is set.

CreateCatalogMetadataCreateCatalogMetadata

Field

Description

clusterId

string

ID of the Trino cluster where a catalog is being created.

catalogId

string

ID of the catalog that is being created.

StatusStatus

The error result of the operation in case of failure or cancellation.

Field

Description

code

integer (int32)

Error code. An enum value of google.rpc.Code.

message

string

An error message.

details[]

object

A list of messages that carry the error details.

CatalogCatalog

Catalog is a logical Trino catalog backed by a specific connector.

Field

Description

id

string

ID of the catalog.

name

string

Name of the catalog.

connector

Connector

Connector backing this catalog.

description

string

Description of the catalog.

labels

object (map<string, string>)

Labels associated with the catalog.

ConnectorConnector

Connector configuration. Exactly one connector type must be specified.

Field

Description

hive

HiveConnector

Hive connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

iceberg

IcebergConnector

Iceberg connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

deltaLake

DeltaLakeConnector

Delta Lake connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

postgresql

PostgresqlConnector

PostgreSQL connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

clickhouse

ClickhouseConnector

ClickHouse connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

tpch

TPCHConnector

TPC-H connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

tpcds

TPCDSConnector

TPC-DS connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

oracle

OracleConnector

Oracle connector configuration for connecting to Oracle Database instances.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

sqlserver

SQLServerConnector

SQLServer connector configuration for connecting to SQLServer Database instances.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

hudi

HudiConnector

Hudi connector configuration.

Includes only one of the fields hive, iceberg, deltaLake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

HiveConnectorHiveConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

MetastoreMetastore

Metastore configuration.

Field

Description

hive

HiveMetastore

Includes only one of the fields hive.

HiveMetastoreHiveMetastore

Configuration of Hive's metastore type.

Field

Description

uri

string

URI or cluster ID of the Hive Metastore.

Includes only one of the fields uri.

FileSystemFileSystem

Configuration of file system used by a connector.

Field

Description

s3

object

Includes only one of the fields s3, externalS3.

externalS3

ExternalS3FileSystem

Includes only one of the fields s3, externalS3.

ExternalS3FileSystemExternalS3FileSystem

Describes External S3 compatible file system.

Field

Description

awsAccessKey

string

Required field.

awsSecretKey

string

Required field.

awsEndpoint

string

Required field.

awsRegion

string

Required field.

IcebergConnectorIcebergConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

DeltaLakeConnectorDeltaLakeConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

PostgresqlConnectorPostgresqlConnector

Field

Description

connection

PostgresqlConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

PostgresqlConnectionPostgresqlConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the Postgresql.

userName

string

Required field. Name of the Postgresql user.

password

string

Required field. Password of the Postgresql user.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

Required field. Connection ID.

database

string

Required field. Database.

connectionProperties

object (map<string, string>)

Additional connection properties.

ClickhouseConnectorClickhouseConnector

Field

Description

connection

ClickhouseConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

ClickhouseConnectionClickhouseConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the Clickhouse.

userName

string

Required field. Name of the Clickhouse user.

password

string

Required field. Password of the Clickhouse user.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

Required field. Connection ID.

database

string

Required field. Database.

connectionProperties

object (map<string, string>)

Additional connection properties.

TPCHConnectorTPCHConnector

Field

Description

additionalProperties

object (map<string, string>)

Additional properties.

TPCDSConnectorTPCDSConnector

Field

Description

additionalProperties

object (map<string, string>)

Additional properties.

OracleConnectorOracleConnector

Field

Description

connection

OracleConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

OracleConnectionOracleConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the Oracle.

userName

string

Required field. Name of the Oracle user.

password

string

Required field. Password of the Oracle user.

SQLServerConnectorSQLServerConnector

Field

Description

connection

SQLServerConnection

Connection configuration.

additionalProperties

object (map<string, string>)

Additional properties.

SQLServerConnectionSQLServerConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise.

OnPremiseOnPremise

Field

Description

connectionUrl

string

Required field. Connection to the SQLServer.

userName

string

Required field. Name of the SQLServer user.

password

string

Required field. Password of the SQLServer user.

HudiConnectorHudiConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additionalProperties

object (map<string, string>)

Additional properties.

Была ли статья полезна?

Предыдущая
List
Следующая
Update
Проект Яндекса
© 2025 ООО «Яндекс.Облако»