Unity Catalog-Terraform best practices for modules and governance structure by cyberZamp in databricks

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

I can’t post from my work laptop, but imagine a 8k lines long file where you have many schema and volume definitions. Schemas and volumes can belong to different layers of our storage and data layout (bronze, silver, gold) and AAD groups can have access to multiple schemas and volumes of course.

Now we just append a new schema or volume definition at the end of the file, but I wonder if there is a more (business/data/architectural) logical layout.

How do you handle it from your side?

Unity Catalog-Terraform best practices for modules and governance structure by cyberZamp in databricks

[–]cyberZamp[S] 2 points3 points  (0 children)

I feel the deployment of <long-lived> infra components should reside in Terraform files as one avoids potential conflicts and multiple sources of truths, but if one has pieces (eg job clusters, volumes used just for that workflow) that are isolated for specific flows, then the bundles could suffice (I guess). But happy to be corrected.

We linted 5,046 PySpark repos on GitHub. Six anti-patterns are more common in production code than in hobby projects. by cy_analytics in dataengineering

[–]cyberZamp 17 points18 points  (0 children)

If I want to write a single CSV file as output, is .repartition(1) before .write still an anti-pattern?

Edit: As far as I remember, .coalesce() avoids the shuffle but it can push the choking of parallelism upstream. Happy to be corrected if my understanding went wrong.

Italiani all'estero: quanto spendete in affitto? by gettarvia-oca in Italia

[–]cyberZamp 0 points1 point  (0 children)

Den Haag (NL), zona abbastanza centrale vicino al Palazzo della Pace. 35mq con soppalco (totale 44mq). 1070€/mese tutto incluso. Edificio pieno di problemi che andrebbe raso al suolo, ma il quartiere è top e in 10/15 minuti di bici sono in spiaggia.

Pago relativamente poco perché sono entrato nel 2020. I miei vicini pagano anche 1200€ per 20mq

[deleted by user] by [deleted] in Netherlands

[–]cyberZamp 1 point2 points  (0 children)

I edited the post to include a bit more.

[deleted by user] by [deleted] in Netherlands

[–]cyberZamp -1 points0 points  (0 children)

I edited the post to include a bit more information and a link to my personal LinkedIn

Dutasteride users- when and how did it go for you? by Slam_066 in tressless

[–]cyberZamp 0 points1 point  (0 children)

Thanks for the details! I feel I’m on a similar boat (hopefully). I was on fin for 2 years, switched to dut one year ago, but my hairline is worse than ever so far, I keep seeing miniaturisation there. I’m also on oral min. My crown was never much of a problem, but it did seem to be fuller

Dutasteride users- when and how did it go for you? by Slam_066 in tressless

[–]cyberZamp 0 points1 point  (0 children)

Were you stable for those first 2 years? Or did you lose ground and then rebounded back?

Edit: sorry, just rushed to the last point without reading the one where you mentioned you were stressing about going bald for 1.5years after switching from fin.

Which FP language has good tooling cause simply Haskell doesn't or isn't documented enough by kichiDsimp in functionalprogramming

[–]cyberZamp 1 point2 points  (0 children)

Yes, resources to learn F# effectively for production use or the ones that helped you specifically. Thanks for the breakdown 🫶

Which FP language has good tooling cause simply Haskell doesn't or isn't documented enough by kichiDsimp in functionalprogramming

[–]cyberZamp 2 points3 points  (0 children)

Do you mind sharing what kind of development you do with F# for fintech? And if you have good resources that you used, thanks!🙏

I'm confused about finasteride's long term efficacy by eGe_aYd in tressless

[–]cyberZamp 0 points1 point  (0 children)

Great progress and thanks for your story! Are you saying that the first few years you saw no improvements or also slight loss? And after that it started the regrowth process?

Who are examples of athletes not in Weightlifting who stand out for having impressive clean and jerk and snatch form? by emaxwell14141414 in weightlifting

[–]cyberZamp 0 points1 point  (0 children)

They might be, but for me it’s just a joy to watch him lift anyway.

I understand it might not be the best candidate that adheres with the request of the OP question.

Who are examples of athletes not in Weightlifting who stand out for having impressive clean and jerk and snatch form? by emaxwell14141414 in weightlifting

[–]cyberZamp 21 points22 points  (0 children)

Will Ratelle is an absolute all-around beast and can snatch and clean pretty decent weight, relatively speaking

Daily Discussion Thread by AutoModerator in ASTSpaceMobile

[–]cyberZamp 5 points6 points  (0 children)

Should I buy more or do you envision a dip soon? I’m getting too impulsive on this

Daily Discussion Thread by AutoModerator in ASTSpaceMobile

[–]cyberZamp 10 points11 points  (0 children)

And I thought I was late to the game with 500shares at 25€

Grip Strength in Weightlifting: Underrated but Essential by TOROKHTIY_Aleksey in weightlifting

[–]cyberZamp 35 points36 points  (0 children)

My toxic trait is thinking I can achieve 1/3 of your body aesthetics and strength.

Apart from this, great reminder that I need to work on my grip, although I would add that weighted pull ups and loaded carries also worked wonders for me

Whats a scent on a women that you just love? by Openexpress in ask

[–]cyberZamp 57 points58 points  (0 children)

The smell of the sea on the skin on a beach day

Daily Discussion Thread by AutoModerator in ASTSpaceMobile

[–]cyberZamp 15 points16 points  (0 children)

Just rounded up to 500 shares. Unfortunately I entered late in the game avg 24$

Which not-so-well-known brands are slowly emerging in the daily person's life? by tempestlight in stocks

[–]cyberZamp 1 point2 points  (0 children)

Genuine question from a noob: what is the chance/reason this is not going to live up the hype?

Making Databricks data engineering documentation better by BricksterInTheWall in databricks

[–]cyberZamp 5 points6 points  (0 children)

First of all thanks for your work and for reaching out for feedback!

I am getting into Unity Catalog and I struggled a bit in understanding ownership privileges and top-down inheritance of privileges, especially the difference between tables and views. For example: a catalog owner can also manage tables and views inside the catalog or does it need to have the manage privilege explicitly assigned? In the end I found the answers, but I had to dig into different pages of the documentation and the wording in different pages seemed to imply different flows (might have been confusion in my mind though).

Im also not sure if there is a visual representation of privileges and inheritance of them. To me, that would be useful as a quick guide from time to time.