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
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/340
Originally created by @ReubenFrankel on 2022-03-02 12:06:24
Summary
https://gitlab.com/meltano/sdk/-/merge_requests/250#note_859372536
If any
Property
objects have a non-unique name (i.e. duplicates) and are also required, in the resulting schema dictionary:properties
are correctly merged by namerequired
will contain a name for each duplicate propertySteps to reproduce
What is the current bug behavior?
Required properties with the same name are merged in
properties
, but the names remain duplicated inrequired
.What is the expected correct behavior?
Possible fixes
https://gitlab.com/meltano/sdk/-/blob/main/singer_sdk/typing.py#L281
The text was updated successfully, but these errors were encountered: