Skip to content

Commit 5624a5b

Browse files
changes after review
1 parent b7b7689 commit 5624a5b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkg/datasources/grants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package datasources
22

33
import (
44
"database/sql"
5+
56
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/snowflake"
67
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
78
)

pkg/resources/external_table_acceptance_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ import (
44
"context"
55
"database/sql"
66
"fmt"
7+
"os"
8+
"strings"
9+
"testing"
10+
711
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/sdk"
812
"github.com/hashicorp/terraform-plugin-testing/config"
913
"github.com/hashicorp/terraform-plugin-testing/terraform"
1014
"github.com/hashicorp/terraform-plugin-testing/tfversion"
11-
"os"
12-
"strings"
13-
"testing"
1415

1516
acc "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance"
1617
"github.com/hashicorp/terraform-plugin-testing/helper/acctest"

0 commit comments

Comments
 (0)