I have a source file that I load into S3 as a delta file. I can attach a lambda trigger to the file. Is there a way to trigger a DLT pipeline based on the lambda trigger
Asked
Active
Viewed 165 times
1 Answers
0
Yes, you can use DLT REST APIs to start existing DLT pipeline (it should be pre-created, although you can create it via APIs as well if it doesn't exist yet). Another approach is to create a Databricks job around DLT pipeline, and then use Jobs REST API to trigger that job.

Alex Ott
- 80,552
- 8
- 87
- 132