Add one Oracle-backed datasets, using an account that exists. This will create the Securable and Column entities and make them available for querying. The fields to be specified are:
Connection ID: The ID of the Connection. Retrieve the ID to specify as detailed here
action: create
provider: oracle
datasets: array of one or multiple datasets that you would like to add.
https://api.luzmo.com/0.1.0/dataprovider{
"count": 1,
"data": [
{
"rows": 0,
"featured": false,
"modified_at": "2024-08-14T12:41:25.988Z",
"cache": 0,
"uses_clickhouse_experimental": false,
"meta_sync_interval": 1,
"meta_sync_inherit": true,
"meta_sync_enabled": true,
"id": "500588a4-a477-4b95-a333-fc943f19cd5f",
"type": "dataset",
"description": {
"en": "Table tablename"
},
"account_id": "5c596f8e-236c-43f9-99c1-53d8d29178ca",
"source_dataset": "5c596f8e-236c-43f9-99c1-53d8d29178ca",
"subtype": "oracle",
"storage": "client",
"source_sheet": "tablename",
"name": {
"en": "Oracle - tablename"
},
"updated_at": "2024-08-14T12:41:25.996Z",
"created_at": "2024-08-14T12:41:25.988Z",
"contents": null,
"css": null,
"transformation": null,
"subtitle": null,
"source_query": null,
"is_variant": false,
"migrated_rows": null,
"last_metadata_sync_at": null,
"last_metadata_sync_attempt_at": "2024-08-14T12:41:25.989Z",
"original_id": null,
"acceleration_id": null,
"template_id": null,
"modifier_id": "abca9830-0dad-4b11-a6d4-23972c124020",
"owner_id": "abca9830-0dad-4b11-a6d4-23972c124020",
"source_template_id": null
}
]
}