We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a6417 commit 92f5ee1Copy full SHA for 92f5ee1
1 file changed
examples/dremio/dremio.go
@@ -13,15 +13,13 @@ import (
13
)
14
15
func main() {
16
- region := "eu01" // Region where the resources will be created
17
- projectId := "PROJECT_ID" // Your STACKIT project ID
18
- serviceAccountKeyPath := "sa-key-path.json" // Path to your STACKIT service account json
+ region := "eu01" // Region where the resources will be created
+ projectId := "PROJECT_ID" // Your STACKIT project ID
19
20
ctx := context.Background()
21
22
dremioClient, err := dremio.NewAPIClient(
23
config.WithRegion(region),
24
- config.WithServiceAccountKeyPath(serviceAccountKeyPath),
25
26
if err != nil {
27
fmt.Fprintf(os.Stderr, "[Dremio] Creating API client: %v\n", err)
0 commit comments