neptune-airflow

Neptune.ai airflow integration library

Apache-2.0 5 个版本 Python >=3.7,<4.0
neptune.ai <contact@neptune.ai>
安装
pip install neptune-airflow
poetry add neptune-airflow
pipenv install neptune-airflow
conda install neptune-airflow
描述

Neptune + Airflow integration

Experiment tracking for Airflow DAG runs.

Installation

pip install -U neptune-airflow

Example

from neptune_airflow import NeptuneLogger

with DAG(
    ...
) as dag:
    def task(**context):
        neptune_logger = NeptuneLogger()

For more instructions and examples, see the Airflow integration guide in the Neptune documentation.

Support

If you got stuck or simply want to talk to us, here are your options:

  • Check our FAQ page.
  • You can submit bug reports, feature requests, or contributions directly to the repository.
  • Chat! In the Neptune app, click the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP).
  • You can just shoot us an email at support@neptune.ai.