Skip to main content

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.
ApplicationResponse | FailureResponse

ConnectionSettings

SnowflakeConnectionSettings | InternalConnectionSettings | AmazonDataFirehoseConnectionSettings | AmazonDynamoDBConnectionSettings | ClickHouseConnectionSettings | HttpConnectionSettings | KafkaConnectionSettings | PostgreSqlConnectionSettings | S3ConnectionSettings | TwilioSegmentConnectionSettings | 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.
DataSourceResponse | FailureResponse

TableEngine

A Data Pool’s table engine.
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.
DataPoolResponse | FailureResponse

MetricSettings

A Metric’s settings, depending on its type.
CountMetricSettings | SumMetricSettings | CountDistinctMetricSettings | AverageMetricSettings | MinMetricSettings | MaxMetricSettings | CustomMetricSettings