v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Ingestions

Get Ingestion Event Delta Ledger

get/console/v1/ingestion/events/delta

Query parameters

source_namestring
event_namestring
start_datestring required
Example:2024-01-01

Expected valid date in the form of YYYY-MM-DD

end_datestring required
Example:2024-01-01

Expected valid date in the form of YYYY-MM-DD

Response

Get Ingestion Event Delta Ledger Success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "type": "databricks",
  "dataset": "Metrics",
  "source_name": "ingestion-1",
  "query": "SELECT * FROM TABLE",
  "column_mapping": {
    "unit_id": "string",
    "id_type": "string",
    "dateid": "string",
    "metric_name": "string",
    "metric_value": "string",
    "numerator": "string",
    "denominator": "string"
  },
  "use_delta_sharing": false,
  "share": "string",
  "schema": "string",
  "table": "string",
  "enabled": false
}