Skip to content

Commit ff64710

Browse files
authored
Merge pull request #26 from ConductorOne/upgrade_sdk
baton-databricks: upgrade baton-sdk to v0.3.10
2 parents 9cdba51 + eb5cdb9 commit ff64710

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

cmd/baton-databricks/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"os"
77

8-
"github.com/conductorone/baton-databricks/pkg/config"
8+
"github.com/conductorone/baton-databricks/cmd/baton-databricks/config"
99
configSchema "github.com/conductorone/baton-sdk/pkg/config"
1010
"github.com/conductorone/baton-sdk/pkg/connectorbuilder"
1111
"github.com/conductorone/baton-sdk/pkg/types"

pkg/databricks/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net/url"
88
"strings"
99

10-
"github.com/conductorone/baton-databricks/pkg/config"
10+
"github.com/conductorone/baton-databricks/cmd/baton-databricks/config"
1111
v2 "github.com/conductorone/baton-sdk/pb/c1/connector/v2"
1212
"github.com/conductorone/baton-sdk/pkg/uhttp"
1313
"github.com/spf13/viper"

0 commit comments

Comments
 (0)