Skip to content

Airflow GlueJobOperator support tags during creation of job however failed while updating the job with tags #68676

@rahulgoyal2987

Description

@rahulgoyal2987

Under which category would you file this issue?

Providers

Apache Airflow version

3.21

What happened and how to reproduce it?

Airflow GlueJobOperator support tags during creation of job however failed while updating the job with tags.
AWS Glue create job API support tags during job creation
https://docs.aws.amazon.com/cli/latest/reference/glue/create-job.html
however AWS Glue update job API doesn't support tags during update.
https://docs.aws.amazon.com/cli/latest/reference/glue/update-job.html

What you think should happen instead?

If tags are not updatable during glue job update then there should not be error.
remove tags parameter while updating the glue job with warning tags are not updatable.
or update tags using diff api tag_resource.

Operating System

No response

Deployment

None

Apache Airflow Provider(s)

amazon

Versions of Apache Airflow Providers

No response

Official Helm Chart version

Not Applicable

Kubernetes Version

No response

Helm Chart configuration

No response

Docker Image customizations

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions