simo_aleksandrov
08/16/2023, 7:15 AMinvoke, el, elt, run). Some of them have overlaps and it can get overwhelming 😅ben_theunissen
08/16/2023, 1:16 PMel run a extract-load task (a tap, and a target)
• elt run extract-load-transform task (a tap, and a target, an optional utility/transformer)
• invoke run a single plugin, such as a tap in discovery mode to get the schema, or run a target to get the configuration
• run run a series of plugins, I believe you can chain together an arbitrary amount of plugins with this commandben_theunissen
08/16/2023, 1:17 PMel is relatively new, I only just noticed it the other daytaylor
08/16/2023, 2:04 PMel is currently an alias for elt with the --transform=skip option as default. We don’t recommend using the transformation capability anymore of elt and instead recommend run for doing that. Expect elt to be deprecated likely in a v4 release.ben_theunissen
08/16/2023, 2:05 PMel or runtaylor
08/16/2023, 2:06 PMel gives you more control over config, catalog, etc while run is more for multiple plugins. so if you’re needing more customizability then el may still be for you 🙂simo_aleksandrov
08/16/2023, 3:54 PMben_theunissen
08/16/2023, 5:19 PMsimo_aleksandrov
08/16/2023, 7:09 PMben_theunissen
08/16/2023, 7:10 PM