[
https://issues.apache.org/jira/browse/AIRFLOW-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omair Khan reassigned AIRFLOW-5825:
-----------------------------------
Assignee: Omair Khan (was: Ephraim E Anierobi)
> SageMakerEndpointOperator is not idempotent
> -------------------------------------------
>
> Key: AIRFLOW-5825
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5825
> Project: Apache Airflow
> Issue Type: Improvement
> Components: aws
> Affects Versions: 2.0.0, 1.10.7
> Reporter: Bas Harenslak
> Assignee: Omair Khan
> Priority: Major
> Labels: gsoc, gsoc2020, mentor
>
> The SageMakerEndpointOperator currently taken an argument "operati on" with
> value "create"/"update" which determines whether to create or update a
> SageMaker endpoint. However this doesn't work in the following situation:
> * DAG run #1 create the endpoint (have to provide operation="create" here)
> * Following DAG runs will update the endpoint created by DAG run #1 (would
> have to edit DAG and set operation="update" here)
> Which should be a very valid use case IMO.
> The SageMakerEndpointOperator should check itself if an endpoint with name X
> already exists and overwrite it (configurable desired by the user).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)