Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Trino
  • Getting started
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
  • Quotas and limits
  • Access management
  • Pricing policy
  • Yandex Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • CreateCatalogRequest
  • CatalogSpec
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • S3FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  • operation.Operation
  • CreateCatalogMetadata
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • S3FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  1. API reference
  2. gRPC
  3. Catalog
  4. Create

Managed Service for Trino API, gRPC: CatalogService.Create

Written by
Yandex Cloud
Updated at October 3, 2025
  • gRPC request
  • CreateCatalogRequest
  • CatalogSpec
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • S3FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  • operation.Operation
  • CreateCatalogMetadata
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • S3FileSystem
  • 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.

gRPC requestgRPC request

rpc Create (CreateCatalogRequest) returns (operation.Operation)

CreateCatalogRequestCreateCatalogRequest

{
  "cluster_id": "string",
  "catalog": {
    "name": "string",
    "connector": {
      // Includes only one of the fields `hive`, `iceberg`, `delta_lake`, `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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "delta_lake": {
        "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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "postgresql": {
        "connection": {
          // Includes only one of the fields `on_premise`, `connection_manager`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          },
          "connection_manager": {
            "connection_id": "string",
            "database": "string",
            "connection_properties": "map<string, string>"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "clickhouse": {
        "connection": {
          // Includes only one of the fields `on_premise`, `connection_manager`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          },
          "connection_manager": {
            "connection_id": "string",
            "database": "string",
            "connection_properties": "map<string, string>"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "tpch": {
        "additional_properties": "map<string, string>"
      },
      "tpcds": {
        "additional_properties": "map<string, string>"
      },
      "oracle": {
        "connection": {
          // Includes only one of the fields `on_premise`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "sqlserver": {
        "connection": {
          // Includes only one of the fields `on_premise`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      }
      // end of the list of possible fields
    },
    "description": "string",
    "labels": "map<string, string>"
  }
}

Field

Description

cluster_id

string

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

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, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

iceberg

IcebergConnector

Iceberg connector configuration.

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

delta_lake

DeltaLakeConnector

Delta Lake connector configuration.

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

postgresql

PostgresqlConnector

PostgreSQL connector configuration.

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

clickhouse

ClickhouseConnector

ClickHouse connector configuration.

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

tpch

TPCHConnector

TPC-H connector for synthetic benchmarking.

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

tpcds

TPCDSConnector

TPC-DS connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, delta_lake, 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, delta_lake, 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, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

hudi

HudiConnector

Hudi connector configuration.

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

HiveConnectorHiveConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

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

S3FileSystem

Includes only one of the fields s3, external_s3.

external_s3

ExternalS3FileSystem

Includes only one of the fields s3, external_s3.

S3FileSystemS3FileSystem

Describes YandexCloud native S3 file system.
Currently does not require configuration.

Field

Description

Empty

ExternalS3FileSystemExternalS3FileSystem

Describes External S3 compatible file system.

Field

Description

aws_access_key

string

Required field.

aws_secret_key

string

Required field.

aws_endpoint

string

Required field.

aws_region

string

Required field.

IcebergConnectorIcebergConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

DeltaLakeConnectorDeltaLakeConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

PostgresqlConnectorPostgresqlConnector

Field

Description

connection

PostgresqlConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

PostgresqlConnectionPostgresqlConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Postgresql.

user_name

string

Required field. Name of the Postgresql user.

password

string

Required field. Password of the Postgresql user.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

database

string

Required field. Database.

connection_properties

object (map<string, string>)

Additional connection properties.

ClickhouseConnectorClickhouseConnector

Field

Description

connection

ClickhouseConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

ClickhouseConnectionClickhouseConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Clickhouse.

user_name

string

Required field. Name of the Clickhouse user.

password

string

Required field. Password of the Clickhouse user.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

database

string

Required field. Database.

connection_properties

object (map<string, string>)

Additional connection properties.

TPCHConnectorTPCHConnector

Field

Description

additional_properties

object (map<string, string>)

Additional properties.

TPCDSConnectorTPCDSConnector

Field

Description

additional_properties

object (map<string, string>)

Additional properties.

OracleConnectorOracleConnector

Field

Description

connection

OracleConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

OracleConnectionOracleConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Oracle.

user_name

string

Required field. Name of the Oracle user.

password

string

Required field. Password of the Oracle user.

SQLServerConnectorSQLServerConnector

Field

Description

connection

SQLServerConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

SQLServerConnectionSQLServerConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the SQLServer.

user_name

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.

additional_properties

object (map<string, string>)

Additional properties.

operation.Operationoperation.Operation

{
  "id": "string",
  "description": "string",
  "created_at": "google.protobuf.Timestamp",
  "created_by": "string",
  "modified_at": "google.protobuf.Timestamp",
  "done": "bool",
  "metadata": {
    "cluster_id": "string",
    "catalog_id": "string"
  },
  // Includes only one of the fields `error`, `response`
  "error": "google.rpc.Status",
  "response": {
    "id": "string",
    "name": "string",
    "connector": {
      // Includes only one of the fields `hive`, `iceberg`, `delta_lake`, `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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "delta_lake": {
        "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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "postgresql": {
        "connection": {
          // Includes only one of the fields `on_premise`, `connection_manager`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          },
          "connection_manager": {
            "connection_id": "string",
            "database": "string",
            "connection_properties": "map<string, string>"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "clickhouse": {
        "connection": {
          // Includes only one of the fields `on_premise`, `connection_manager`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          },
          "connection_manager": {
            "connection_id": "string",
            "database": "string",
            "connection_properties": "map<string, string>"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "tpch": {
        "additional_properties": "map<string, string>"
      },
      "tpcds": {
        "additional_properties": "map<string, string>"
      },
      "oracle": {
        "connection": {
          // Includes only one of the fields `on_premise`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "sqlserver": {
        "connection": {
          // Includes only one of the fields `on_premise`
          "on_premise": {
            "connection_url": "string",
            "user_name": "string",
            "password": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      },
      "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`, `external_s3`
          "s3": "S3FileSystem",
          "external_s3": {
            "aws_access_key": "string",
            "aws_secret_key": "string",
            "aws_endpoint": "string",
            "aws_region": "string"
          }
          // end of the list of possible fields
        },
        "additional_properties": "map<string, string>"
      }
      // end of the list of possible fields
    },
    "description": "string",
    "labels": "map<string, string>"
  }
  // 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.

created_at

google.protobuf.Timestamp

Creation timestamp.

created_by

string

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

modified_at

google.protobuf.Timestamp

The time when the Operation resource was last modified.

done

bool

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

google.rpc.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

cluster_id

string

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

catalog_id

string

ID of the catalog that is being created.

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, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

iceberg

IcebergConnector

Iceberg connector configuration.

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

delta_lake

DeltaLakeConnector

Delta Lake connector configuration.

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

postgresql

PostgresqlConnector

PostgreSQL connector configuration.

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

clickhouse

ClickhouseConnector

ClickHouse connector configuration.

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

tpch

TPCHConnector

TPC-H connector for synthetic benchmarking.

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

tpcds

TPCDSConnector

TPC-DS connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, delta_lake, 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, delta_lake, 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, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi.

hudi

HudiConnector

Hudi connector configuration.

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

HiveConnectorHiveConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

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

S3FileSystem

Includes only one of the fields s3, external_s3.

external_s3

ExternalS3FileSystem

Includes only one of the fields s3, external_s3.

S3FileSystemS3FileSystem

Describes YandexCloud native S3 file system.
Currently does not require configuration.

Field

Description

Empty

ExternalS3FileSystemExternalS3FileSystem

Describes External S3 compatible file system.

Field

Description

aws_access_key

string

Required field.

aws_secret_key

string

Required field.

aws_endpoint

string

Required field.

aws_region

string

Required field.

IcebergConnectorIcebergConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

DeltaLakeConnectorDeltaLakeConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

PostgresqlConnectorPostgresqlConnector

Field

Description

connection

PostgresqlConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

PostgresqlConnectionPostgresqlConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Postgresql.

user_name

string

Required field. Name of the Postgresql user.

password

string

Required field. Password of the Postgresql user.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

database

string

Required field. Database.

connection_properties

object (map<string, string>)

Additional connection properties.

ClickhouseConnectorClickhouseConnector

Field

Description

connection

ClickhouseConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

ClickhouseConnectionClickhouseConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Clickhouse.

user_name

string

Required field. Name of the Clickhouse user.

password

string

Required field. Password of the Clickhouse user.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

database

string

Required field. Database.

connection_properties

object (map<string, string>)

Additional connection properties.

TPCHConnectorTPCHConnector

Field

Description

additional_properties

object (map<string, string>)

Additional properties.

TPCDSConnectorTPCDSConnector

Field

Description

additional_properties

object (map<string, string>)

Additional properties.

OracleConnectorOracleConnector

Field

Description

connection

OracleConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

OracleConnectionOracleConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Oracle.

user_name

string

Required field. Name of the Oracle user.

password

string

Required field. Password of the Oracle user.

SQLServerConnectorSQLServerConnector

Field

Description

connection

SQLServerConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

SQLServerConnectionSQLServerConnection

Field

Description

on_premise

OnPremise

Includes only one of the fields on_premise.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the SQLServer.

user_name

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.

additional_properties

object (map<string, string>)

Additional properties.

Was the article helpful?

Previous
List
Next
Update
© 2025 Direct Cursus Technology L.L.C.