Skip to main content
Pipeline triggres are stored in pipeline_schedule table in the database. If you want to query the trigger metadata, you can either directly query the data from database or use Python code to fetch PipelineSchedule models.

Query from DB

Here is the query from Postgres. You can adapt it to the syntax of other databases when needed.

Query DB models via Python