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
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!
This means that singer.catalog.write_catalog() fails.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: