You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2020/03/28 01:35:00 UTC

[jira] [Resolved] (AIRFLOW-5825) SageMakerEndpointOperator is not idempotent

     [ https://issues.apache.org/jira/browse/AIRFLOW-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-5825.
---------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

> 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
>             Fix For: 2.0.0
>
>
> 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)