mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-04 05:46:58 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"query_type": "SELECT",
|
|
"query_type_props": {},
|
|
"query_fingerprint": "b701c1952e9d41bcfc1b163e2d9e6c518e7e6f812d5ed60473a4de7242e8e99e",
|
|
"in_tables": [
|
|
"urn:li:dataset:(urn:li:dataPlatform:mysql,something_prd.fact_complaint_snapshot,PROD)"
|
|
],
|
|
"out_tables": [],
|
|
"column_lineage": [
|
|
{
|
|
"downstream": {
|
|
"table": null,
|
|
"column": "COUNT(`fact_complaint_snapshot`.`etl_data_dt_id`)",
|
|
"column_type": {
|
|
"type": {
|
|
"com.linkedin.pegasus2avro.schema.NumberType": {}
|
|
}
|
|
},
|
|
"native_column_type": "BIGINT"
|
|
},
|
|
"upstreams": [
|
|
{
|
|
"table": "urn:li:dataset:(urn:li:dataPlatform:mysql,something_prd.fact_complaint_snapshot,PROD)",
|
|
"column": "etl_data_dt_id"
|
|
}
|
|
],
|
|
"logic": {
|
|
"is_direct_copy": false,
|
|
"column_logic": "COUNT(`fact_complaint_snapshot`.`etl_data_dt_id`) AS `_col_0`"
|
|
}
|
|
}
|
|
],
|
|
"joins": [],
|
|
"debug_info": {
|
|
"confidence": 0.2,
|
|
"generalized_statement": "SELECT COUNT(etl_data_dt_id) FROM something_prd.fact_complaint_snapshot WHERE etl_data_dt_id = ?"
|
|
}
|
|
} |