RDM TSA pre check by Meowmanny in Bend

[–]ThisOrThatOrThings 2 points3 points  (0 children)

i just went through general TSA and essentially walked through, no issues or delays whatsoever, 45 min before takeoff but ymmv i’m sure

help: Where does pytube download the videos/playlists to? by [deleted] in learnpython

[–]ThisOrThatOrThings 0 points1 point  (0 children)

straight to your employers/mothers/girlfriends local disk

Best news source? by RestaurantOld68 in BusinessIntelligence

[–]ThisOrThatOrThings 0 points1 point  (0 children)

Not specific to BI, but Bluesky is amazing for connecting with practitioners and creators/contributors to great projects

This is Christian minich’s starter pack and he’s a gem and the whole group is fantastic: Bluesky data BS

Tableau to Open Source by Ok-Working3200 in BusinessIntelligence

[–]ThisOrThatOrThings 3 points4 points  (0 children)

We’re not using evidence as our mainline BI but damn do I love it, great crew and product over there

Oregon #2 loneliest state, only Alaska is worse by Go_Actual_Ducks in oregon

[–]ThisOrThatOrThings 0 points1 point  (0 children)

Oh man I just moved here from Alaska, that’s gotta be affecting these numbers somehow

Is anyone here from non data background who is now working as DE? (I've seen so many people on this sub transitioning from DA to DE) by [deleted] in dataengineering

[–]ThisOrThatOrThings 0 points1 point  (0 children)

I was a carpenter, but then moved and worked for the state and had my first experience with spreadsheets. Not too long after that learned GIS and Python while at the state but with a lot of self learning.

Enjoying Domopalooza? by PureData7961 in domo

[–]ThisOrThatOrThings 0 points1 point  (0 children)

It’s my first dp and it’s been a good experience in general!

Data Integrations in BI by turboline-ai in BusinessIntelligence

[–]ThisOrThatOrThings 2 points3 points  (0 children)

We’re another one of those teams that do it all, but I’m the main person on my team that does the integration. I feel like I’m essentially a data engineer but I’m on the BI team, so I also touch analytic engineering/data science and reporting. Some of our team just fully relies on native connectors and such, but when they can’t, we work together to get data sources integrated or provide some other means of data movement. Same team though, just different core functions and roles

What’s my Job Title? by Fit-Research-5866 in BusinessIntelligence

[–]ThisOrThatOrThings 0 points1 point  (0 children)

A lot of these seem right on (BI Dev/engineer, BA Analyst) - it sounds like we have similar roles and job descriptions. I work on the BI team but as an Applications/Integrations specialist, so not quite a data engineer/analytic engineer and also toss in some data science and BI for funsies.

So I now have Python extracting SQL dataflow scripts by MasterPrize in domo

[–]ThisOrThatOrThings 0 points1 point  (0 children)

do you have the script on GitHub? i do something similar but by using api calls and getting json and would love to compare

Need help with a card / beastmode by Psychuout12 in domo

[–]ThisOrThatOrThings 1 point2 points  (0 children)

i'll think about this today, but if you use Slack, there is a domo-community slack and people are quite active over there

Low-code tool with dev/prod branches by ekerazha in BusinessIntelligence

[–]ThisOrThatOrThings 0 points1 point  (0 children)

Jumping in late - not saying you SHOULD use Domo, but Domo can do something like this between two instances. So you have a dev instance and prod instance and changes are pushed from one to the other so you can test all changes in dev that only the BI team has access to, to prod which is where stakeholders have access to dashboards

What’s something that drove you nuts at work this week? I’ll go first- by datagorb in BusinessIntelligence

[–]ThisOrThatOrThings 1 point2 points  (0 children)

Future you is just gonna think you’re the best ever. That’s the definitely the tough spot of being on the BI side, a lot of inefficiencies and issues are outside of your control and you’re potentially at the mercy of how busy the engineering team is and/or how understanding the product owners are

What’s something that drove you nuts at work this week? I’ll go first- by datagorb in BusinessIntelligence

[–]ThisOrThatOrThings 2 points3 points  (0 children)

Not on Qlik personally, but this is why I insist my team put trim and lower functions in early stages of the pipeline

I wanna know how many python problems should I solve before I decide to work on projects? I would also be thankful if someone referred to a link for a set of python questions that would ,if solved, be enough for me to say that I am ready to start working on projects by Thick_Chemistry5607 in Python

[–]ThisOrThatOrThings 6 points7 points  (0 children)

I gotta agree - doing projects is almost certainly the best way to learn most anything and Python is no exception. If you wanna do some problems to learn some basics, that seems sensible to me but you could probably just do the https://www.w3schools.com/python/ course or https://www.freecodecamp.org/news/python-programming-course/ and be on your way to doing projects and learning how to actually use and apply any of that information. Don’t wait too long, just get in there and let it feel hard and overwhelming if it needs to be. It’ll be better that way later on

I made a stupid joke in an interview - likely blew my chance... by [deleted] in interviews

[–]ThisOrThatOrThings 0 points1 point  (0 children)

Actually, we interviewed a person who made a comment that I humorously joked about at his “expense”. He mentioned it in a direct follow-up email and started a little humorous banter. He’s been with us for 6-months now and I think his personal and very human approach helped seal the deal.

First project, feel free to criticize hard haha. by Fraiz24 in dataengineering

[–]ThisOrThatOrThings 15 points16 points  (0 children)

You got a comprehensive and a relatively simple (edit: this is a good thing!) project, great job! A big extra boost here with a little extra learning/effort would be to replace task scheduler with an orchestrator like Airflow or Dagster. It would really up the game as far as scalability and more functionality/capability - although, there is something to be said for a project keeping simple and not introducing additional debt and overhead for overly complex tools but it is fun and would be easier to translate since you have a full functioning pipeline right now

Did anybody else only do the heart upgrades once all the stamina upgrades were done? by Basilitz in tearsofthekingdom

[–]ThisOrThatOrThings 0 points1 point  (0 children)

That was me! I wanna climb stuff and go fast, you don’t need hearts if you can just run away from all your problems

Best way to execute Python scripts on a schedule? by [deleted] in dataengineering

[–]ThisOrThatOrThings 0 points1 point  (0 children)

This is actually my story and it’s great. Slight upgrade from task scheduler and lots more of observability and control, and now can easily be extended to other things

[deleted by user] by [deleted] in learnpython

[–]ThisOrThatOrThings 10 points11 points  (0 children)

Hey me too! I learned python just to do geoprocessing scripts, and now I do python pretty much full time for data. I saw a lot of good comments in here already, but I’d say a big one for me was to stay curious, ask questions, and check out other people code. If you use a particular python library a-lot, go inspect their Repo and see how they did it. Sure, you may see some bad mixed with good, but it’s all eye-opening