Open judahrand opened 4 years ago
I would except the anyOf property of a Schema object to be a list of Schema objects, however, as you can currently see the Schema.to_dict() function does not deal with this case!
anyOf
Schema
Schema.to_dict()
This means that singer.catalog.write_catalog() fails.
singer.catalog.write_catalog()
I would except the
anyOf
property of aSchema
object to be a list ofSchema
objects, however, as you can currently see theSchema.to_dict()
function does not deal with this case!This means that
singer.catalog.write_catalog()
fails.