airflow.providers.amazon.aws.hooks.neptune
¶
Module Contents¶
Classes¶
Interact with Amazon Neptune. |
- class airflow.providers.amazon.aws.hooks.neptune.NeptuneHook(*args, **kwargs)[source]¶
Bases:
airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook
Interact with Amazon Neptune.
Additional arguments (such as
aws_conn_id
) may be specified and are passed down to the underlying AwsBaseHook.See also
- wait_for_cluster_availability(cluster_id, delay=30, max_attempts=60)[source]¶
Wait for Neptune cluster to start.
- wait_for_cluster_stopped(cluster_id, delay=30, max_attempts=60)[source]¶
Wait for Neptune cluster to stop.