Skip to content

Commit 6421cf5

Browse files
committed
Update endpoints
1 parent 1a6498e commit 6421cf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/ai/spice/FlightQueryTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public void testQuerySpiceCloudPlatform() throws ExecutionException, Interrupted
4444

4545
try {
4646
SpiceClient spiceClient = SpiceClient.builder()
47-
.withApiKey(apiKey)
48-
.withHttpAddress(new URI("https://us-west-2-prod-aws-data.spiceai.io"))
49-
.withFlightAddress(new URI("https://us-west-2-prod-aws-flight.spiceai.io:443"))
47+
.withApiKey(apiKey) // https://spice.ai/spiceai/quickstart
48+
.withHttpAddress(new URI("https://us-east-1-prod-aws-data.spiceai.io"))
49+
.withFlightAddress(new URI("https://us-east-1-prod-aws-flight.spiceai.io:443"))
5050
.build();
5151

5252
String sql = "SELECT tpep_pickup_datetime, total_amount, passenger_count from taxi_trips limit 10;";

0 commit comments

Comments
 (0)