Stitch Orchestrator
Enterprise
Enterprise
Image | $DATAOPS_STITCH_RUNNER_IMAGE |
---|
The Stitch orchestrator integrates and runs Stitch ETL pipelines as part of a DataOps pipeline.
Usage
This YAML script demonstrates how to structure a typical Stitch ETL pipeline job run inside a DataOps pipeline.
pipelines/includes/local_includes/stitch-jobs/my_stitch_job.yml
"My Stitch Job":
extends:
- .agent_tag
stage: "My Stage"
image: $DATAOPS_STITCH_RUNNER_IMAGE
variables:
STITCH_ACTION: START
STITCH_SOURCE_ID: XXXX
STITCH_ACCESS_TOKEN: DATAOPS_VAULT(XXXX)
script:
- /dataops
icon: ${STITCH_ICON}