alessandro_mangone
03/29/2022, 1:00 PM['null', 'object'], but the json payload is sent to the loader as a string instead of a python dictionary and the validation fails:
jsonschema.exceptions.ValidationError: '{"content_types": ["formal"]}' is not of type 'null', 'object'Is there a way to overcome this problem? I was trying to use the
_schema extra to override the type of this field to string, but loaders seem to ignore this setting.
Is there anything I'm doing wrong?dan_ladd
03/29/2022, 6:31 PMalessandro_mangone
03/30/2022, 7:18 AMmeltano-map-transformer to convert these columns to strings on their way to the loader, but this is not a great solution, especially because the mapper doesn't support wildcards in the stream id.
If I have 3000 schemas - which I have - I can't create a rule like *-table.column, but I should create one rule for each schema, which is not sustainable.
Finally, I have also tried changing the _schema extra, but it only changes the column type in the catalog, not in the actual records being sent.