Hi all, I'm working on building a custom Tap for an XML API. This API provides data coming from an Oracle DB. Is the recommendation to make a Stream per Table? How would you all handle this?
e
edgar_ramirez_mondragon
09/07/2022, 9:18 PM
Hi @jam. Yeah, the recommended practice is one stream per table/endpoint.
j
jam
09/07/2022, 9:19 PM
TY @edgar_ramirez_mondragon! Does Meltano have a way to convert a SQL DDL to a JSONSchema?