v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Ingestions

Create Ingestion Source

post/console/v1/ingestion

Request body

OR
OR

Response

Create Ingestion 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
}