Replies: 1 comment 2 replies
|
Thanks for the kind words, and these are three good questions. All of it is now supported on 1. Dynamic source / sink paths (timestamps)There are now run-time placeholders you can drop into any path field (source or sink). They are resolved fresh on every run, in UTC:
So a sink path like: writes to These resolve the same way whether you run from the canvas, from a schedule, or headless with the runner / a built bundle, and a built bundle stamps the time when it RUNS (not when it was built), so a daily run lands in a new dated folder each day. When you type a placeholder into a field the panel shows you what it currently resolves to, so you can sanity-check it. 2. Data-driven source table names (loop over rows)This works today with the
3. Drag a pipeline into a folderThis was a gap, and it is now added. In the Project tree you can drag a pipeline (or any item, or one of your own folders) and drop it onto a folder or the project root to move it. The target folder highlights while you drag over it, the move is rejected if it would put a folder inside itself, and it is saved to the project automatically. If any of these does not behave the way you expect once you are on the new build, please let us know. |
Uh oh!
There was an error while loading. Please reload this page.
I've been using ETL/ELT tools for many years, and started trying to build some things with Duckle. It looks very promising!
I'm not sure if it is already possible to make the source and sink locations more dynamic. Let's say I want to add a timestamp to a sink path, how would I do that?
Also, let's say I have a database source containing table names. I would the like to read the table names from this source, and use this to feed into a source component.
For example: a source containing a table with three rows: "tableA", "tableB", "tableC". If I read these three rows, in my pipeline I want to loop over these rows, and then use the values in these rows as the source table name in my source component. Is that possible?
Another small thing: if I have a pipeline in my project, can I move it to a folder in the project? It seems I'm not able to drag and drop.
All reactions