Skip to main content

An Airflow plugin for interacting with IOMETE platform.

Project description

IOMETE Airflow Plugin

This Plugin helps to trigger/run Spark Jobs created in IOMETE platform.

Installation

This plugin could be easily installed with pip. Just run the following in your aiflow server:

pip install iomete-airflow-plugin

Restart you server and check the plugins page on Airflow's admin panel to make sure plugin loaded successfully.

Configuration

You need to add iomete_access_token and iomete_host keys to airflow's Variables page.
Check our documentation page on how to generate personal access token.

Usage

Here are sample DAG:

from airflow import DAG
from iomete_airflow_plugin.iomete_operator import IometeOperator

dag = DAG(dag_id="...", default_args={}, schedule_interval=None)

task = IometeOperator(
    task_id="random_task_id",
    job_id="1b0fc29b-5491-4c0a-94ea-48e304c3c72e", # Spark Job ID or Name in IOMETE platform.
    dag=dag,
)

Resources

For more information check:

  1. Github repository
  2. IOMETE Docs

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

iomete_airflow_plugin-1.1.3.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file iomete_airflow_plugin-1.1.3.tar.gz.

File metadata

  • Download URL: iomete_airflow_plugin-1.1.3.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for iomete_airflow_plugin-1.1.3.tar.gz
Algorithm Hash digest
SHA256 d2f30040746402cb278f569e14156a3f9c149d13a75153a8b5c65664c213b7b5
MD5 dbfa0371e75a18d7262eb5cf93f47d2e
BLAKE2b-256 08c9aff2a90cf198dd5fe6e41ef2b6c3c54826531a4f2947a9734d6bd6d9a3f8

See more details on using hashes here.

Supported by

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