DeployModelOperator
DataRobotDeploys the specified model to production.
Access Instructions
Install the DataRobot provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
model_idRequiredstrID of the DataRobot model to deploy
datarobot_conn_idstr, optionalConnection ID, defaults to datarobot_default
Documentation
Deploys the specified model to production.