Skip to content

Commit

Permalink
Update airflow/providers/amazon/aws/operators/neptune.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elad Kalif <[email protected]>
  • Loading branch information
ellisms and eladkal authored Jan 26, 2024
1 parent 1cab491 commit c5ea1fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/amazon/aws/operators/neptune.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class NeptuneStopDbClusterOperator(AwsBaseOperator[NeptuneHook]):
empty, then default boto3 configuration would be used (and must be
maintained on each worker node).
:param region_name: AWS region_name. If not specified then the default boto3 behaviour is used.
:param botocore_config: Configuration dictionary (key-values) for botocore client. See:
https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html
:return: dictionary with Neptune cluster id
Expand Down

0 comments on commit c5ea1fc

Please sign in to comment.