Join Slack
Powered by
<@U06CBKL5W7L> Is there any example of how to gene...
# singer-tap-development
h
hassan_syyid
01/22/2022, 12:22 AM
@aaronsteers
Is there any example of how to generate a schema for a stream dynamically using the SDK? ie. make a query to the API to generate the schema?
a
aaronsteers
01/22/2022, 12:25 AM
Hi,
@hassan_syyid
. We've got two approaches out there with some prior art / example implementations: 1.
Infer schema from records
. 2.
Scrape schema from OpenAPI declaration
. We were actually just discussing this in issues earlier today.
Open in Slack
Previous
Next