Hi all, I'm working on building a custom Tap for a...
# getting-started
j
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
Hi @jam. Yeah, the recommended practice is one stream per table/endpoint.
j
TY @edgar_ramirez_mondragon! Does Meltano have a way to convert a SQL DDL to a JSONSchema?
e
If you build on the SDK, SQLAlchemy is leveraged to read the database system tables: https://sdk.meltano.com/en/latest/porting.html#if-you-are-building-a-sql-tap