File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
astra-db-java/src/test/java/com/datastax/astra/test/integration/dev_vectorize Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 40
40
ASTRA_CLOUD_REGION_DEV : us-west-2
41
41
EMBEDDING_PROVIDER : bedrock
42
42
BEDROCK_HEADER_AWS_ACCESS_ID : ${{ secrets.BEDROCK_HEADER_AWS_ACCESS_ID }}
43
- BEDROCK_HEADER_AWS_SECRET_IDx : ${{ secrets.BEDROCK_HEADER_AWS_SECRET_ID }}
43
+ BEDROCK_HEADER_AWS_SECRET_ID : ${{ secrets.BEDROCK_HEADER_AWS_SECRET_ID }}
44
44
BEDROCK_REGION : ${{ vars.BEDROCK_REGION }}
45
45
run : |
46
46
cd astra-db-java
47
- mvn test -Dtest=com.datastax.astra.test.integration.dev_vectorize.AstraDevVectorizeAwsBedRockITTest
47
+ mvn test -Dtest=com.datastax.astra.test.integration.dev_vectorize.AstraDevVectorizeAwsBedRockITTest
Original file line number Diff line number Diff line change 1
1
package com .datastax .astra .test .integration .dev_vectorize ;
2
2
3
3
import com .datastax .astra .client .Collection ;
4
- import com .datastax .astra .client .DataAPIClient ;
5
- import com .datastax .astra .client .DataAPIOptions ;
6
- import com .datastax .astra .client .Database ;
7
- import com .datastax .astra .client .admin .DatabaseAdmin ;
8
4
import com .datastax .astra .client .auth .AWSEmbeddingHeadersProvider ;
9
5
import com .datastax .astra .client .auth .EmbeddingHeadersProvider ;
10
6
import com .datastax .astra .client .model .CollectionOptions ;
15
11
import com .datastax .astra .client .model .InsertManyOptions ;
16
12
import com .datastax .astra .client .model .InsertManyResult ;
17
13
import com .datastax .astra .client .model .Projections ;
18
- import com .datastax .astra .internal .command .LoggingCommandObserver ;
19
14
import com .datastax .astra .test .integration .AbstractVectorizeITTest ;
20
15
import com .dtsx .astra .sdk .db .domain .CloudProviderType ;
21
16
import com .dtsx .astra .sdk .utils .AstraEnvironment ;
You can’t perform that action at this time.
0 commit comments