chore: Release v0.44.2 #586
api-changes.yml
on: pull_request
Check API Changes
11s
Annotations
1 error and 1 warning
Check API Changes
Process completed with exit code 1.
|
STREAM_MAPS_CONFIG:
singer_sdk/helpers/capabilities.py#L25
Attribute value was changed: `PropertiesList(Property('stream_maps', ObjectType(), title='Stream Maps', description='Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).'), Property('stream_map_config', ObjectType(), title='User Stream Map Configuration', description='User-defined config values to be used within map expressions.'), Property('faker_config', ObjectType(Property('seed', OneOf(NumberType, StringType, BooleanType), title='Faker Seed', description='Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator'), Property('locale', OneOf(StringType, ArrayType(StringType)), title='Faker Locale', description='One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization')), title='Faker Configuration', description='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 addtional dependency (through the `singer-sdk` `faker` extra or directly).')).to_dict()` -> `PropertiesList(Property('stream_maps', ObjectType(), title='Stream Maps', description='Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).'), Property('stream_map_config', ObjectType(), title='User Stream Map Configuration', description='User-defined config values to be used within map expressions.'), Property('faker_config', ObjectType(Property('seed', OneOf(NumberType, StringType, BooleanType), title='Faker Seed', description='Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator'), Property('locale', OneOf(StringType, ArrayType(StringType)), title='Faker Locale', description='One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization')), title='Faker Configuration', description='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).')).to_dict()`
|