Visual Studio Code Extension for Databricks

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

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

  • @9966989500
    @9966989500 Год назад +1

    This is the best one ... I am fed up with running Note book from browser. Need to explore more on this

  • @ibrahimkhaleelullahshaik3506
    @ibrahimkhaleelullahshaik3506 Год назад +1

    I'm unable to install that particular databricks ,says corruptziperror:central command signature not found,any help on this?

  • @alex_no_handle
    @alex_no_handle Год назад +1

    awesome content Dustin, was really helpfull for me that i'm a data eng jr, is good to know many ways to run or explore it downloading right now

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

    How do you enable intellisense?

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

    Thansk for the explanation!
    Is there any way to view exported DBC files in VS code?

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

      You should export as source files instead of dbc files if you want to view and edit in VS Code.

  • @gardnmi
    @gardnmi Год назад +2

    If your building packages then dbx is the obvious choice and without notebook support I'm not sure who this extension is intended for. Also, it's a bit surprising how featureless it is compared to the other databricks extension offered by paiqo.

    • @DustinVannoy
      @DustinVannoy  Год назад

      Thanks for sharing your thoughts and calling out other options people can try. I see value in running PySpark code that are not notebooks in interactive mode with this extension. Packaging up the code and installing each time was a pain which is where databricks-connect was helpful. Once all the tests check out then committing and deploying would be a final step, ideally. And notebooks can be run they are just run as workflows. I am not sure if there is a good way to render the notebooks how VS Code renders .ipynb files since I usually do notebook development in the browser and Python/PySpark development in an IDE.

  • @jyothsnareddy9689
    @jyothsnareddy9689 Год назад

    Hi, thank you so much . This helped me a lot! But can this code be deployed and run on cluster?

    • @DustinVannoy
      @DustinVannoy  Год назад

      When you kick off from VS Code extension it runs against the interactive cluster you set, and you can run as a workflow so its easy to see it from the workspace. DBX is still an option for configuring jobs (with job compute) and deploying from local.

  • @jasonweng2659
    @jasonweng2659 Год назад

    Great video! Is there any way we can run notebooks specific cell so that we don’t have to rerun something over and over? Thanks!

    • @DustinVannoy
      @DustinVannoy  Год назад

      The extension doesn't support that in the versions I have tested.

  • @CodeCraft-ve8bo
    @CodeCraft-ve8bo Год назад

    Can we use it for AWs databricks as well?

  • @RajanieshKaushikk
    @RajanieshKaushikk Год назад

    Very nice explanation and Video

  • @brandonvolesky9867
    @brandonvolesky9867 Год назад

    How does one debug when running from databricks using dbx?

    • @DustinVannoy
      @DustinVannoy  Год назад

      Databricks Connect v2 just became public preview and that is my preference for debugging code running on Databricks from local IDE. I have some other items to focus on but may come back with a better explanation of the role VS Code extension, DBX and Databricks Connect play in development. They compliment each other well.

    • @UltimaWeaponz
      @UltimaWeaponz Год назад

      @@DustinVannoy Hi, we are currently considering these options in my team atm. Specifically we are looking for the ability to degun on the DB cluster while inside VSCode. The extension is a limitation bc of its dependency on Unity Catalog. Did you end up releasing this video? Would be interesting to see your take on the 3 tools.

  • @jaikermontoya8891
    @jaikermontoya8891 Год назад

    Thank you !!!. So helpfull