transpile_lineage
Converts a Domo lineage triplet into Databricks SDP medallion SQL, including Spark SQL, metrics views, connector-swap plan, and reconciliation results.
Instructions
Transpile one Domo lineage triplet into a Databricks SDP medallion.
Runs the 6-agent transpiler (Ingest -> Parse -> Emit -> BeastMode -> Repoint -> Reconcile) over a lineage's triplet (Magic ETL + DataSet schema
card Beast Modes) and returns the emitted bronze/silver/gold Spark SQL, the folded semantic-metrics view, the Domo->Databricks connector-swap plan, and the PASS/FAIL reconciliation gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_dir | No | optional directory for the emitted .sql/.json artifacts; defaults to a temp dir. | |
| industry | No | industry model to tag the value driver against. | automotive |
| lineage_id | Yes | the triplet lineage id (e.g. "customer360"). Get valid ids from domo_assess (assessments with has_triplet=true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||