Skip to main content

An opinionated framework for ETL built on top of Airflow

Project description

gusty

Gusty is an opinionated framework for data ETL built on top of Airflow, where every task is represented by one YAML file, and each task creates a view in a database.

Structure

The .yml approach to generating jobs within Airflow DAGs is not a new idea, but it is useful and there are a few built in benefits to it here.

  • Dependencies - Dependencies can quickly be set in .yml files through one of three means:

    1. Using the dependencies specification, you can set dependencies between jobs in the same DAG.
    2. Using the external_dependencies specification, you can set dependencies between jobs in different DAGs.
    3. For the MaterializedPostgresOperator, dependencies in the same DAG that are a part of the views schema are automatically registered.
  • Operator configuration - After you build an operator, you can pass parameters to it in each .yml job definition file. This means that, for example, if you have to call different API endpoints, you may only need to build one operator to ingest data from this API, and then can specify the endpoint to call in the .yml job definition file.

  • Support for popular notebook formats - There are currently two notebook operators, RmdOperator and JupyterOperator, which enable you to simply write RMarkdown or Jupyter Notebook files and deploy them as jobs in your data pipeline. More importantly, RmdOperator and JupyterOperator are actually executed on separate dedicated docker containers, and interact with the Airflow container via SSH, which is useful if you want to deploy these services separately in the cloud!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gusty-0.0.1.tar.gz (8.5 kB view details)

Uploaded Source

File details

Details for the file gusty-0.0.1.tar.gz.

File metadata

  • Download URL: gusty-0.0.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.42.0 CPython/3.6.5

File hashes

Hashes for gusty-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b088a0060d72a1b98a890ed3185e72adf0dad95b873628738495ca08c8254cc7
MD5 8a5b5f11e939ad10900e0c8e6445d75c
BLAKE2b-256 964fa337364ed69a7b64167706b2f6582a7a70163e09b0cfc462845574d5a299

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page