Skip to main content

Monte Carlo Orchestrator

Enterprise

Image$DATAOPS_MONTECARLO_RUNNER_IMAGE

The Monte Carlo orchestrator allows data to be published to the Monte Carlo Data Observability Platform. Using this orchestrator allows DataOps.live products to leverage the observability tools contained within the Monte Carlo platform.

This orchestrator inherits from the dataops-python-3 orchestrator and includes the python package pypi.org/project/montecarlodata. For more information on usage, see pypi.org/project/montecarlodata and docs.getmontecarlo.com/docs.

Usage

pipelines/includes/local_includes/montecarlo<-jobs/my_montecarlo-job.yml
My Monte Carlo Job:
extends:
- - .agent_tag
stage: "Business Testing"
image: $DATAOPS_MONTECARLO_RUNNER_IMAGE
variables:
script:
- montecarlo --version
icon: ${MONTECARLODATA_ICON}

Supported parameters

None

Example Jobs

None