Skip to main content

Machine Learning Orchestration

Project description

Dbnd Airflow Export plugin

The plugin

dbnd-airflow-export-plugin is a plugin for Airflow system, enables you to fetch data from Airflow database and DAG folder. This Airflow side module is one of two components allows you to observe your Airflow data with Databand system.

What does it do?

The plugin exposes a REST Api within GET /export_data which, expects since (utc). This api returns json with all the relevant information scraped from airflow system.

Configuring Airflow instance

To improve performance and reduce the runtime overhead on airflow database, we advise to add an index on end_date column to task_instance and dag_run tables i.e.

   CREATE INDEX dbnd_ti_end_date_ind ON task_instance (end_date);
   CREATE INDEX dbnd_dr_end_date_ind ON dag_run (end_date);

Installation

In order to install dbnd-airflow-export-plugin we are using Airflow plugin system.

pip install databand[airflow-export]

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

dbnd-airflow-export-0.43.1.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

dbnd_airflow_export-0.43.1-py2.py3-none-any.whl (36.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dbnd-airflow-export-0.43.1.tar.gz.

File metadata

  • Download URL: dbnd-airflow-export-0.43.1.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8

File hashes

Hashes for dbnd-airflow-export-0.43.1.tar.gz
Algorithm Hash digest
SHA256 f86d55aa8ca0c1665b54e6188918529ebec1f9b292cbac39108d52b80aed2b81
MD5 87c180ff3003e18251d595cfb6f72796
BLAKE2b-256 dc000bd6b9fb540ae2463f8b10a539f581b211fdd0f61bafab8cabaaea6c567e

See more details on using hashes here.

File details

Details for the file dbnd_airflow_export-0.43.1-py2.py3-none-any.whl.

File metadata

  • Download URL: dbnd_airflow_export-0.43.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 36.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8

File hashes

Hashes for dbnd_airflow_export-0.43.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 809d833dc67b91b714a3b2eb119c84851ef4257120cad87a524ad65b2fd6d04f
MD5 af6a58c5eaaff571982c509aef334b94
BLAKE2b-256 9c2ed87635e573e3491f8d7b9694b81ed01059b114ff8691c75db5ddcabd9d16

See more details on using hashes here.

Supported by

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