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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file airflow_kaldea-0.0.2.tar.gz.

File metadata

  • Download URL: airflow_kaldea-0.0.2.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for airflow_kaldea-0.0.2.tar.gz
Algorithm Hash digest
SHA256 1acafdd7ce85523306dc8cc0d462838773f177688fda799ee6d99cecd7ee2e11
MD5 4410f5bc34beecdcd9b6bb2c06c23a79
BLAKE2b-256 4224caf64b34cc4135645e1cb043712b394e4ee754dd847faf37302655c5b5c9

See more details on using hashes here.

File details

Details for the file airflow_kaldea-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for airflow_kaldea-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2928eeaa86e50365341774f2447377aec76000d9fbf8ee4b6e11cbc6a3896b67
MD5 88ba8555a77bccccc9718c5c05fa0582
BLAKE2b-256 63f70f1e56fdd887e1adf378a98d29c073533b6b92f88df6e434c8b9c9ec9a82

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