// CONDOR SNOWFLAKE NATIVE APP
Customer identity resolution, inside Snowflake
Condor helps data teams create workspaces, model identity logic, build customer identity graphs, and inspect run status from Snowflake SQL.
// HOW IT WORKS
A Snowflake Native App surface for identity graph runs
Operators install the app, bind a source table, configure workspace settings, launch modeling, run graph refreshes, and inspect run status through app procedures.
SQL-first setup
Apply app runtime resources, approve privileges, bind a source reference, and operate from Snowflake procedures.
Workspace-based runs
Create workspaces for identity graph runs, review effective settings, and save workspace-specific modeling or graph overrides.
Modeling in Snowflake
Launch modeling for a workspace and inspect run status before graph refresh.
Graph refresh
Build identity graph outputs from the workspace source relation and saved graph settings, with full refresh available as a reset path.
Stable IDs
Generate durable identity keys for resolved records, with optional minting of unclaimed stable IDs.
Golden records
Publish configured golden record fields, bundles, namespace priority, and record-time behavior for downstream outputs.
// QUICKSTART
Run an identity graph from Snowflake SQL
The minimal quickstart uses packaged defaults. Modeling and graph refresh submit jobs, so use run status inspection before consuming outputs.
CALL APP.apply_app_runtime_settings();
CALL APP.create_workspace('customer_workspace');
CALL APP.run_modeling('customer_workspace');
CALL APP.get_run_status('customer_workspace');
CALL APP.run_graph_full_refresh('customer_workspace');
CALL APP.get_run_status('customer_workspace'); // USE CASES
Built for Snowflake operators and data teams
Use Condor when customer identity work should stay close to Snowflake setup, SQL procedures, workspace settings, and run status.
Customer identity tables
Resolve duplicated and fragmented customer records into identity graph outputs that analytics teams can query in Snowflake.
Golden record publication
Select the fields, bundles, and namespace priority that define the customer record downstream teams should consume.
Operator-led evaluation
Install the Native App, run the SQL quickstart, and inspect status without moving evaluation into a separate orchestration surface.
Snowflake-centered operations
Keep workspace setup, modeling, graph refresh, and status inspection in a SQL-first Snowflake operator workflow.
Evaluate identity resolution in Snowflake
Schedule a demo and see how Condor fits your Snowflake identity graph workflow.