Beyond Bronze Silver & Gold: How to organize a Databricks Unity Catalog

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 11

  • @vasaicrow8706
    @vasaicrow8706 3 місяці тому

    Great video, I was looking for this!

  • @podawe8051
    @podawe8051 6 місяців тому +1

    Great video and explanation. Thank you!

  • @i3bdallah
    @i3bdallah 8 місяців тому

    Thank you Ike, this makes sense and it was very helpful .. keep posting!

  • @deepthikasibhotla9813
    @deepthikasibhotla9813 2 місяці тому

    Hi , this is an amazing tutorial, thanks for that. need a suggestion. If I want to create three layers - bronze, silver and gold - should these layers be at catalog level or schema level?

    • @Ike_Ellis
      @Ike_Ellis  2 місяці тому

      I prefer having it at the catalog level and prefixed with the environment. For instance, dev_bronze, test_bronze, prod_bronze. Then underneath the correct environment, you'd have a schema for each data source. So the catalog would be prod_bronze and the schema would be salesforce, dynamics, workday, oracle_erp, etc.

  • @joggyjames
    @joggyjames 7 місяців тому +1

    great video, very helpful

  • @LMGaming0
    @LMGaming0 6 місяців тому

    Interesting video, thanks UA-cam suggestion!

  • @corybeyer1
    @corybeyer1 7 місяців тому +1

    Underdiscussed topic. Could you elaborate on the storage layer? How do you create separation in storage containers?

    • @Ike_Ellis
      @Ike_Ellis  6 місяців тому +1

      I have a video on very close to this topic that might help you: ua-cam.com/video/z9L7rNtKjCg/v-deo.html

  • @leeotofanelli
    @leeotofanelli 6 місяців тому

    What about updated rows? If I have a transaction or a customer that was updated in the source. What do you suggest? I keep all the historical on the silver layer, to create a SCD in my gold dim_customer, for example?