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
The problem is that new schema contains "title" in required properties list and it is causing issues in target, so I have to disable validation in target.
Question: Is there any way to update required properties list in Schema object after applying transformation in stream_maps?
Singer SDK Version
0.40.0
Is this a regression?
Python Version
3.12
Bug scope
Mapping (stream maps, flattening, etc.)
Operating System
NA
Description
Hello, I have question related to the "stream_maps" functionality.
Given:
Stream in custom tap with the following schema (pay attention "title" is required):
The same stream is transformed in tap's configuration ("title" required property is removed):
As result I see the following SCHEMA object generated:
The problem is that new schema contains "title" in required properties list and it is causing issues in target, so I have to disable validation in target.
Question: Is there any way to update required properties list in Schema object after applying transformation in stream_maps?
Code
No response
Link to Slack/Linen
https://meltano.slack.com/archives/C069CQNHDNF/p1726062079634019
The text was updated successfully, but these errors were encountered: