Anyone have a slick way to wrap a profiler around ...
# singer-target-development
b
Anyone have a slick way to wrap a profiler around a target (or tap, too, I guess) when running a
meltano elt
?
v
I saw something the Meltano folks just did let me find it
This is for the sdk, not for meltano elt but I'd guess we could do something in Meltano (and maybe there's a writeup for meltano)
I wonder if you could do the same then run
peotry run meltano elt blah
b
Ahh, cool. I can probably just dupe the generated shell script for profiling runs.
Thank you!
v
No problem! If you could share if it works or not I need to do the same at some point 😄
b
Yep, it worked perfectly by adding it as a dev dep and then stuffing it in the
poetry run
in the shell script
v
awesome! thanks
a
cc @edgar_ramirez_mondragon to say thankyou for the great work here. And yes, @brandon_isom - this approach and the toolset should work with any tap or target, even if not SDK based.
b
Hmm, having trouble figuring out how to see memory usage with it, though.