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 6b617f9 commit dd7d363Copy full SHA for dd7d363
source_create.go
@@ -9,11 +9,10 @@ import (
9
)
10
11
// CreateSourceRequest represents a request to create a new source connector.
12
-// It contains the name, description, and configuration for the source.
+// It contains the name and configuration for the source.
13
type CreateSourceRequest struct {
14
- Name string
15
- Description string
16
- Config SourceConfigInput
+ Name string
+ Config SourceConfigInput
17
}
18
19
// SourceConfigInput is an interface that all source connector configurations must implement.
0 commit comments