ApplicationOrFailureResponse

The result of a mutation which creates or modifies an Application.

If successful, an ApplicationResponse will be returned; otherwise, a FailureResponse will be returned.

ApplicationOrFailureResponse
ApplicationResponse | FailureResponse

ConnectionSettings

ConnectionSettings
SnowflakeConnectionSettings | InternalConnectionSettings | ClickHouseConnectionSettings | HttpConnectionSettings | KafkaConnectionSettings | PostgreSqlConnectionSettings | S3ConnectionSettings | WebhookConnectionSettings

DataSourceOrFailureResponse

The result of a mutation which creates or modifies a DataSource.

If successful, an DataSourceResponse will be returned; otherwise, a FailureResponse will be returned.

DataSourceOrFailureResponse
DataSourceResponse | FailureResponse

TableEngine

A Data Pool’s table engine.

TableEngine
MergeTreeTableEngine | ReplacingMergeTreeTableEngine | SummingMergeTreeTableEngine | AggregatingMergeTreeTableEngine | PostgreSqlTableEngine

DataPoolOrFailureResponse

The result of a mutation which creates or modifies a Data Pool.

If successful, an DataPoolResponse will be returned; otherwise, a FailureResponse will be returned.

DataPoolOrFailureResponse
DataPoolResponse | FailureResponse

MetricSettings

A Metric’s settings, depending on its type.

MetricSettings
CountMetricSettings | SumMetricSettings | CountDistinctMetricSettings | AverageMetricSettings | MinMetricSettings | MaxMetricSettings | CustomMetricSettings