An Airflow plugin to launch and monitor Spark applications on the Data Mechanics platform.
- Python >= 3.5
- apache-airflow >= 1.10.x. Compatible with Airflow 2.
A tutorial to configure and use this plugin is available in the Data Mechanics docs.
The main difference between Airflow 1 and Airflow 2 is how to import the plugin:
# Airflow 1
from airflow.operators.datamechanics import DataMechanicsOperator
# Airflow 2
from datamechanics_airflow_plugin.operator import DataMechanicsOperator