nineinchnick / trino-openapi

Trino connectors for accessing APIs with an OpenAPI spec
Apache License 2.0
22 stars 3 forks source link

Process union types as strings #66

Closed nineinchnick closed 4 months ago

nineinchnick commented 4 months ago

Treat union types (and other unknown/unsupported types) as strings. When generating requests, values will be treated as raw JSON.

Fixes #64.

Doesn't address #52 as it should expand union types to SQL types, generating multiple fields and figuring out naming.

TODO: