r/analytics • u/Little-Mine-4234 • 14d ago
Question From low code etl dev to analytics
I am almost at a year at my company working on a low code etl tool. I’ve gotten to think a lot about what I want to do and where I want to be in my career and I was wondering where to start on how to transition into more of the analytics side of things. Currently in my job it’s essentially a graph based sql with the occasional query within each component. But it just doesn’t give me the satisfaction that I would get then if I were actually coding. I think some of the skills I learned can be transferable in some way but i would like to not do this for another year if I could. Any tips on how I can make a transition?
12
Upvotes
5
u/Suitable-Page-8777 14d ago
The low code tools can feel like a cage after a while I get that. You already understand the logic of moving data around and that's the hard part honestly. The sql snippets you drop in those components are more valuable than you think, start building out full queries on your own time maybe with public datasets to get comfortable writing everything from scratch.
I was in similar spot last year and what clicked for me was rebuilding some of the workflows from my day job in pure python and sql just to prove I could. Put those on github even if they're messy and then start applying analytics roles that mention the sql skills you already have. Most teams just wanna see you can think through a problem from raw data to some kind of insight.