Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release v0.44.2 #2863

Merged
merged 4 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fetch tags in e2e tests
edgarrmondragon committed Jan 31, 2025
commit 0e524cbbcb46f518c7bf5c5cf98ba5e21e00b596
2 changes: 2 additions & 0 deletions .github/workflows/cookiecutter-e2e.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: astral-sh/setup-uv@v5
with:

Unchanged files with check annotations Beta

# Default JSON Schema to support config for built-in capabilities:
STREAM_MAPS_CONFIG = PropertiesList(

Check warning on line 25 in singer_sdk/helpers/capabilities.py

GitHub Actions / Check API Changes

STREAM_MAPS_CONFIG

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()`
Property(
"stream_maps",
ObjectType(),