Coder Social home page Coder Social logo

airflow-dev-env's Introduction

Setting up On-prem development environment for ETL pipelines

In this example, we use on-prem resources to create a ETL development environment (Airflow) usng docker and docker-compose.

Install docker and docker-compose

Download docker-compose file and make changes

curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.2.4/docker-compose.yaml'
  • Replace the AIRFLOW__CORE__LOAD_EXAMPLES from True to False
  • Add the volume ./data:/opt/airflow/data

docker-compose.yaml is the modified file.

Run the script

Create secret in secret manager (secret-id default). Finally, decide to rotate the secrets.

Run the run.sh with project id and secret id. The script downloads the secret from the secret manager and creates a google_cloud_default

sh run.sh -p <<project_id>> -s <<secret>>

The script creates data, dag, logs and plugins folder which are mounted to the airflow worker. Please copy your DAGs to dags folder.

  • In case of long running containers and you get permission or service account related errors, run the following commands(to get new service account key): gcloud secrets versions access "latest" --secret="default" > data/default.json

Clean-up

Once you are done if you want to shutdown the services docker-compose down and clean the docker volumes with docker volume prune -f

airflow-dev-env's People

Watchers

James Cloos avatar Bipin Upadhyaya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.