How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 09:05 AM
Hi Community,
I have successfully run a job through the API but would need to be able to pass parameters (configuration) to the DLT workflow via the API
I have tried passing JSON in this format:
{
"full_refresh": "true",
"configuration": [
{
"config1": "config1_value",
"config2": "config2_value"
}
]
}
The API seems happy with the structure of the JSON but config1 and config2 are not being overridden
Any help greatly appreciated.
Labels:
- Labels:
-
Delta Live Tables