andrio_frizon
11/30/2023, 3:37 PMandrio_frizon
11/30/2023, 3:38 PMmapping
of type jsonb. The properties.json generated by tap-postgres is:
"mapping": {},
The pipeline will only work when I manually set it to:
"mapping": {
"type": [
"object"
]
},
Which I’m actually doing via meltano.yml schema property:
schema:
public-table_name:
mapping:
type:
- object
andrio_frizon
11/30/2023, 3:39 PMedgar_ramirez_mondragon
11/30/2023, 4:17 PMandrio_frizon
11/30/2023, 4:20 PMedgar_ramirez_mondragon
11/30/2023, 6:49 PMRight now my pipeline is breaking unless I override the schema generatedIs it a schema validation failure?
andrio_frizon
11/30/2023, 7:19 PMRuntimeError: Neither type nor anyOf are present. Unable to determine type.
edgar_ramirez_mondragon
11/30/2023, 7:43 PMandrio_frizon
11/30/2023, 8:02 PMNotImplementedError
edgar_ramirez_mondragon
11/30/2023, 9:51 PMNOTYPE
class: https://github.com/MeltanoLabs/target-postgres/issues/237andrio_frizon
11/30/2023, 9:54 PM