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
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).|
53
-
| stream_map_config | False | None | User-defined config values to be used within map expressions.|
54
-
| faker_config | False | None| Config for the [`Faker`](https://faker.readthedocs.io/en/master/) instance variable `fake` used within map expressions. Only applicable if the plugin specifies `faker` as an additional dependency (through the `singer-sdk``faker` extra or directly). |
55
-
| faker_config.seed | False | None | Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator|
56
-
| faker_config.locale | False | None | One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization|
57
-
| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties.|
58
-
| flattening_max_depth | False | None | The max depth to flatten schemas.|
| batch_config.encoding | False | None | Specifies the format and compression of the batch files.|
61
-
| batch_config.encoding.format | False | None | Format to use for batch files.|
62
-
| batch_config.encoding.compression | False | None | Compression format to use for batch files.|
63
-
| batch_config.storage | False | None | Defines the storage layer to use when writing batch files|
64
-
| batch_config.storage.root | False | None | Root path to use when writing batch files.|
65
-
| batch_config.storage.prefix | False | None | Prefix to use when writing batch files.|
52
+
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
53
+
| stream_map_config | False | None | User-defined config values to be used within map expressions. |
54
+
| faker_config | False | None | Config for the [`Faker`](https://faker.readthedocs.io/en/master/) instance variable `fake` used within map expressions. Only applicable if the plugin specifies `faker` as an additional dependency (through the `singer-sdk``faker` extra or directly). |
55
+
| faker_config.seed | False | None | Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator|
56
+
| faker_config.locale | False | None | One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization|
57
+
| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
58
+
| flattening_max_depth | False | None | The max depth to flatten schemas. |
0 commit comments