OptionalaliasesOptionalconditionThe condition based on which to trigger a job run.
OptionalminIf set, the trigger starts a run only after the specified amount of time has passed since the last time the trigger fired. The minimum allowed value is 60 seconds.
OptionalsecurableName of the securable to monitor ("mycatalog.myschema.mymodel" in the case of model-level triggers, "mycatalog.myschema" in the case of schema-level triggers) or empty in the case of metastore-level triggers.
OptionalwaitIf set, the trigger starts a run only after no model updates have occurred for the specified time and can be used to wait for a series of model updates before triggering a run. The minimum allowed value is 60 seconds.
Aliases of the model versions to monitor. Can only be used in conjunction with condition MODEL_ALIAS_SET.