I like RabbitInAHat, it is a useful tool for designing ETL plans. It will be more useful that it could also automatically generate SQL code for ETL. Is there any existing effort for doing this?
The ETL Best Practice page says:
Note: after several independent attempts, we have given up on developing the ‘ultimate’ user-friendly ETL tool. It is always the case that tools like that work really well for 80% of the ETL, but for the remaining 20% of the ETL some low-level code needs to be written that is specific to a source database
I am not sure if this ultimate tool covers auto sql code generation. Anyone knows.
In my opinion, it should be possible to allow auto generation of sql code by
- defining a ETL syntax so that we can specify our ETL logic using this syntax in Rabbit-In-A-Hat.
- defining the mapping between this middle-layer syntax and any RMDBS language
Anyone knows about this?