Apache Airflow에 대한 연결 관리 - Amazon Managed Workflows for Apache Airflow

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

Apache Airflow에 대한 연결 관리

이 장에서는 Amazon Managed Workflows for Apache Airflow 환경에 대한 Apache Airflow 연결을 구성하는 방법을 설명합니다.

Apache Airflow 변수 및 연결 개요

경우에 따라 AWS 프로필과 같은 환경에 대한 추가 연결 또는 변수를 지정하거나 Apache Airflow 메타스토어의 연결 객체에 실행 역할을 추가한 다음 DAG 내의 연결을 참조할 수 있습니다.

  • 자체 관리형 Apache Airflow 자체 관리형 Apache Airflow 설치에서는 airflow.cfg에서 Apache Airflow 구성 옵션을 설정합니다.

    [secrets] backend = airflow.providers.amazon.aws.secrets.secrets_manager.SecretsManagerBackend backend_kwargs = {"connections_prefix" : "airflow/connections", "variables_prefix" : "airflow/variables"}
  • Amazon MWAA의 Apache Airflow. Amazon MWAA에서는 Amazon MWAA 콘솔에서 이러한 구성 설정을 Apache Airflow 구성 옵션으로 추가해야 합니다. Apache Airflow 구성 옵션은 사용자 환경의 환경 변수로 작성되며 동일한 설정에 대한 다른 모든 기존 구성을 재정의합니다.