Delta Lake
Parâmetros
Campo
Descrição
Valor
Requisição
curl --location '<HOST>/v1/configs' \
--header 'Content-Type: application/json' \
--header 'Authorization: <ACCESS-TOKEN>' \
--data '{
"output": {
"type": "DELTALAKE",
"deltalake": {
"azure_blob_storage": {
"storage_account": "<STORAGE_ACCOUNT>",
"storage_access_key": "<STORAGE_ACCESS_KEY>",
"root_path": "<ROOT_PATH_IN_AZURE>"
},
"table_name": "<TABLE_NAME>",
"timeout": "1s",
"batching": {
"count": 1000,
"period": "5s"
}
}
}
}'Resposta
Limitações
Last updated