issues
search
meltano
/
sdk
Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
https://sdk.meltano.com
Apache License 2.0
110
stars
78
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: Release v0.47.0
#3100
MeltyBot
closed
1 day ago
3
packaging: Remove some unused Python version markers
#3099
edgarrmondragon
opened
2 days ago
3
feat: Added the `normalize` keyword-only argument to `singer_sdk.singerlib.resolve_schema_references` to naively normalize `oneOf`, `allOf` and `anyOf` keywords
#3098
edgarrmondragon
opened
2 days ago
3
refactor: Rely on `dict.setdefault` to fill in state dictionary
#3097
edgarrmondragon
closed
2 days ago
3
refactor(templates): Move Tox configuration to `pyproject.toml` in tap, mapper and target templates
#3096
edgarrmondragon
closed
2 days ago
1
docs: Clarify that using `--discover` and `--catalog=<catalog file>` together is not supported
#3095
edgarrmondragon
closed
2 days ago
1
refactor(taps): Make `context` parameter of `SQLStream.build_query` a keyword-only argument
#3094
edgarrmondragon
closed
2 days ago
3
refactor(taps): Group all SQL tap query-building steps into `SQLStream.build_query`
#3093
edgarrmondragon
closed
2 days ago
3
chore: Lock file maintenance
#3092
edgarrmondragon
closed
2 days ago
3
fix: Correctly resolve JSON schema references when mulitple properties use the same reference
#3091
edgarrmondragon
closed
3 days ago
3
bug: JSON schema references are incorrectly resolved when mulitple properties use the same reference
#3090
edgarrmondragon
closed
3 days ago
0
chore: Clean up deptry ignores
#3089
edgarrmondragon
closed
3 days ago
3
chore: Update tap, target and mapper templates
#3088
edgarrmondragon
closed
5 days ago
1
feat: Honor `<APP_NAME>_LOGLEVEL` and `LOGLEVEL` environment variables across all default logging
#3087
edgarrmondragon
closed
5 days ago
3
chore: pre-commit autoupdate
#3086
pre-commit-ci[bot]
closed
5 days ago
1
chore: Ignore `_singerlib` deprecation warnings
#3085
edgarrmondragon
closed
5 days ago
3
feat: Introduce function in Tap to convert input catalog to streams
#3084
rafalkrupinski
opened
5 days ago
6
docs: Update supported python versions in the contribution guide
#3083
rafalkrupinski
closed
5 days ago
1
Clarify what's expected from running discovery with catalog
#3082
rafalkrupinski
closed
2 days ago
1
chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 in the actions group
#3081
dependabot[bot]
closed
5 days ago
1
fix: Delay setting up console logging until the CLI is invoked and test log output snapshots
#3080
edgarrmondragon
closed
5 days ago
4
docs: Document ACTIVATE_VERSION messages and capability
#3079
edgarrmondragon
opened
1 week ago
0
refactor: Introduce basic `TypedDict` for tap state
#3078
edgarrmondragon
closed
1 week ago
3
fix: Only finalize state for selected streams
#3077
edgarrmondragon
closed
1 week ago
3
chore: Fix template injection vulnerability reported by zizmor
#3076
edgarrmondragon
closed
1 week ago
1
test: Use snapshots to test message streams in sample target CSV tests
#3075
edgarrmondragon
closed
1 week ago
3
chore: pre-commit autoupdate
#3074
pre-commit-ci[bot]
closed
1 week ago
1
chore: Bump mypy to 1.16
#3073
edgarrmondragon
closed
2 weeks ago
3
chore: Make `Metadata.from_dict` a generic method
#3072
edgarrmondragon
closed
2 weeks ago
3
ci: Run tests when PR is added to the merge queue
#3070
edgarrmondragon
closed
2 weeks ago
2
fix(templates): Update Cookiecutter templates
#3069
edgarrmondragon
closed
2 weeks ago
1
chore: Merge branch 'v0.46'
#3068
edgarrmondragon
closed
2 weeks ago
3
chore: Release v0.46.4
#3067
MeltyBot
closed
2 weeks ago
3
fix: Revert table name splitting by `-` in SQL targets when `default_target_schema` is set, introduced in #3020
#3066
edgarrmondragon
closed
2 weeks ago
3
fix: Revert table name splitting by `-` in SQL targets when `default_target_schema` is set, introduced in #3020
#3065
edgarrmondragon
closed
2 weeks ago
3
fix(taps): Remove deselected properties from the `required` properties list in the JSON schema
#3063
edgarrmondragon
closed
2 weeks ago
6
bug: Deselecting properties from the tap catalog doesn't remove them from the `required` properties list
#3062
edgarrmondragon
closed
2 weeks ago
3
refactor: Retrieve `BATCH` storage object only once per set of files
#3061
edgarrmondragon
closed
2 weeks ago
3
feature: clean up batch files
#3064
rafalkrupinski
opened
2 weeks ago
2
chore: pre-commit autoupdate
#3060
pre-commit-ci[bot]
closed
2 weeks ago
1
chore(deps): bump astral-sh/setup-uv from 6.0.1 to 6.1.0 in the actions group
#3059
dependabot[bot]
closed
2 weeks ago
3
feat(taps): Queue parent contexts and sync child streams only when the queue is full
#3058
edgarrmondragon
opened
3 weeks ago
4
test: Use snapshots to test message streams in parent-child taps
#3057
edgarrmondragon
closed
3 weeks ago
3
refactor(taps,targets): Quiet down some tap and target logs from `INFO` to `DEBUG`
#3056
edgarrmondragon
closed
2 weeks ago
3
fix(templates): Fixed the S3 `BATCH` extra dependency in templates
#3055
edgarrmondragon
closed
3 weeks ago
1
fix: Pass `auth` callable/tuple to each tap API request
#3054
edgarrmondragon
closed
3 weeks ago
3
test: Cache and commit responses from external sources for integration tests
#3053
edgarrmondragon
closed
3 weeks ago
3
test: Add a default output folder to CSV target sample
#3052
edgarrmondragon
closed
3 weeks ago
2
feat: Allow configuration of SDK logger levels by `<TYPE>_<NAME>_LOGLEVEL`/`LOGLEVEL` environment variables
#3051
ReubenFrankel
closed
5 days ago
0
feat(taps): Allow SQL stream implementations to override the `SELECT` statement filter and limit clauses without modifying extraction logic
#3050
edgarrmondragon
closed
2 days ago
6
Next