We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf4544 commit 14818e7Copy full SHA for 14818e7
plugins/motherduck/plugin.go
@@ -10,7 +10,7 @@ func New() schema.Plugin {
10
Name: "motherduck",
11
Platform: schema.PlatformInfo{
12
Name: "MotherDuck",
13
- Homepage: sdk.URL("https://motherduck.com"), // TODO: Check if this is correct
+ Homepage: sdk.URL("https://motherduck.com"),
14
},
15
Credentials: []schema.CredentialType{
16
AccessToken(),
0 commit comments