Available queries in the Management API
Show Application
Show Account
Show Environment
Show Propeller
P1_X_SMALL
: Max records per second: 5,000,000 records per secondP1_SMALL
: Max records per second: 25,000,000 records per secondP1_MEDIUM
: Max records per second: 100,000,000 records per secondP1_LARGE
: Max records per second: 250,000,000 records per secondP1_X_LARGE
: Max records per second: 500,000,000 records per secondShow ApplicationScope
ADMIN
: Grant read/write access to Data Sources, Data Pools, Metrics and Policies.APPLICATION_ADMIN
: Grant read/write access to Applications.DATA_POOL_QUERY
: Grant read access to query Data Pools.DATA_POOL_READ
: Grant read access to read Data Pools.DATA_POOL_STATS
: Grant read access to fetch column statistics from Data Pools.ENVIRONMENT_ADMIN
: Grant read/write access to Environments.METRIC_QUERY
: Grant read access to query Metrics.METRIC_STATS
: Grant read access to fetch Dimension statistics from Metrics.METRIC_READ
: Grant read access to Metrics.METRIC_QUERY
.Show Application
Show Account
Show Environment
Show Propeller
P1_X_SMALL
: Max records per second: 5,000,000 records per secondP1_SMALL
: Max records per second: 25,000,000 records per secondP1_MEDIUM
: Max records per second: 100,000,000 records per secondP1_LARGE
: Max records per second: 250,000,000 records per secondP1_X_LARGE
: Max records per second: 500,000,000 records per secondShow ApplicationScope
ADMIN
: Grant read/write access to Data Sources, Data Pools, Metrics and Policies.APPLICATION_ADMIN
: Grant read/write access to Applications.DATA_POOL_QUERY
: Grant read access to query Data Pools.DATA_POOL_READ
: Grant read access to read Data Pools.DATA_POOL_STATS
: Grant read access to fetch column statistics from Data Pools.ENVIRONMENT_ADMIN
: Grant read/write access to Environments.METRIC_QUERY
: Grant read access to query Metrics.METRIC_STATS
: Grant read access to fetch Dimension statistics from Metrics.METRIC_READ
: Grant read access to Metrics.METRIC_QUERY
.applications
query uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show ApplicationConnection
Show ApplicationEdge
Show Application
Show PageInfo
query {
dataSource(id: "DSOXXXXX") {
id
uniqueName
type
tables (first: 100){
nodes {
id
name
columns (first: 100) {
nodes {
name
type
isNullable
supportedDataPoolColumnTypes
}
}
}
}
}
}
Show DataSource
Show Account
Show Environment
Show DataSourceType
WEBHOOK
: Indicates a Webhook Data Source.TWILIO_SEGMENT
: Indicates a Twilio Segment Data Source.S3
: Indicates an Amazon S3 Data Source.Redshift
: Indicates a Redshift Data Source.POSTGRESQL
: Indicates a PostgreSQL Data Source.KAFKA
: Indicates a Kafka Data Source.Http
: Indicates an Http Data Source.CLICKHOUSE
: Indicates a ClickHouse Data Source.AMAZON_DYNAMODB
: Indicates an Amazon DynamoDB Data Source.AMAZON_DATA_FIREHOSE
: Indicates an Amazon Data Firehose Data Source.Snowflake
: Indicates a Snowflake Data Source.INTERNAL
: Indicates an internal Data Source.Show DataSourceStatus
CREATED
: The Data Source has been created, but it is not connected yet.CONNECTING
: Propel is attempting to connect the Data Source.CONNECTED
: The Data Source is connected.BROKEN
: The Data Source failed to connect.DELETING
: Propel is deleting the Data Source.Show ConnectionSettings
Show DataSourceCheck
dataPools
field on a Data Source, you will get Data Pools for the Data Source.The dataPools
field uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show DataSource
Show Account
Show Environment
Show DataSourceType
WEBHOOK
: Indicates a Webhook Data Source.TWILIO_SEGMENT
: Indicates a Twilio Segment Data Source.S3
: Indicates an Amazon S3 Data Source.Redshift
: Indicates a Redshift Data Source.POSTGRESQL
: Indicates a PostgreSQL Data Source.KAFKA
: Indicates a Kafka Data Source.Http
: Indicates an Http Data Source.CLICKHOUSE
: Indicates a ClickHouse Data Source.AMAZON_DYNAMODB
: Indicates an Amazon DynamoDB Data Source.AMAZON_DATA_FIREHOSE
: Indicates an Amazon Data Firehose Data Source.Snowflake
: Indicates a Snowflake Data Source.INTERNAL
: Indicates an internal Data Source.Show DataSourceStatus
CREATED
: The Data Source has been created, but it is not connected yet.CONNECTING
: Propel is attempting to connect the Data Source.CONNECTED
: The Data Source is connected.BROKEN
: The Data Source failed to connect.DELETING
: Propel is deleting the Data Source.Show ConnectionSettings
Show DataSourceCheck
dataPools
field on a Data Source, you will get Data Pools for the Data Source.The dataPools
field uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.dataSources
query uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show DataSourceConnection
Show DataSourceEdge
Show DataSource
dataPools
field on a Data Source, you will get Data Pools for the Data Source.The dataPools
field uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show PageInfo
Show DataPool
Show Account
Show Environment
Show DataPoolStatus
CREATED
: The Data Pool has been created and will be set up soon.PENDING
: Propel is attempting to set up the Data Pool.LIVE
: The Data Pool is set up and serving data. Check its Syncs to monitor data ingestion.SETUP_FAILED
: The Data Pool setup failed. Check its Setup Tasks before re-attempting setup.CONNECTING
CONNECTED
BROKEN
PAUSING
PAUSED
DELETING
: Propel is deleting the Data Pool and all of its associated data.Show Timestamp
Show DataPoolColumnConnection
Show DataPoolColumnConnection
Show DataPoolSetupTask
Show DataPoolSyncing
EVERY_1_HOUR
does not mean that syncing will occur exactly on the hour. Instead, the syncing interval starts relative to
when the Data Pool goes LIVE
, and Propel will attempt to sync approximately every hour. Additionally,
if you pause or resume syncing, this too can shift the syncing interval around.See DataPoolSyncIntervalShow SyncsFilter
EMPTY
: Returns only Syncs with empty records.NOT_EMPTY
: Returns only Syncs that contain one or more records.ALL
: Returns all Syncs, regardless of whether they contain records or not.Show ValidateExpressionResult
Show TableSettings
Show DataPoolColumn
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show Deprecated Fields
columnName
insteadShow Deprecated Fields
Show UniqueId
Show DataPool
Show Account
Show Environment
Show DataPoolStatus
CREATED
: The Data Pool has been created and will be set up soon.PENDING
: Propel is attempting to set up the Data Pool.LIVE
: The Data Pool is set up and serving data. Check its Syncs to monitor data ingestion.SETUP_FAILED
: The Data Pool setup failed. Check its Setup Tasks before re-attempting setup.CONNECTING
CONNECTED
BROKEN
PAUSING
PAUSED
DELETING
: Propel is deleting the Data Pool and all of its associated data.Show Timestamp
Show DataPoolColumnConnection
Show DataPoolColumnConnection
Show DataPoolSetupTask
Show DataPoolSyncing
EVERY_1_HOUR
does not mean that syncing will occur exactly on the hour. Instead, the syncing interval starts relative to
when the Data Pool goes LIVE
, and Propel will attempt to sync approximately every hour. Additionally,
if you pause or resume syncing, this too can shift the syncing interval around.See DataPoolSyncIntervalShow SyncsFilter
EMPTY
: Returns only Syncs with empty records.NOT_EMPTY
: Returns only Syncs that contain one or more records.ALL
: Returns all Syncs, regardless of whether they contain records or not.Show ValidateExpressionResult
Show TableSettings
Show DataPoolColumn
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show Deprecated Fields
columnName
insteadShow Deprecated Fields
Show UniqueId
dataPools
query uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show DataPoolConnection
Show PageInfo
Show Environment
materializedViews
query uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show MaterializedViewConnection
Show MaterializedViewEdge
Show MaterializedView
Show PageInfo
Show DataPoolAccessPolicy
Show Account
Show Environment
Show Deprecated Fields
filtersSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show Metric
Show Account
Show Environment
Show Dimension
Show Deprecated Fields
Show Dimension
Show Deprecated Fields
Show MetricType
COUNT
: Counts the number of records that matches the Metric Filters. For time series, it will count the values for each time granularity.SUM
: Sums the values of the specified column for every record that matches the Metric Filters. For time series, it will sum the values for each time granularity.COUNT_DISTINCT
: Counts the number of distinct values in the specified column for every record that matches the Metric Filters. For time series, it will count the distinct values for each time granularity.AVERAGE
: Averages the values of the specified column for every record that matches the Metric Filters. For time series, it will average the values for each time granularity.MIN
: Selects the minimum value of the specified column for every record that matches the Metric Filters. For time series, it will select the minimum value for each time granularity.MAX
: Selects the maximum value of the specified column for every record that matches the Metric Filters. For time series, it will select the maximum value for each time granularity.CUSTOM
: Aggregates values based on the provided custom expression.Show MetricSettings
Show Deprecated Fields
settings
object instead.deprecated: Use the Metric settings
object instead.Show Dimension
Show Deprecated Fields
counter
query insteadShow CounterInput
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputtimeSeries
query insteadShow TimeSeriesInput
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow TimeSeriesResponse
groupBy
, if specified.See TimeSeriesResponseGroupleaderboard
query insteadShow LeaderboardInput
ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.See SortShow Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow LeaderboardResponse
Show Metric
Show Account
Show Environment
Show Dimension
Show Deprecated Fields
Show Dimension
Show Deprecated Fields
Show MetricType
COUNT
: Counts the number of records that matches the Metric Filters. For time series, it will count the values for each time granularity.SUM
: Sums the values of the specified column for every record that matches the Metric Filters. For time series, it will sum the values for each time granularity.COUNT_DISTINCT
: Counts the number of distinct values in the specified column for every record that matches the Metric Filters. For time series, it will count the distinct values for each time granularity.AVERAGE
: Averages the values of the specified column for every record that matches the Metric Filters. For time series, it will average the values for each time granularity.MIN
: Selects the minimum value of the specified column for every record that matches the Metric Filters. For time series, it will select the minimum value for each time granularity.MAX
: Selects the maximum value of the specified column for every record that matches the Metric Filters. For time series, it will select the maximum value for each time granularity.CUSTOM
: Aggregates values based on the provided custom expression.Show MetricSettings
Show Deprecated Fields
settings
object instead.deprecated: Use the Metric settings
object instead.Show Dimension
Show Deprecated Fields
counter
query insteadShow CounterInput
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputtimeSeries
query insteadShow TimeSeriesInput
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow TimeSeriesResponse
groupBy
, if specified.See TimeSeriesResponseGroupleaderboard
query insteadShow LeaderboardInput
ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.See SortShow Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow LeaderboardResponse
metrics
query uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show MetricConnection
Show PageInfo
Show Booster
dimensions
)Show Account
Show Environment
Show BoosterStatus
CREATED
: The Booster has been created. Propel will start optimizing the Data Pool soon.OPTIMIZING
: Propel is setting up the Booster and optimizing the Data Pool.LIVE
: The Booster is now live and available to speed up Metric queries.FAILED
: Propel failed to setup the Booster. Please write to support. Alternatively, you can delete the Booster and try again.DELETING
: Propel is deleting the Booster and all of its associated data.Show Dimension
Show Deprecated Fields
Show Policy
Show Account
Show Environment
Show PolicyType
ALL_ACCESS
: Grants access to all Metric data.TENANT_ACCESS
: Grants access to a specified tenant’s Metric data.Show Sync
Show Account
Show Environment
Show DataSource
dataPools
field on a Data Source, you will get Data Pools for the Data Source.The dataPools
field uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show SyncStatus
SYNCING
: Propel is actively syncing records contained within the Sync.SUCCEEDED
: The Sync succeeded. Propel successfully synced all records contained within the Sync.FAILED
: The Sync failed. Propel failed to sync some or all records contained within the Sync.DELETING
: Propel is deleting the Sync.Show Deprecated Fields
processedRecords
insteadprocessedRecords
insteadprocessedRecords
insteadprocessedRecords
insteadShow Table
cachedAt
time, since this info can become out of date.cachedAt
time, since this info can become out of date.cachedAt
time.Show ColumnConnection
Show ColumnConnection
Show ColumnConnection
Show Deprecated Fields
orderByMetric
and sort
inputs.Finally, reports use cursor-based pagination. You can control page size with the first
and
last
inputs.Show MetricReportInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.Show MetricReportDimensionInput
headers
array when displaying the report. This defaults to the column name if unspecified.dimensions
.Show MetricReportMetricInput
headers
array when displaying the report. This defaults to the Metric’s unique name if unspecified.ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.See SortShow Deprecated Fields
metric
metric
filterSql
insteadSee FilterInputorderByColumn
input. You can also order by dimensions this way.Show Deprecated Fields
filterSql
insteadShow FilterInput
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show MetricReportConnection
headers
and rows
for a single page of a report. It also allows paging forward and backward to other
pages of the report.Show PageInfo
Show MetricReportEdge
Show MetricReportNode
Show QueryInfo
Show SqlV1Input
Show SqlResponse
data
field.Show SqlColumnResponse
Show QueryInfo
Show DescribeSqlV1Input
Show DescribeSqlResponse
Show SqlColumnResponse
Show DataGridInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.Show Sort
ASC
: Sort in ascending order.DESC
: Sort in descending order.columns
array input.Show Deprecated Fields
columns
array input.deprecated: Use filterSql
insteadShow FilterInput
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show DataGridConnection
headers
and rows
for a single page of a Data Grid table. It also allows paging forward and backward to other
pages of the Data Grid table.Show QueryInfo
Show PageInfo
Show DataGridEdge
Show RecordsByUniqueIdInput
Show RecordsByUniqueIdResponse
Show QueryInfo
Show TopValuesInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.Show TopValuesResponse
Show CounterInput
Show MetricInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show CounterResponse
Show QueryInfo
Show [CounterInput!]
Show MetricInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show CounterResponse
Show QueryInfo
Show TimeSeriesInput
Show MetricInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.Show TimeSeriesGranularity
DAY
, then the the time series query will return a label and a value for each day.If there are no records for a given time series granularity, Propel will return the label and a value of “0” so that the time series can be properly visualized.MINUTE
: Aggregates values by minute intervals.FIVE_MINUTES
: Aggregates values by 5-minute intervals.TEN_MINUTES
: Aggregates values by 10-minute intervals.FIFTEEN_MINUTES
: Aggregates values by 15-minute intervals.HOUR
: Aggregates values by hourly intervals.DAY
: Aggregates values by daily intervals.WEEK
: Aggregates values by weekly intervals.MONTH
: Aggregates values by monthly intervals.YEAR
: Aggregates values by yearly intervals.Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show TimeSeriesResponse
groupBy
, if specified.Show TimeSeriesResponseGroup
groupBy
. It contains an array of time series labels and an array of Metric values for a particular group.Show QueryInfo
Show LeaderboardInput
Show MetricInput
Show TimeRangeInput
LAST_N
relative time period is selected, an n
≥ 1 must be provided. If no n
is provided or n
< 1, a BAD_REQUEST
error will be returned.LAST_N
relative periods.Show DimensionInput
ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.Show Sort
ASC
: Sort in ascending order.DESC
: Sort in descending order.Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show LeaderboardResponse
Show QueryInfo
Show DeletionJob
Show Account
Show Environment
Show JobStatus
CREATED
: The Job was created, but is not yet being executed.IN_PROGRESS
: The Job is executing.SUCCEEDED
: The Job succeeded.FAILED
: The Job failed. Check the error message.Show Deprecated Fields
filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show AddColumnToDataPoolJob
Show Account
Show Environment
Show JobStatus
CREATED
: The Job was created, but is not yet being executed.IN_PROGRESS
: The Job is executing.SUCCEEDED
: The Job succeeded.FAILED
: The Job failed. Check the error message.Show ColumnType
BOOLEAN
: True or false.STRING
: A variable-length string.FLOAT
: A 32-bit signed double-precision floating point number.DOUBLE
: A 64-bit signed double-precision floating point number.INT8
: An 8-bit signed integer, with a minimum value of -2⁷ and a maximum value of 2⁷-1.INT16
: A 16-bit signed integer, with a minimum value of -2¹⁵ and a maximum value of 2¹⁵-1.INT32
: A 32-bit signed integer, with a minimum value of -2³¹ and a maximum value of 2³¹-1.INT64
: A 64-bit signed integer, with a minimum value of -2⁶³ and a maximum value of 2⁶³-1.DATE
: A date without a timestamp. For example, “YYYY-MM-DD”.TIMESTAMP
: A date with a timestamp. For example, “yyy-MM-dd HH:mm:ss”.JSON
: A JavaScript Object Notation (JSON) document.CLICKHOUSE
: A ClickHouse-specific type.columnType
is set to CLICKHOUSE
.Show JobStatus
CREATED
: The Job was created, but is not yet being executed.IN_PROGRESS
: The Job is executing.SUCCEEDED
: The Job succeeded.FAILED
: The Job failed. Check the error message.Show AddColumnToDataPoolJobConnection
Show PageInfo
Show UpdateDataPoolRecordsJob
Show Account
Show Environment
Show JobStatus
CREATED
: The Job was created, but is not yet being executed.IN_PROGRESS
: The Job is executing.SUCCEEDED
: The Job succeeded.FAILED
: The Job failed. Check the error message.Show UpdateDataPoolRecordsJobSetColumn
{
"column": "status",
"expression": "'completed'"
}
{
"column": "counter",
"expression": "counter + 1"
}
{
"column": "full_name",
"expression": "concat(first_name, ' ', last_name)"
}
Show Deprecated Fields
filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show JobStatus
CREATED
: The Job was created, but is not yet being executed.IN_PROGRESS
: The Job is executing.SUCCEEDED
: The Job succeeded.FAILED
: The Job failed. Check the error message.Show UpdateDataPoolRecordsJobConnection
Show PageInfo
Show MaterializedView
Show Account
Show Environment
Show DataPool
Show Deprecated Fields
Show DataPool
Show Deprecated Fields
Show DataPool
Show Deprecated Fields
Show MaterializedView
Show Account
Show Environment
Show DataPool
Show Deprecated Fields
Show DataPool
Show Deprecated Fields
Show DataPool
Show Deprecated Fields