Skip to content

Commit

Permalink
chore: Update Meltano Plugins (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: edgarrmondragon <16805946+edgarrmondragon@users.noreply.github.com>
  • Loading branch information
edgarrmondragon[bot] and edgarrmondragon authored Jan 3, 2025
1 parent 080f465 commit e2b1eba
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions plugins/extractors/tap-github--meltanolabs.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"name": "batch_config.encoding.compression",
"kind": "options",
"label": "Batch Config Encoding Compression",
"label": "Batch Compression Format",
"description": "Compression format to use for batch files.",
"options": [
{
Expand All @@ -74,7 +74,7 @@
{
"name": "batch_config.encoding.format",
"kind": "options",
"label": "Batch Config Encoding Format",
"label": "Batch Encoding Format",
"description": "Format to use for batch files.",
"options": [
{
Expand All @@ -90,30 +90,42 @@
{
"name": "batch_config.storage.prefix",
"kind": "string",
"label": "Batch Config Storage Prefix",
"label": "Batch Storage Prefix",
"description": "Prefix to use when writing batch files."
},
{
"name": "batch_config.storage.root",
"kind": "string",
"label": "Batch Config Storage Root",
"label": "Batch Storage Root",
"description": "Root path to use when writing batch files."
},
{
"name": "expiry_time_buffer",
"kind": "integer",
"label": "Expiry Time Buffer"
},
{
"name": "faker_config.locale",
"kind": "array",
"label": "Faker Locale",
"description": "One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization"
},
{
"name": "faker_config.seed",
"kind": "string",
"label": "Faker Seed",
"description": "Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator"
},
{
"name": "flattening_enabled",
"kind": "boolean",
"label": "Flattening Enabled",
"label": "Enable Schema Flattening",
"description": "'True' to enable schema flattening and automatically expand nested properties."
},
{
"name": "flattening_max_depth",
"kind": "integer",
"label": "Flattening Max Depth",
"label": "Max Flattening Depth",
"description": "The max depth to flatten schemas."
},
{
Expand Down

0 comments on commit e2b1eba

Please sign in to comment.