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.34.1.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

dbnd_airflow_export-0.34.1-py2.py3-none-any.whl (18.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: dbnd-airflow-export-0.34.1.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.12

File hashes

Hashes for dbnd-airflow-export-0.34.1.tar.gz
Algorithm Hash digest
SHA256 a5ba0c263a9bb6c9cbe0143f5a497169a9c3424365d187855ec03c8a8e88aff3
MD5 fda7ff690129340ee088728cb608c993
BLAKE2b-256 4278790b7c2d9110dfbb767fef5e309d4c2a5ac9e19b1cfcca104ffbc087d308

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dbnd_airflow_export-0.34.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.12

File hashes

Hashes for dbnd_airflow_export-0.34.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a21f1ed9b99fa40a43569943fc3488c4df7e5747e51996f35eaa3b2eebc93a31
MD5 c8514970bcb599711bb808b96e0bf13d
BLAKE2b-256 cd382af7585aec05bb5d9ea3c7d3e1d400c4b373ddd7f5d4fbd0b1e2aae60b21

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