|
|
|
|
|
by mulmen
459 days ago
|
|
> Extracting the data should be the most challenging aspect of an ETL pipeline. Why should this be difficult? It’s the easiest part. You run SELECT * and you’re done. The difficult part is transforming all the disparate upstream systems and their evolving schemas into a useful analytical model for decision support. |
|
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.