|
|
|
|
|
by bob1029
465 days ago
|
|
Not all data lives in a SQL database. Much of the extraction code I write does things like loading flat files from unusual sources and querying APIs. If the source data is already in a SQL store, then the solution should be obvious. You don't need any other tools to produce the desired view of the business at that point. Transforming for an upstream schema is a select statement per target table. This doesn't need to be complicated. |
|