Skip to content

Commit

Permalink
chore: set auth refresh parameter to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lorransr authored Mar 5, 2024
1 parent 432e63b commit c1fad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_superset/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def fetch_token(base_url, username, password):

json_data = {
"provider": "db",
"refresh": True,
"refresh": False,
"username": username,
"password": password,
}
Expand Down

0 comments on commit c1fad5b

Please sign in to comment.