Skip to content

Commit

Permalink
Use float for default value
Browse files Browse the repository at this point in the history
  • Loading branch information
betabandido committed Aug 19, 2018
1 parent 0f6c493 commit 58f2ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/hooks/databricks_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
databricks_conn_id='databricks_default',
timeout_seconds=180,
retry_limit=3,
retry_delay=1):
retry_delay=1.0):
"""
:param databricks_conn_id: The name of the databricks connection to use.
:type databricks_conn_id: string
Expand Down

0 comments on commit 58f2ec0

Please sign in to comment.