Hello,Is it possible to move in another resource group the databricks service without any problem?I have a resource group where there are two workspaces the prod and staging environment, I created another resource group to maintain only the databrick...
Hello Community, I want to pass parameters to my Databricks job through the DABs CLI. Specifically, I'd like to be able to run a job with parameters directly using the command: databricks bundle run -t prod --params [for example: table_name="client"...
Hello community,I deployed one month ago a resource group with a particular name, where inside there are two databricks workspaces deployed. Is it possible to rename the resource group without any problem? Or do I need to move the existed dbws to a n...
Hello community, I want to understand if it is possible to use Databricks Connect inside VSCode IDE to interact with Notebooks in local interactively like in Databricks Notebook, Is it possible? Because now I can only use the cluster and wait after t...
Hello community,I got this error, I created a new recipient grant the share data and created a share data with the catalog, how can I proceed in the interested catalog, where do I need to assign USE_PROVIDER?
Hi @szymon_dybczak,Yes, the settings and creation are handled in Terraform.We are using UC while leaving Databricks to manage the UC metastore, so the tables are managed. (Is this something we need to handle on our side?)For table creation, I’ve set ...
Hi szy,you give me a bad news.. but it's the right question.. I need to plan the migration of the databricks workspace in another resource group, my catalog-data are inserted in external locations. How can I "migrate" the creation of the workspace in...
Hi, Thanks for your answer, actually I wrote a piece of code like: from databricks.connect import DatabricksSession
spark = DatabricksSession.builder.getOrCreate() But I still have this error: ImportError: cannot import name 'AnalyzeArgument' from...