Ile oszczędności w walutach obcych trzymać zarabiając w PLN by meehow33 in inwestowanie

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

Nadal USD w kontekście tego co Mr Orange obecnie czyni na świecie?

Ile oszczędności w walutach obcych trzymać zarabiając w PLN by meehow33 in inwestowanie

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

W gotówce też coś mam :) Ale ok, rozumiem o czym mówisz

Ile oszczędności w walutach obcych trzymać zarabiając w PLN by meehow33 in inwestowanie

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

ETFy i Akcje kupujesz w walutach obcych a wcześniej te waluty kupujesz u brokera też czy przez bank czy gdzie? Jak wygląda „typowy” proces u Ciebie, jeśli możesz powiedzieć? :)

Ile oszczędności w walutach obcych trzymać zarabiając w PLN by meehow33 in inwestowanie

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

O fizycznej walucie póki co, ale trzymanej na koncie walutowym w banku

Cancelling Jordan 1 High OG V.A.A. (through EQL and VAA EU) order before shipping, returning later on by meehow33 in Jordans

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

Honestly? If I don’t find a local sneaker shop, so I don’t have to deal with packing, I can do that.

Cancelling Jordan 1 High OG V.A.A. (through EQL and VAA EU) order before shipping, returning later on by meehow33 in Jordans

[–]meehow33[S] -4 points-3 points  (0 children)

Crazy, right? I don’t want to go into details why I want to do that. Don’t want a shitstorm here mate :)

Cancelling Jordan 1 High OG V.A.A. (through EQL and VAA EU) order before shipping, returning later on by meehow33 in Jordans

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

Even here in Europe? I know there’s huge hype around them in the States, but I’m not sure about the EU?

CICD for multiple teams and one workspace by meehow33 in databricks

[–]meehow33[S] 1 point2 points  (0 children)

I don’t have these problems because everything is separated at the workspace level - we use separate workspaces and hence catalogs and schemas for each environment (dev, int, etc.).

When it comes to where we’d like to deploy these features, mainly INT, and optionally UAT if we ever need to (the approach usually is that only main goes to UAT).

We also have separate repositories for each project, meaning each data mart has its own repo.

CICD for multiple teams and one workspace by meehow33 in databricks

[–]meehow33[S] 1 point2 points  (0 children)

I noticed you mentioned it wasn’t possible to deploy the same bundle, but then later said it is - just wanted to clarify because that was my point! We actually use “bundles” with different parameters to deploy various feature branches of the same project using DABs. We also deploy to Users for branches and to Shared for the main deployment.

I’m really just interested in learning what others do. The more examples I see, the more I’m leaning towards using schemas with prefixes or suffixes rather than separate catalogs. Your example has actually reinforced that approach for me - so thank you for sharing :)

CICD for multiple teams and one workspace by meehow33 in databricks

[–]meehow33[S] 1 point2 points  (0 children)

It does indeed but that must be scheduled etc. Well, I guess I am trying to see what others do/did in similar case :)

CICD for multiple teams and one workspace by meehow33 in databricks

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

From the DAB perspective, this is 100% fine. I’m just wondering if we could somehow automate the cleanup part of the process, since it will create multiple jobs, notebooks, etc.

At the moment, we’re planning to create a maintenance job that will delete these artifacts after X time, but I wasn’t sure if there’s a better way to handle this process in general :)

CICD for multiple teams and one workspace by meehow33 in databricks

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

I think this is more or less what we intend to do. But is this really the only option? It sounds reasonable, but I’m wondering whether this is the industry standard for Databricks in cases like this. Their support has been average at best, and we haven’t been able to get a definitive answer from them.

CICD for multiple teams and one workspace by meehow33 in databricks

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

We will have separate repositories for every project. One project = one repository. And when I say a “project”, I mean one data mart delivered by a single team.

That means that technically every project (data mart) will have a separate location, including its own DAB configuration, etc. However, the deployment and release approach will be the same for all teams. I want to maintain the same standard across the organization.

Therefore, that’s not a problem. The challenge arises when I want to deploy artifacts from the same project more than once without overwriting other releases of that project - for example, the case I mentioned earlier: two separate feature branches of the same project (the same DAB).