Basics
Guides
References
System tests
Resources
Commits
GremlinOperator
Execute a Gremlin query.
Bases: airflow.models.BaseOperator
airflow.models.BaseOperator
query (str) – The Gremlin query to execute.
gremlin_conn_id (str) – The connection ID to use when connecting to Gremlin. Defaults to “gremlin_default”.
Derive when creating an operator.
Context is the same dictionary used as when rendering jinja templates.
Refer to get_template_context for more context.
Was this entry helpful?
GremlinOperator.template_fields
GremlinOperator.query
GremlinOperator.gremlin_conn_id
GremlinOperator.execute()