Skip to content

Commit 31b052d

Browse files
committed
fix golangci version in main.yaml
1 parent d2a871a commit 31b052d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
- name: Run linters
17-
uses: golangci/golangci-lint-action@v6
17+
uses: golangci/golangci-lint-action@v8
1818
with:
1919
version: latest
2020
args: --timeout=3m
@@ -38,4 +38,4 @@ jobs:
3838
if: always()
3939
uses: guyarb/golang-test-annotations@v0.5.1
4040
with:
41-
test-results: test.json
41+
test-results: test.json

pkg/connector/connector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (d *Databricks) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error
4141
Description: "Connector syncing Databricks workspaces, users, groups, service principals and roles to Baton",
4242
AccountCreationSchema: &v2.ConnectorAccountCreationSchema{
4343
FieldMap: map[string]*v2.ConnectorAccountCreationSchema_Field{
44-
"userName": {
44+
"email": {
4545
DisplayName: "Email",
4646
Required: true,
4747
Description: "The email address of the user.",

0 commit comments

Comments
 (0)