Apache Airflow provider to interact with Apache TinkerPop graph databases. Version 1.1.3 was released in 2025, with a monthly release cadence. Requires Python >=3.10.
pip install apache-airflow-providers-apache-tinkerpopNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic DAG using TinkerpopOperator to run a Gremlin query.
Always set the gremlin_query argument.
Explicitly set 'port' in the hook or operator.
Update connection to use conn_type='tinkerpop'.