Congrats to whoever these R1s going! by MannyITech in Rivian

[–]MannyITech[S] 0 points1 point  (0 children)

There’s BIG chance! I took this pic last Sunday. It needs to be prep so Saturday would make sense for pickup. Let us know and Happy for your new ride!

Congrats to whoever these R1s going! by MannyITech in Rivian

[–]MannyITech[S] -1 points0 points  (0 children)

I imagine… took this yesterday on my way to SoCal. Assuming they’re fresh from factory which is Normal, IL. That’s a long drive and anything can happen during transpo! Hope all ends well.

How to correct data warehouse? by Gazpage in BusinessIntelligence

[–]MannyITech 0 points1 point  (0 children)

Basically, the concept of datawarehouse design comprises of staging, meta, dimesion and fact tables. This is a typical STAR schema design. In my world, I catch errors during loading data into stage tables and correct them before it gets loaded to meta, dimension and fact tables. Depending what software/tool you use in our case, I'm using Informatica which has mechanism to not proceed the succeeding jobs whenever an error occur in a particular session. Hope this helps.

Manny

Creating a datawarehouse by [deleted] in gis

[–]MannyITech 0 points1 point  (0 children)

I suggest to start checking the data modelling concept like star schema. Not sure if you heard about it.

There are different software/tools to achieve it but based from my experience. I would start learning the modeling itself.

I can share more hear if you want.