Skip to content

documentation: Add missing AirFlow operators + link to airflow documentation #4164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/workflows/airflow/using_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ the configuration dictionary in the SageMaker Python SDK. Currently, the followi
* ``SageMakerTransformOperator``
* ``SageMakerEndpointConfigOperator``
* ``SageMakerEndpointOperator``
* ``SageMakerProcessingOperator``
* ``SageMakerDeleteModelOperator``
* ``SageMakerStartPipelineOperator``
* ``SageMakerStopPipelineOperator``
* ``SageMakerRegisterModelVersionOperator``
* ``SageMakerAutoMLOperator``
* ``SageMakerCreateExperimentOperator``

You can look into `the Apache Airflow documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/sagemaker.html>`_ for the full
list of operators with examples.

2. PythonOperator: Airflow built-in operator that executes Python callables. You can use the PythonOperator to execute
operations in the SageMaker Python SDK to create a SageMaker workflow.
Expand Down