BatchResolveIdentifiers
Resolve multiple identifiers, returning their Coalesce Quality paths and identity groups.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Identifiers to resolve.
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
- monitor
- mssql_table
- mysql_table
- oracle_table
- postgres_table
- redshift_table
- snowflake_table
- sql_mesh_audit
- sql_mesh_model
- synq_path
- trino_table
When true, also verify that the resolved entities actually exist in the system.
Response
Success