Skip to content

Commit

Permalink
fix: support no password
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclove committed May 6, 2024
1 parent a000666 commit 8a7242c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vanna/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1349,9 +1349,6 @@ def connect_to_presto(
if not password:
password = os.getenv("PRESTO_PASSWORD")

if not password:
raise ImproperlyConfigured("Please set your presto password")

if not port:
port = os.getenv("PRESTO_PORT")

Expand Down

0 comments on commit 8a7242c

Please sign in to comment.