How to deploy Databricks Asset Bundle Projects

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

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

  • @usmanrahat2913
    @usmanrahat2913 3 месяца назад +1

    Very useful video particularly around Databricks Rest Api.
    Thanks

  • @szymondybczak7336
    @szymondybczak7336 4 месяца назад +1

    Really cool video. Gave me overall understanding of DABs. Thanks!

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

      Glad you liked 👍🏻

  • @harshitgupta3706
    @harshitgupta3706 4 месяца назад +1

    Really amazing! Great demonstration.
    Can you please create a video for deploying MLops project using DAB??

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

      Not a data scientist 😀. But I am doing on building a Python Wheel and another on a GitHub Actions CI/CD

  • @kevinhertwig6104
    @kevinhertwig6104 3 месяца назад +1

    Great video. I have a question though. You said once you start using DAB, everything should be done without the UI. What if I need to write a Notebook, where do I do this? When writing this in VSCode I think I always need to submit it as a job to databricks for testing and this takes so much time. In the UI it is very fast and easy to execute cell by cell.

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

      Yes in this case for speed you can still develop using the UI and when done export the notebook and deploy in a DAB. Also you can run the notebook in VS code by attaching cluster in VS code. But still UI offers a better experience while developing.

  • @Traveling_with_Tyler
    @Traveling_with_Tyler 3 месяца назад +1

    Thank you for the content. However, databricks bundle init does not work. Error: No such command 'bundle'. Do you know why?

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

      Thanks 🙏🏻. Make sure the Databricks cli version is 0.218.0 or higher. docs.databricks.com/en/dev-tools/bundles/index.html

  • @praveenreddy177
    @praveenreddy177 Месяц назад +1

    How to remove job name [dev My_User_Name] please suggest

    • @pytalista
      @pytalista  Месяц назад +1

      If your target is in development mode it adds automatically. To remove just change to production mode.

    • @praveenreddy177
      @praveenreddy177 Месяц назад +1

      @@pytalista Thank you Sir 🙏

    • @pytalista
      @pytalista  Месяц назад

      @praveenreddy177 thanks. All good. 👍🏻

  • @deepakpatil5059
    @deepakpatil5059 3 месяца назад +1

    command "databricks bundle init" is getting failed with exit code 1. I have installed databricks cli version 0.223.0 and authentication has been done properly. Can you please suggest what could be the issue?

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

      Have you done a databricks auth profiles ? Do you get a green tick ✅?

    • @deepakpatil5059
      @deepakpatil5059 3 месяца назад +1

      @@pytalista Yes, I have used debug and I found the issue. I have used the command databricks --debug bundle init to find the issue. Then it has thrown an error to choose the profile among default and new created by providing --profile flag. Then I used the databricks --debug bundle init --profile "new profile".

    • @pytalista
      @pytalista  2 месяца назад +1

      You mean that now is working ?

    • @deepakpatil5059
      @deepakpatil5059 2 месяца назад

      @@pytalista Yes

    • @pytalista
      @pytalista  2 месяца назад

      🙌🏻👏🏻