Can Sling do the T part of ELT? #148
Replies: 2 comments 4 replies
-
Sling only does the following transformations:
There are no plans to supports other custom transformations. |
Beta Was this translation helpful? Give feedback.
-
Yes. I confirm I was able to export from a StarRocks table composed by 6 columns just the two of them to a MySQL blank schema. Sling created the new table and imported data properly.
In that proof of concept, Sling executed the SELECT and created a new table with right data types. Great job. Note: Probably it is not a proper "T" part by Sling, but it can do the job. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It doesn't quite say it in the docs but I'm curious.
Beta Was this translation helpful? Give feedback.
All reactions