You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API rerun trigger is giving the Invalid trigger type: ScheduleTrigger when i run the Scheduled triggers is there any restriction on schedule trigger
#4371
Open
1 of 9 tasks
mahidharkolla opened this issue
Apr 3, 2024
· 1 comment
mahidharkolla
changed the title
API rerun trigger is giving the Invalid trigger type: ScheduleTrigger when i run the Sheduled triggers is there any restriction o schedule trigger
API rerun trigger is giving the Invalid trigger type: ScheduleTrigger when i run the Scheduled triggers is there any restriction on schedule trigger
Apr 3, 2024
Link to sample
https://learn.microsoft.com/en-us/rest/api/datafactory/trigger-runs/rerun?view=rest-datafactory-2018-06-01&tabs=Python#code-try-0
Library name and version
2018-06-01
Language of the Sample
Sample Issue Type
Issue details
when i do rerun of trigger through post man with following API , i get reponse as below:
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/triggerRuns/{runId}/rerun?api-version=2018-06-01
Reponse:
{
"error": {
"code": "BadRequest",
"message": "Invalid trigger type: ScheduleTrigger",
"target": "TestTrigger",
"details": null
}
}
Expected behavior
No response
Actual behavior
No response
Reproduction Steps
No response
Environment
No response
The text was updated successfully, but these errors were encountered: