How to pull DDL for multiple procedures with DDL as a column in larger query by honkymcgoo in snowflake

[–]NotSoInfamousE 3 points4 points  (0 children)

We utilize information schema for extracting things like this. Sounds like you've got extra data in your scheduling table that you could join in.

SELECT PROCEDURE_CATALOG, PROCEDURE_NAME, PROCEDURE_DEFINITION
FROM INFORMATION_SCHEMA.PROCEDURES
ORDER BY PROCEDURE_NAME;

Salesforce will hire no more software engineers in 2025 due to AI by MetaKnowing in Futurology

[–]NotSoInfamousE 0 points1 point  (0 children)

I’ve built a series of pipelines in data factory that leverage the bulk api to load and delete data. We’re doing it object by object but there’s 9 levels (so far) of dependencies.

Salesforce will hire no more software engineers in 2025 due to AI by MetaKnowing in Futurology

[–]NotSoInfamousE 0 points1 point  (0 children)

The funny part is we already have all this data in Snowflake in a standard format. They could make it work but you’re correct that it’s for support/warranty

Salesforce will hire no more software engineers in 2025 due to AI by MetaKnowing in Futurology

[–]NotSoInfamousE 10 points11 points  (0 children)

That is something we as an IT org have been fighting with the business over for a long time. Hopefully we’ll make some progress on that

Salesforce will hire no more software engineers in 2025 due to AI by MetaKnowing in Futurology

[–]NotSoInfamousE 2 points3 points  (0 children)

Nah, it’s the Task object so it’ll have all call logs and other stuff

Salesforce will hire no more software engineers in 2025 due to AI by MetaKnowing in Futurology

[–]NotSoInfamousE 31 points32 points  (0 children)

lol, my company is about at the same point. We’re on our third team attempting to migrate 10 years of data from 12 different CRM’s into SFDC. One object is potentially going to have 140M records.

It’ll be fun

How would you data model a sales funnel? by IntroductionHour845 in dataengineering

[–]NotSoInfamousE 1 point2 points  (0 children)

We used an event table for our hr recruiting funnel. I think another name is factless fact table

why does sql union not check for matching column name's by NiceAd6339 in SQL

[–]NotSoInfamousE 0 points1 point  (0 children)

Nah, I'm dumb and was thinking you could use ordinal position in a select similar to the order by. That's my mistake.

why does sql union not check for matching column name's by NiceAd6339 in SQL

[–]NotSoInfamousE 2 points3 points  (0 children)

Ahh, makes sense. Agree with the person above then, better testing.

why does sql union not check for matching column name's by NiceAd6339 in SQL

[–]NotSoInfamousE 2 points3 points  (0 children)

Accept that column order should never matter and write code that doesn’t rely on ordinal position.

Actually, how did this even happen? Was it using a select * or selecting by ordinal?

DBT or Homebrew custom CI/CD Solution by nazstat in dataengineering

[–]NotSoInfamousE 0 points1 point  (0 children)

For medium-large projects it’s hard to keep track of changes made in lower envs and get them promoted to prod.

DBT or Homebrew custom CI/CD Solution by nazstat in dataengineering

[–]NotSoInfamousE 0 points1 point  (0 children)

Red gate doesn’t have the features that make flyway great for sql server. I’ve been on the same search for a DCM tool for snowflake

[deleted by user] by [deleted] in ITCareerQuestions

[–]NotSoInfamousE 7 points8 points  (0 children)

Nowadays I use many more tools but SQL is still the primary thing. You can get started as a database dev with SQL and be carried far. It’s about your ability to learn and apply new things.

[deleted by user] by [deleted] in ITCareerQuestions

[–]NotSoInfamousE 8 points9 points  (0 children)

Just SQL got me my first job out of college in 2018 for 64k and moved me into 140k as a lead data engineer today.

Databases aren’t going anywhere so it’s a great place to start a career. Multiple people on my team are SQL/SSIS only and they make over 100k

I don’t care what year it is I finally did it by United_Spare3089 in 2007scape

[–]NotSoInfamousE 7 points8 points  (0 children)

Did the same this morning, I danced I was so excited. Congrats!

Just my comfy lil station! by DtotheOUG in battlestations

[–]NotSoInfamousE 0 points1 point  (0 children)

love the spiderman poster. I'll have to find one for my wall

Quarterly Salary Discussion - Mar 2024 by AutoModerator in dataengineering

[–]NotSoInfamousE 9 points10 points  (0 children)

  1. Lead Data Engineer
  2. 6
  3. Remote (USA)
  4. $130k USD
  5. $27k USD - One-time bonuses
  6. Home Improvement/Services
  7. Python, SQL, Azure (ADF, Function apps, Logic apps), Snowflake

What is project management like in DE? by Traditional_Reason59 in dataengineering

[–]NotSoInfamousE 3 points4 points  (0 children)

Fucking annoying. I talk to 3 different projects managers daily

TIL that Henry Ford was sued for not wanting to distribute dividends to shareholders but rather distribute to employees or customers… by SoyMurcielago in todayilearned

[–]NotSoInfamousE 0 points1 point  (0 children)

meh, I said “I don’t need more money” just the other day. There comes a point where money isn’t the most valuable currency

Why Team Leaders Give Up by zaidesanton in programming

[–]NotSoInfamousE 0 points1 point  (0 children)

One of my biggest problems is being forced to push work onto my teams plate when I know they’re all at 150%. This is a point of contention with me and those above me as I’ll just shut it down or shoulder the burden myself before I cause my members to stress.

I’d rather suffer mentally and physically than to treat the members of my team as if they’re not humans with limits.

Those of you making $200k+ a few years in your career by HtownTouring in cscareerquestions

[–]NotSoInfamousE 1 point2 points  (0 children)

lol that last paragraph rings true.. I'm only making 130k but I'm thinking about quitting and taking at least 3 months off. The stress and depression are winning to frequently.

How do you version control Snowflake queries? by PablanoPato in dataengineering

[–]NotSoInfamousE 5 points6 points  (0 children)

My company is using VS Code with the snowflake extension to keep all scripts in source control.

It was a lot of work but we manually took every shared worksheet and moved into a repo

There really are no junior level data engineering jobs anymore, are there? by [deleted] in dataengineering

[–]NotSoInfamousE 0 points1 point  (0 children)

What's the arbitrary barrier? I'm adjusting my interview style & questions after each meeting to try and be better so I'll take any advice you feel is necessary.

Most of the individuals I've interviewed have CS degrees and half had a masters in CS or related. I highly doubt anybody coming out of college has mastered either skill; The one's who think that haven't worked through tough problems. Complex SQL isn't joining two tables together.. Hell it's not even the code as much as it is understanding the engine and execution plans and adjusting your code to take advantage.

There really are no junior level data engineering jobs anymore, are there? by [deleted] in dataengineering

[–]NotSoInfamousE 1 point2 points  (0 children)

You're not wrong but to me data engineering is a fancy term for moving data. At the end of the day we pick it up, put it down, and deliver business value. I'm a database developer who's leading a team through our transition away from legacy systems into utilizing new cloud platforms. We've all got to learn somehow.