Snowflake BUILD | The Future Of DevOps With Snowflake

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024
  • НаукаНаука

Комментарии • 15

  • @FrankFortunato-l5g
    @FrankFortunato-l5g 9 месяцев назад +9

    Any chance you can make that repo publicly available?

  • @davemeech
    @davemeech 10 месяцев назад +3

    I just finished listening to this passively, and I'm now excited to deep dive into this further later. Just onboarding to Snowflake as of recently, and was a bit disconcerted to see most DCM implementations be imperative. I am happy that it was acknowledged in this video and that Snowflake is going to be offering a native declarative solution!

  • @JoshuaSmith-m1d
    @JoshuaSmith-m1d 2 месяца назад

    Mind Blown!!!! I just checked today, 2024-08-20, and it looks like all of these are at least in public preview! Wow. I'd better get cracking on some DB pipelines!

  • @ankitsrivastava948
    @ankitsrivastava948 9 месяцев назад +2

    This looks great @JeremiahHansen-Snowflake Would you please help me with below though? 1) Does this also provide the concept of Change Tracking Table similar to provided by SchemaChange?
    2) In your opinion can this be used for Role Privileges Management?
    3) In what ways this would prove beneficial over Terraform?

  • @AilawadiSameer
    @AilawadiSameer 9 месяцев назад +2

    This is a great video. Would you be able to share the code?

  • @kevinmarti2099
    @kevinmarti2099 5 месяцев назад

    When will create or alter be in GA and how will it impact the change of large snowflake setups?

  • @smalinowski
    @smalinowski 4 месяца назад

    How to rename column or change column type in declarative approach? 🤔 It looks cool at first sight but it is not flexible compared to imperative approaches, where detailed control over the execution order and specific operations is sometimes necessary.

  • @AilawadiSameer
    @AilawadiSameer 9 месяцев назад +1

    I do get a message "Git Repository is not supported" when trying to create one? Is there any pre-requisites to start using the feature?

    • @JeremiahHansen-Snowflake
      @JeremiahHansen-Snowflake 9 месяцев назад

      Yep, it's still a PrPr feature. So please work with your account team to get it enabled.

  • @SonPhan1
    @SonPhan1 3 месяца назад

    will this work with azure devops git repos?

  • @emanueol
    @emanueol 10 месяцев назад

    great 😊i wonder how column type changes handled

    • @JeremiahHansen-Snowflake
      @JeremiahHansen-Snowflake 9 месяцев назад +1

      Hey there @emanueol, our new declarative DCM capabilities are going to be a game changer! To answer your question, the ALTER capability of our new CREATE OR ALTER (CoA) command will be aligned with the current ALTER functionality. Meaning if don't support a change today with ALTER we won't support it with CoA. So for column type changes in particular the same limitations apply. Hope that helps!

    • @emanueol
      @emanueol 9 месяцев назад

      @@JeremiahHansen-Snowflake yes thanks, its great idea the CoA.
      How about other object types like mviews, views or dynamic tables which for now can only have new column added by fully recreating it ? not easy to add columns to mviews or dynamic tables without loosing existing materialization? anyway.. boosting CoA to other tabular objects like mviews, views or dynamic tables would be great.

    • @JeremiahHansen-Snowflake
      @JeremiahHansen-Snowflake 9 месяцев назад

      Initially we will only support the existing features/capabilities of each object, so if you can't ALTER it today you won't be able to CoA it initially. But I imagine that overtime we can work to make that better.