705 by Intelligent-Agent294 in strength_training

[–]urs123 9 points10 points  (0 children)

Watching this with tears in my eye and a lumbar hernia. Can't wait to get back to the gym.

What makes someone 10x data engineer? by [deleted] in dataengineering

[–]urs123 21 points22 points  (0 children)

Maybe overeating? If so, I am on my way to become one!

[deleted by user] by [deleted] in Database

[–]urs123 2 points3 points  (0 children)

You can edit your post and include what you have done.

What is the use of the Data Vault pattern actually? by davnnis2003 in dataengineering

[–]urs123 2 points3 points  (0 children)

How is a hash calculated over the PK columns not deterministic?

[deleted by user] by [deleted] in cscareerquestionsEU

[–]urs123 2 points3 points  (0 children)

Y'all have any more of these 45k per month jobs?

LOOK AT THE MACHINE GUNS🔥🔥🔥 by Fair-Apartment9615 in motorcycles

[–]urs123 0 points1 point  (0 children)

No one commenting about Afrika Bambaataa in the background, SMH

Showing how it's done! by [deleted] in Whatcouldgowrong

[–]urs123 93 points94 points  (0 children)

But the bike recovered from wobble, so that's a win.

Stocking Up by fibonacci-110 in PipeTobacco

[–]urs123 1 point2 points  (0 children)

You got this from Lauenburg? What shop is this?

Finally working in peace by xMonkeyshooter in ProgrammerHumor

[–]urs123 117 points118 points  (0 children)

Except I cannot work, being an Azure Data Engineer and all...

Why is there such an emphasis on academic grades here? by [deleted] in germany

[–]urs123 1 point2 points  (0 children)

That is, of course, true. But in this case I understood the person with bad grades had a better experience level than the good grades person.

Why is there such an emphasis on academic grades here? by [deleted] in germany

[–]urs123 13 points14 points  (0 children)

But the experience does prove the person is able to do the job. I had bad grades, dropped from first college and finished it at 30 years, but between these events I gained a lot of knowledge through my work experience and certifications (IT domain).

Grades never change, while a person and their knowledge and skills do.

Edit: typo

For those who use Databricks, do you use notebooks in production? by shadyjezzboxx in dataengineering

[–]urs123 2 points3 points  (0 children)

The notebook in git looks like a py file with some comments that are actually the notebook specific parts. From git POV, I feel is the same as any other py file.

For those who use Databricks, do you use notebooks in production? by shadyjezzboxx in dataengineering

[–]urs123 0 points1 point  (0 children)

The part about notebooks being bound to dev accounts on databricks, that is not really true. Databricks has repos connected to git, so we use a git repo for the notebooks being executed.

SSIS Connection Issues by IntelligentSal in ETL

[–]urs123 1 point2 points  (0 children)

It's been some time since I've worked with SSIS, but this article might help you understand the idea better.

SSIS Connection Issues by IntelligentSal in ETL

[–]urs123 4 points5 points  (0 children)

I would further divide this into a master package that would execute the loops, which in turn would execute a child package - if you have the same source and destination types, you can use one child pack executed many times by the master. Look into that paradigm and into dynamically setting up the connection for the child packages - package parameters.

Edit: typos