Skip to content

Commit

Permalink
Update rockset.py - replace default API server URL (#6592)
Browse files Browse the repository at this point in the history
Replaced default API server URL with new URL in USW2 region
  • Loading branch information
lukalovosevic authored Nov 13, 2023
1 parent 2d87951 commit a8c6dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/rockset.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, configuration):
super(Rockset, self).__init__(configuration)
self.api = RocksetAPI(
self.configuration.get("api_key"),
self.configuration.get("api_server", "https://api.rs2.usw2.rockset.com"),
self.configuration.get("api_server", "https://api.usw2a1.rockset.com"),
self.configuration.get("vi_id"),
)

Expand Down

0 comments on commit a8c6dd0

Please sign in to comment.