ResolveQuery
Evaluate a selection and return the matched entity ids, paginated. Pass a
ResolverQL expression via resolver_ql (it is compiled server-side) or an
already-structured query. Invalid ResolverQL fails with INVALID_ARGUMENT.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Success
Opaque identifiers of the matched entities, one page worth. Round-trip each id verbatim to the rest of the entities API.
Identifier is a unique reference to an entity in Coalesce Quality system. Entity identifiers are designed to closely mimic identifiers used by data platforms and tools. To construct an identifier, you need to know the kind of the entity and the ids that you would normally use to identify it in the data platform or tool. For example, to identify a table in BigQuery, you would need to know the project, dataset, and table names.
- airflow_dag
- airflow_task
- athena_table
- bigquery_table
- clickhouse_table
- custom
- databricks_table
- dataproduct
- dbt_cloud_node
- dbt_core_node
- fabric_table
- monitor
- mssql_table
- mysql_table
- oracle_table
- postgres_table
- redshift_table
- saved_view
- snowflake_table
- sql_mesh_audit
- sql_mesh_model
- synq_path
- trino_table
Pagination cursor for the next page.
The resolved selection rendered as canonical ResolverQL. Empty when the selection has no ResolverQL representation.