Skip to content

Commit 3713660

Browse files
committed
Singer/Meltano: Update Meltano lock files
meltano lock --update --all
1 parent 4ceb7b4 commit 3713660

File tree

4 files changed

+73
-19
lines changed

4 files changed

+73
-19
lines changed

framework/singer-meltano/github-to-cratedb/plugins/extractors/tap-github--meltanolabs.lock

Lines changed: 70 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@
66
"label": "GitHub",
77
"docs": "https://hub.meltano.com/extractors/tap-github--meltanolabs",
88
"repo": "https://github.com/MeltanoLabs/tap-github",
9-
"pip_url": "git+https://github.com/MeltanoLabs/tap-github.git",
9+
"pip_url": "meltanolabs-tap-github",
1010
"description": "Code hosting platform",
1111
"logo_url": "https://hub.meltano.com/assets/logos/extractors/github.png",
1212
"capabilities": [
1313
"about",
14+
"activate-version",
1415
"batch",
1516
"catalog",
1617
"discover",
1718
"schema-flattening",
1819
"state",
19-
"stream-maps"
20+
"stream-maps",
21+
"structured-logging"
2022
],
2123
"settings_group_validation": [
2224
[
@@ -42,20 +44,27 @@
4244
"label": "Additional Auth Tokens",
4345
"description": "List of GitHub tokens to authenticate with. Streams will loop through them when hitting rate limits."
4446
},
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+
},
4553
{
4654
"name": "auth_token",
47-
"kind": "password",
55+
"kind": "string",
4856
"label": "Auth Token",
49-
"description": "GitHub token to authenticate with."
57+
"description": "GitHub token to authenticate with.",
58+
"sensitive": true
5059
},
5160
{
5261
"name": "batch_config.encoding.compression",
5362
"kind": "options",
54-
"label": "Batch Config Encoding Compression",
63+
"label": "Batch Compression Format",
5564
"description": "Compression format to use for batch files.",
5665
"options": [
5766
{
58-
"label": "Gzip",
67+
"label": "GZIP",
5968
"value": "gzip"
6069
},
6170
{
@@ -67,37 +76,59 @@
6776
{
6877
"name": "batch_config.encoding.format",
6978
"kind": "options",
70-
"label": "Batch Config Encoding Format",
79+
"label": "Batch Encoding Format",
7180
"description": "Format to use for batch files.",
7281
"options": [
7382
{
74-
"label": "Jsonl",
83+
"label": "JSONL",
7584
"value": "jsonl"
85+
},
86+
{
87+
"label": "Parquet",
88+
"value": "parquet"
7689
}
7790
]
7891
},
7992
{
8093
"name": "batch_config.storage.prefix",
8194
"kind": "string",
82-
"label": "Batch Config Storage Prefix",
95+
"label": "Batch Storage Prefix",
8396
"description": "Prefix to use when writing batch files."
8497
},
8598
{
8699
"name": "batch_config.storage.root",
87100
"kind": "string",
88-
"label": "Batch Config Storage Root",
101+
"label": "Batch Storage Root",
89102
"description": "Root path to use when writing batch files."
90103
},
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+
},
91122
{
92123
"name": "flattening_enabled",
93124
"kind": "boolean",
94-
"label": "Flattening Enabled",
125+
"label": "Enable Schema Flattening",
95126
"description": "'True' to enable schema flattening and automatically expand nested properties."
96127
},
97128
{
98129
"name": "flattening_max_depth",
99130
"kind": "integer",
100-
"label": "Flattening Max Depth",
131+
"label": "Max Flattening Depth",
101132
"description": "The max depth to flatten schemas."
102133
},
103134
{
@@ -128,7 +159,7 @@
128159
"name": "searches",
129160
"kind": "array",
130161
"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)\""
132163
},
133164
{
134165
"name": "skip_parent_streams",
@@ -139,7 +170,8 @@
139170
{
140171
"name": "start_date",
141172
"kind": "date_iso8601",
142-
"label": "Start Date"
173+
"label": "Start Date",
174+
"description": "Start date for incremental sync."
143175
},
144176
{
145177
"name": "stream_map_config",
@@ -151,10 +183,32 @@
151183
"kind": "object",
152184
"label": "Stream Maps"
153185
},
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+
},
154207
{
155208
"name": "user_agent",
156209
"kind": "string",
157-
"label": "User Agent"
210+
"label": "User Agent",
211+
"description": "User agent to use for API requests."
158212
},
159213
{
160214
"name": "user_ids",
@@ -173,4 +227,4 @@
173227
"*.*",
174228
"!traffic_*.*"
175229
]
176-
}
230+
}

framework/singer-meltano/github-to-cratedb/plugins/loaders/target-jsonl--andyh1203.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"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"
3232
}
3333
]
34-
}
34+
}

framework/singer-meltano/singerfile-to-cratedb/plugins/extractors/tap-singer-jsonl--kgpayne.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
"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."
8383
}
8484
]
85-
}
85+
}

framework/singer-meltano/singerfile-to-cratedb/plugins/loaders/target-jsonl--andyh1203.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"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"
3232
}
3333
]
34-
}
34+
}

0 commit comments

Comments
 (0)