You can trigger a pipeline by making an API request.
API
under trigger type.
env
, schema
)
within the request payload (in addition to the global variables defined within
the pipeline itself).
To use those runtime variables, use the variable name as a key when accessing
the keyword arguments dictionary (kwargs
) in the decorated function of your
block. For example: