HiI don't want any ipynb notebooks in the project I manage. I don't want any 'output' committed into our repo. I don't like to run diff tools on the ipynb notebooks. etc. I want every user in my workspaces to use simple .py files. They are easier to ...
Hello Databricks Community,I'm encountering an issue related to Python paths when working with notebooks in Databricks. I have a following structure in my project:my_notebooks
- my_notebook.py
/my_package
- __init__.py
- hello.py
databricks.yml...
My comment above comes from June. In July I also discovered the approach with the `serialized_dashboard` and I have been successfully using it since then.I agree that it seems ugly (especially git diffs look horrible) but it does its job.I generate t...
Hi @drag7ter ,I have the same problem on my project - the "catalog" part of the table location must be dynamic. @Alberto_Umana 's answer obviously does not work.Were you able to find any workaround for this? My workaround is to create two different v...