Custom Event Trigger activation failed in Synapse

Tatsiana Bandarenka 0 Reputation points
2023-10-18T13:14:46.5666667+00:00

I have created pipeline with 2 parameters in Synapse and added Custom event trigger. I published it successfully. Then I activate it (switch to start status) and publish but get an error: "Failed to activate my_trigger. The "view details" link doesn’t open, so I don’t see the details. The problem occurred on 18/10/2023. Before this everything worked correctly.
json of my trigger:

{
    "name": "TRG_UC3",
    "properties": {
        "annotations": [],
        "runtimeState": "Stopped",
        "pipelines": [
            {
                "pipelineReference": {
                    "referenceName": "PL_ADLS_Bronze_to_ADLS_Silver_tmdb",
                    "type": "PipelineReference"
                },
                "parameters": {
                    "trending_filename": "@TriggerBody.Event.data.trending_filename",
                    "genres_filename": "@TriggerBody.Event.data.genres_filename"
                }
            }
        ],
        "type": "CustomEventsTrigger",
        "typeProperties": {
            "subjectEndsWith": "",
            "subjectBeginsWith": "tmdb",
            "scope": "/subscriptions/*****/resourceGroups/*****/providers/Microsoft.EventGrid/topics/evgt-di-mentoring-tb",
            "events": [
                "copycompleted"
            ]
        }
    }
}
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,145 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
416 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.