Skip to content

Commit

Permalink
Fix for issue #282
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwood-db committed Aug 30, 2023
1 parent decccf9 commit decbd45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbclient/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ def get_import_parser():
parser.add_argument('--sort-views', action='store_true', default=False,
help='If True, the views will be sorted based upon dependencies before importing.')

parser.add_argument('--timeout', type=float, default=300.0,
help='Timeout for the calls to Databricks\' REST API, in seconds, defaults to 300.0 --use float e.g. 100.0 to make it bigger')

return parser


Expand Down

0 comments on commit decbd45

Please sign in to comment.