You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "List of GitHub tokens to authenticate with. Streams will loop through them when hitting rate limits."
44
46
},
47
+
{
48
+
"name": "auth_app_keys",
49
+
"kind": "array",
50
+
"label": "Auth App Keys",
51
+
"description": "List of GitHub App credentials to authenticate with. Each credential can be constructed by combining an App ID and App private key into the format `:app_id:;;-----BEGIN RSA PRIVATE KEY----- _YOUR_P_KEY_ -----END RSA PRIVATE KEY-----`."
52
+
},
45
53
{
46
54
"name": "auth_token",
47
-
"kind": "password",
55
+
"kind": "string",
48
56
"label": "Auth Token",
49
-
"description": "GitHub token to authenticate with."
57
+
"description": "GitHub token to authenticate with.",
58
+
"sensitive": true
50
59
},
51
60
{
52
61
"name": "batch_config.encoding.compression",
53
62
"kind": "options",
54
-
"label": "Batch Config Encoding Compression",
63
+
"label": "Batch Compression Format",
55
64
"description": "Compression format to use for batch files.",
56
65
"options": [
57
66
{
58
-
"label": "Gzip",
67
+
"label": "GZIP",
59
68
"value": "gzip"
60
69
},
61
70
{
@@ -67,37 +76,59 @@
67
76
{
68
77
"name": "batch_config.encoding.format",
69
78
"kind": "options",
70
-
"label": "Batch Config Encoding Format",
79
+
"label": "Batch Encoding Format",
71
80
"description": "Format to use for batch files.",
72
81
"options": [
73
82
{
74
-
"label": "Jsonl",
83
+
"label": "JSONL",
75
84
"value": "jsonl"
85
+
},
86
+
{
87
+
"label": "Parquet",
88
+
"value": "parquet"
76
89
}
77
90
]
78
91
},
79
92
{
80
93
"name": "batch_config.storage.prefix",
81
94
"kind": "string",
82
-
"label": "Batch Config Storage Prefix",
95
+
"label": "Batch Storage Prefix",
83
96
"description": "Prefix to use when writing batch files."
84
97
},
85
98
{
86
99
"name": "batch_config.storage.root",
87
100
"kind": "string",
88
-
"label": "Batch Config Storage Root",
101
+
"label": "Batch Storage Root",
89
102
"description": "Root path to use when writing batch files."
90
103
},
104
+
{
105
+
"name": "expiry_time_buffer",
106
+
"kind": "integer",
107
+
"label": "Expiry Time Buffer",
108
+
"description": "When authenticating as a GitHub App, this buffer controls how many minutes before expiry the GitHub app tokens will be refreshed. Defaults to 10 minutes."
109
+
},
110
+
{
111
+
"name": "faker_config.locale",
112
+
"kind": "array",
113
+
"label": "Faker Locale",
114
+
"description": "One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization"
115
+
},
116
+
{
117
+
"name": "faker_config.seed",
118
+
"kind": "string",
119
+
"label": "Faker Seed",
120
+
"description": "Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator"
121
+
},
91
122
{
92
123
"name": "flattening_enabled",
93
124
"kind": "boolean",
94
-
"label": "Flattening Enabled",
125
+
"label": "Enable Schema Flattening",
95
126
"description": "'True' to enable schema flattening and automatically expand nested properties."
96
127
},
97
128
{
98
129
"name": "flattening_max_depth",
99
130
"kind": "integer",
100
-
"label": "Flattening Max Depth",
131
+
"label": "Max Flattening Depth",
101
132
"description": "The max depth to flatten schemas."
102
133
},
103
134
{
@@ -128,7 +159,7 @@
128
159
"name": "searches",
129
160
"kind": "array",
130
161
"label": "Searches",
131
-
"description": "An array of search descriptor objects with the following properties. \"name\" - a human readable name for the search query. \"query\" - a github search string (generally the same as would come after ?q= in the URL)"
162
+
"description": "An array of search descriptor objects with the following properties: \"name\" - a human readable name for the search query. \"query\" - a github search string (generally the same as would come after ?q= in the URL)\""
132
163
},
133
164
{
134
165
"name": "skip_parent_streams",
@@ -139,7 +170,8 @@
139
170
{
140
171
"name": "start_date",
141
172
"kind": "date_iso8601",
142
-
"label": "Start Date"
173
+
"label": "Start Date",
174
+
"description": "Start date for incremental sync."
143
175
},
144
176
{
145
177
"name": "stream_map_config",
@@ -151,10 +183,32 @@
151
183
"kind": "object",
152
184
"label": "Stream Maps"
153
185
},
186
+
{
187
+
"name": "stream_options.milestones.state",
188
+
"kind": "options",
189
+
"value": "open",
190
+
"label": "Stream Options Milestones State",
191
+
"description": "Configures which states are of interest. Must be one of [open, closed, all], defaults to open.",
192
+
"options": [
193
+
{
194
+
"label": "Open",
195
+
"value": "open"
196
+
},
197
+
{
198
+
"label": "Closed",
199
+
"value": "closed"
200
+
},
201
+
{
202
+
"label": "All",
203
+
"value": "all"
204
+
}
205
+
]
206
+
},
154
207
{
155
208
"name": "user_agent",
156
209
"kind": "string",
157
-
"label": "User Agent"
210
+
"label": "User Agent",
211
+
"description": "User agent to use for API requests."
Copy file name to clipboardExpand all lines: framework/singer-meltano/github-to-cratedb/plugins/loaders/target-jsonl--andyh1203.lock
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@
31
31
"description": "Specifies a custom name for the filename, instead of the stream name.\n\nThe file name will be `{custom_name}-{timestamp}.jsonl`, if `do_timestamp_file` is `true`.\nOtherwise the file name will be `{custom_name}.jsonl`.\n\nIf custom name is not provided, the stream name will be used.\n"
Copy file name to clipboardExpand all lines: framework/singer-meltano/singerfile-to-cratedb/plugins/extractors/tap-singer-jsonl--kgpayne.lock
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,4 +82,4 @@
82
82
"description": "S3 file paths to singer-formatted files. **Note:** extension is ignored, and compression is inferred automatically by `smart_open`. Both `s3.prefix` and `s3.paths` can be specified together."
Copy file name to clipboardExpand all lines: framework/singer-meltano/singerfile-to-cratedb/plugins/loaders/target-jsonl--andyh1203.lock
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@
31
31
"description": "Specifies a custom name for the filename, instead of the stream name.\n\nThe file name will be `{custom_name}-{timestamp}.jsonl`, if `do_timestamp_file` is `true`.\nOtherwise the file name will be `{custom_name}.jsonl`.\n\nIf custom name is not provided, the stream name will be used.\n"
0 commit comments