Skip to main content

Apache Airflow integration for Kaldea

Project description

airflow-kaldea

This is a collection of Airflow operators to provide integration with Kaldea.

from airflow.models import DAG
from airflow_kaldea.operators.kaldea_job_operator import KaldeaJobOperator

default_args = {}

dag = DAG(
    dag_id='data_dag',
    default_args=default_args,
    schedule_interval='0 * * * *',
)

kaldea_job = KaldeaJobOperator(
    task_id='kaldea_job',
    kaldea_job_id='kaldea_job_id',
    kaldea_task_id='kaldea_task_id',
    dag=dag,
)

Installation

Install from PyPI:

pip install airflow-kaldea

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

airflow_kaldea-0.0.2.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

airflow_kaldea-0.0.2-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

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