Triggers and TriggerTemplates¶
Triggers¶
It contains CRUD endpoints to:
- The
Triggers
table. Triggers must be related to a trigger template and to a Data Factory. It is required to provide theId
of the template and the Data Factory during the creation of the trigger. - The association between a trigger and a pipeline. Both must be created before establish the association between them. Updating the association is not supported.
TriggerTemplates¶
It contains CRUD endpoints to TriggerTemplate
table.