<@U06CBKL5W7L> Is there any example of how to gene...
# singer-tap-development
h
@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
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.