apache/airflow

Add ability to interact with OpenSearch in AWS

Closed

#39,378 opened on May 2, 2024

 (5 comments) (1 reaction) (0 assignees)Python (16,781 forks)batch import
area:providersgood first issuekind:featureprovider:amazon

Repository metrics

Stars
 (44,809 stars)
PR merge metrics
 (Avg merge 7d 18h) (834 merged PRs in 30d)

Description

Body

We have OpenSearch provider but currently it can't be used with AWS auth mechanisms. We need to create a version of it in AWS provider (overriding only that particular portion of the Hook)

This effort started in https://github.com/apache/airflow/pull/34693

Note this is about querying open search - it's not about submitting Airflow logs to open search (for that we have another task https://github.com/apache/airflow/issues/33619 )

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.

Contributor guide