Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To learn more about this project, read the wiki.
README.md 11.10 KiB

Ingestion DAGs

Contents

Introduction

The project is a set of Apache Airflow DAGs implementations to orchestrate data ingestion within OSDU platform. The following DAGs are implemented:

  • Osdu_ingest - R3 Manifest Ingestion DAG
  • Osdu_ingest_r2 - R2 Manifest Ingestion DAG (deprecated)

Deployment

GCP Composer

GCP provides Cloud Composer a fully managed workflow orchestration service built on Apache Airflow.

To deploy the Ingestion DAGs on GCP Cloud Composer just upload files from /src folder into DAGS_FOLDER and PLUGINS_FOLDER accordingly into the DAG bucket that provided by Composer environment. More info in documentation.