application
Arguments
Returns
Show Application
Show Application
Show Account
Show Account
Show Environment
Show Environment
Show Propeller
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 second
Show ApplicationScope
Show 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
.applicationByName
Arguments
Returns
Show Application
Show Application
Show Account
Show Account
Show Environment
Show Environment
Show Propeller
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 second
Show ApplicationScope
Show 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
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
.Arguments
Returns
Show ApplicationConnection
Show ApplicationConnection
Show ApplicationEdge
Show ApplicationEdge
Show Application
Show Application
Show PageInfo
Show PageInfo
dataSource
query {
dataSource(id: "DSOXXXXX") {
id
uniqueName
type
tables (first: 100){
nodes {
id
name
columns (first: 100) {
nodes {
name
type
isNullable
supportedDataPoolColumnTypes
}
}
}
}
}
}
Arguments
Returns
Show DataSource
Show DataSource
Show Account
Show Account
Show Environment
Show Environment
Show DataSourceType
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
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 ConnectionSettings
Show DataSourceCheck
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
.Arguments
dataSourceByName
Arguments
Returns
Show DataSource
Show DataSource
Show Account
Show Account
Show Environment
Show Environment
Show DataSourceType
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
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 ConnectionSettings
Show DataSourceCheck
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
.Arguments
dataSources
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
.Arguments
Returns
Show DataSourceConnection
Show DataSourceConnection
Show DataSourceEdge
Show DataSourceEdge
Show DataSource
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
.Arguments
Show PageInfo
Show PageInfo
dataPool
Arguments
Returns
Show DataPool
Show DataPool
Show Account
Show Account
Show Environment
Show Environment
Show DataPoolStatus
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 Timestamp
Arguments
Show DataPoolColumnConnection
Show DataPoolColumnConnection
Arguments
Show DataPoolColumnConnection
Show DataPoolColumnConnection
Show DataPoolSetupTask
Show DataPoolSetupTask
Show DataPoolSyncing
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 DataPoolSyncIntervalArguments
Show SyncsFilter
Show 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.
Arguments
Show ValidateExpressionResult
Show ValidateExpressionResult
Show TableSettings
Show TableSettings
Show DataPoolColumn
Show DataPoolColumn
Show Deprecated Fields
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show DataPoolColumn
Show Deprecated Fields
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show DataPoolColumn
Show Deprecated Fields
Show Deprecated Fields
columnName
insteadShow Deprecated Fields
Show Deprecated Fields
Show UniqueId
Show UniqueId
dataPoolByName
Arguments
Returns
Show DataPool
Show DataPool
Show Account
Show Account
Show Environment
Show Environment
Show DataPoolStatus
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 Timestamp
Arguments
Show DataPoolColumnConnection
Show DataPoolColumnConnection
Arguments
Show DataPoolColumnConnection
Show DataPoolColumnConnection
Show DataPoolSetupTask
Show DataPoolSetupTask
Show DataPoolSyncing
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 DataPoolSyncIntervalArguments
Show SyncsFilter
Show 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.
Arguments
Show ValidateExpressionResult
Show ValidateExpressionResult
Show TableSettings
Show TableSettings
Show DataPoolColumn
Show DataPoolColumn
Show Deprecated Fields
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show DataPoolColumn
Show Deprecated Fields
Show Deprecated Fields
columnName
insteadShow DataPoolColumn
Show DataPoolColumn
Show Deprecated Fields
Show Deprecated Fields
columnName
insteadShow Deprecated Fields
Show Deprecated Fields
Show UniqueId
Show UniqueId
dataPools
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
.Arguments
Returns
Show DataPoolConnection
Show DataPoolConnection
Show PageInfo
Show PageInfo
environment
Arguments
Returns
Show Environment
Show Environment
materializedViews
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
.Arguments
Returns
Show MaterializedViewConnection
Show MaterializedViewConnection
Show MaterializedViewEdge
Show MaterializedViewEdge
Show MaterializedView
Show MaterializedView
Show PageInfo
Show PageInfo
dataPoolAccessPolicy
Arguments
Returns
Show DataPoolAccessPolicy
Show DataPoolAccessPolicy
Show Account
Show Account
Show Environment
Show Environment
Show Deprecated Fields
Show Deprecated Fields
filtersSql
insteadShow Filter
Show 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
.metric
Arguments
Returns
Show Metric
Show Metric
Show Account
Show Account
Show Environment
Show Environment
Show Dimension
Show Dimension
Show Deprecated Fields
Show Deprecated Fields
Show Dimension
Show Dimension
Show Deprecated Fields
Show Deprecated Fields
Show MetricType
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 MetricSettings
Show Deprecated Fields
Show Deprecated Fields
settings
object instead.deprecated: Use the Metric settings
object instead.Show Dimension
Show Dimension
Show Deprecated Fields
Show Deprecated Fields
counter
query insteadArguments
Show CounterInput
Show CounterInput
Show Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputtimeSeries
query insteadArguments
Show TimeSeriesInput
Show TimeSeriesInput
Show Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow TimeSeriesResponse
Show TimeSeriesResponse
groupBy
, if specified.See TimeSeriesResponseGroupleaderboard
query insteadArguments
Show LeaderboardInput
Show LeaderboardInput
ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.See SortShow Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow LeaderboardResponse
Show LeaderboardResponse
metricByName
Arguments
Returns
Show Metric
Show Metric
Show Account
Show Account
Show Environment
Show Environment
Show Dimension
Show Dimension
Show Deprecated Fields
Show Deprecated Fields
Show Dimension
Show Dimension
Show Deprecated Fields
Show Deprecated Fields
Show MetricType
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 MetricSettings
Show Deprecated Fields
Show Deprecated Fields
settings
object instead.deprecated: Use the Metric settings
object instead.Show Dimension
Show Dimension
Show Deprecated Fields
Show Deprecated Fields
counter
query insteadArguments
Show CounterInput
Show CounterInput
Show Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputtimeSeries
query insteadArguments
Show TimeSeriesInput
Show TimeSeriesInput
Show Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow TimeSeriesResponse
Show TimeSeriesResponse
groupBy
, if specified.See TimeSeriesResponseGroupleaderboard
query insteadArguments
Show LeaderboardInput
Show LeaderboardInput
ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.See SortShow Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadSee FilterInputShow LeaderboardResponse
Show LeaderboardResponse
metrics
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
.Arguments
Returns
Show MetricConnection
Show MetricConnection
Show PageInfo
Show PageInfo
booster
Arguments
Returns
Show Booster
Show Booster
- The Data Pool’s Tenant ID column (if present)
- Metric Filter columns (if present)
- Query Filter Dimensions (see
dimensions
) - The Data Pool’s timestamp column
Show Account
Show Account
Show Environment
Show Environment
Show BoosterStatus
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 Dimension
Show Deprecated Fields
Show Deprecated Fields
policy
Arguments
Returns
Show Policy
Show Policy
Show Account
Show Account
Show Environment
Show Environment
Show PolicyType
Show PolicyType
ALL_ACCESS
: Grants access to all Metric data.TENANT_ACCESS
: Grants access to a specified tenant’s Metric data.
sync
Arguments
Returns
Show Sync
Show Sync
Show Account
Show Account
Show Environment
Show Environment
Show DataSource
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
.Arguments
Show SyncStatus
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
Show Deprecated Fields
processedRecords
insteadprocessedRecords
insteadprocessedRecords
insteadprocessedRecords
insteadtable
Arguments
Returns
Show Table
Show Table
cachedAt
time, since this info can become out of date.cachedAt
time, since this info can become out of date.cachedAt
time.Arguments
Show ColumnConnection
Show ColumnConnection
Arguments
Show ColumnConnection
Show ColumnConnection
Arguments
Show ColumnConnection
Show ColumnConnection
Show Deprecated Fields
Show Deprecated Fields
metricReport
orderByMetric
and sort
inputs.Finally, reports use cursor-based pagination. You can control page size with the first
and
last
inputs.Arguments
Show MetricReportInput
Show MetricReportInput
Show TimeRangeInput
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
Show MetricReportDimensionInput
headers
array when displaying the report. This defaults to the column name if unspecified.dimensions
.Show MetricReportMetricInput
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
Show Deprecated Fields
metric
metric
filterSql
insteadSee FilterInputorderByColumn
input. You can also order by dimensions this way.Show Deprecated Fields
Show Deprecated Fields
filterSql
insteadShow FilterInput
Show 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
.Returns
Show MetricReportConnection
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 PageInfo
Show MetricReportEdge
Show MetricReportEdge
Show MetricReportNode
Show MetricReportNode
Show QueryInfo
Show QueryInfo
sqlV1
Arguments
Show SqlV1Input
Show SqlV1Input
Returns
Show SqlResponse
Show SqlResponse
data
field.Show SqlColumnResponse
Show SqlColumnResponse
Show QueryInfo
Show QueryInfo
describeSqlV1
Arguments
Show DescribeSqlV1Input
Show DescribeSqlV1Input
Returns
Show DescribeSqlResponse
Show DescribeSqlResponse
Show SqlColumnResponse
Show SqlColumnResponse
dataGrid
Arguments
Show DataGridInput
Show DataGridInput
Show TimeRangeInput
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
Show Sort
ASC
: Sort in ascending order.DESC
: Sort in descending order.
columns
array input.Show Deprecated Fields
Show Deprecated Fields
columns
array input.deprecated: Use filterSql
insteadShow FilterInput
Show 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
.Returns
Show DataGridConnection
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 QueryInfo
Show PageInfo
Show PageInfo
Show DataGridEdge
Show DataGridEdge
recordsByUniqueId
Arguments
Show RecordsByUniqueIdInput
Show RecordsByUniqueIdInput
Returns
Show RecordsByUniqueIdResponse
Show RecordsByUniqueIdResponse
Show QueryInfo
Show QueryInfo
topValues
Arguments
Show TopValuesInput
Show TopValuesInput
Show TimeRangeInput
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.Returns
Show TopValuesResponse
Show TopValuesResponse
counter
Arguments
Show CounterInput
Show CounterInput
Show MetricInput
Show MetricInput
Show TimeRangeInput
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
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
Show 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
.Returns
Show CounterResponse
Show CounterResponse
Show QueryInfo
Show QueryInfo
counters
Arguments
Show [CounterInput!]
Show [CounterInput!]
Show MetricInput
Show MetricInput
Show TimeRangeInput
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
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
Show 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
.Returns
Show CounterResponse
Show CounterResponse
Show QueryInfo
Show QueryInfo
timeSeries
Arguments
Show TimeSeriesInput
Show TimeSeriesInput
Show MetricInput
Show MetricInput
Show TimeRangeInput
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
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
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
Show 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
.Returns
Show TimeSeriesResponse
Show TimeSeriesResponse
groupBy
, if specified.Show TimeSeriesResponseGroup
Show TimeSeriesResponseGroup
groupBy
. It contains an array of time series labels and an array of Metric values for a particular group.Show QueryInfo
Show QueryInfo
leaderboard
Arguments
Show LeaderboardInput
Show LeaderboardInput
Show MetricInput
Show MetricInput
Show TimeRangeInput
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
Show DimensionInput
ASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.Show Sort
Show Sort
ASC
: Sort in ascending order.DESC
: Sort in descending order.
Show Deprecated Fields
Show Deprecated Fields
metricName
is not specified.deprecated: Use metric
metricId
is not specified.deprecated: Use metric
filterSql
insteadShow FilterInput
Show 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
.Returns
Show LeaderboardResponse
Show LeaderboardResponse
Show QueryInfo
Show QueryInfo
deletionJob
Arguments
Returns
Show DeletionJob
Show DeletionJob
Show Account
Show Account
Show Environment
Show Environment
Show JobStatus
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
Show Deprecated Fields
filterSql
insteadShow Filter
Show 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
.addColumnToDataPoolJob
Arguments
Returns
Show AddColumnToDataPoolJob
Show AddColumnToDataPoolJob
Show Account
Show Account
Show Environment
Show Environment
Show JobStatus
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
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
.addColumnToDataPoolJobByStatus
Arguments
Show JobStatus
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.
Returns
Show AddColumnToDataPoolJobConnection
Show AddColumnToDataPoolJobConnection
Show PageInfo
Show PageInfo
updateDataPoolRecordsJob
Arguments
Returns
Show UpdateDataPoolRecordsJob
Show UpdateDataPoolRecordsJob
Show Account
Show Account
Show Environment
Show Environment
Show JobStatus
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
Show UpdateDataPoolRecordsJobSetColumn
{
"column": "status",
"expression": "'completed'"
}
{
"column": "counter",
"expression": "counter + 1"
}
{
"column": "full_name",
"expression": "concat(first_name, ' ', last_name)"
}
Show Deprecated Fields
Show Deprecated Fields
filterSql
insteadShow Filter
Show 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
.updateDataPoolRecordsJobByStatus
Arguments
Show JobStatus
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.
Returns
Show UpdateDataPoolRecordsJobConnection
Show UpdateDataPoolRecordsJobConnection
Show PageInfo
Show PageInfo
materializedView
Arguments
Returns
Show MaterializedView
Show MaterializedView
Show Account
Show Account
Show Environment
Show Environment
Show DataPool
Show DataPool
Arguments
Show Deprecated Fields
Show Deprecated Fields
Show DataPool
Show DataPool
Arguments
Show Deprecated Fields
Show Deprecated Fields
Show DataPool
Show DataPool
Arguments
Show Deprecated Fields
Show Deprecated Fields
materializedViewByName
Arguments
Returns
Show MaterializedView
Show MaterializedView
Show Account
Show Account
Show Environment
Show Environment
Show DataPool
Show DataPool
Arguments
Show Deprecated Fields
Show Deprecated Fields
Show DataPool
Show DataPool
Arguments
Show Deprecated Fields
Show Deprecated Fields
Show DataPool
Show DataPool
Arguments
Show Deprecated Fields
Show Deprecated Fields