1

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

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Rajib Deb
  • 1,496
  • 11
  • 30

1 Answers1

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