refactor: Use a single source of truth for built-in capabilities #486
api-changes.yml
on: pull_request
Check API Changes
11s
Annotations
1 error and 11 warnings
Check API Changes
Process completed with exit code 1.
|
Check API Changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
InlineMapper.capabilities:
singer_sdk/mapper_base.py#L22
Public object points to a different kind of object: `function` -> `attribute`
|
PluginBase.capabilities:
singer_sdk/plugin_base.py#L122
Public object points to a different kind of object: `function` -> `attribute`
|
Sink.validate_schema:
singer_sdk/sinks/core.py#L148
Attribute value was changed: `None` -> `capabilities.TARGET_VALIDATE_RECORDS.attribute('validate_records', default=True)`
|
Sink.include_sdc_metadata_properties:
singer_sdk/sinks/core.py#L153
Attribute value was changed: `None` -> `capabilities.ADD_RECORD_METADATA.attribute('add_record_metadata', default=False)`
|
Sink.process_activate_version_messages:
singer_sdk/sinks/core.py#L158
Attribute value was changed: `None` -> `capabilities.ACTIVATE_VERSION.attribute('activate_version', default=True)`
|
Tap.capabilities:
singer_sdk/tap_base.py#L58
Public object points to a different kind of object: `function` -> `attribute`
|
SQLTarget.capabilities:
singer_sdk/target_base.py#L640
Public object points to a different kind of object: `function` -> `attribute`
|
Target.capabilities:
singer_sdk/target_base.py#L48
Public object points to a different kind of object: `function` -> `attribute`
|
STREAM_MAPS_CONFIG:
singer_sdk/helpers/capabilities.py#L1
Public object was removed: `` -> ``
|
FLATTENING_CONFIG:
singer_sdk/helpers/capabilities.py#L1
Public object was removed: `` -> ``
|