Hello databricks team I am unable to access this URL, but I can see some discription available. I tried to search for this to solve a case but unable to open it. https://docs.databricks.com/_extras/notebooks/source/kb/clusters/event-log-replay.html h...
ERROR: DeltaVersionsNotContiguousException: Versions (0, 2) are not contiguous. This can happen when files have been manually removed from the Delta log. Please contact Databricks support to repair the table.Cause of the error: You are getting this e...
Hello everyone!I need some help, unable to get cluster up and running. I did try creating classic compute but fails, is there any limit to use databricks community edition? Error here: {
"reason": {
"code": "CONTAINER_LAUNCH_FAILURE",
"type...
After creating a new workspace, if you come across Failed to get instance bootstrap steps from the Databricks Control Plane. Please check that instances have connectivity to the Databricks Control Plane.
Instance bootstrap inferred timeout reason: Ge...
Hello databricks teamcan you please make me understand the search bar on community portal doesnt show results. is it for me or for everyone?Also this portal needs good updates.
Hello @HoussemBL As far I know, there is no direct syntax or configuration option within the bundle YAML (e.g., under permissions, workspace, or any other top-level key) to set permissions on workspace folders, directories, or the root_path itself. T...
Hello @alexbush-mas Good day!! Unioning the streams is the standard method for feeding multiple input streams into a single transformWithStateInPandas operation for custom stream-stream joins, so your intuition is correct. After grouping the input by...
Hello @Rajasaiharish Thats expected behaviour so if you run DESCRIBE EXTENDED tableb; you might see that it could point the same location as tablea. we are just renaming not changing the location right?
As per the document which is new: https://learn.microsoft.com/en-us/azure/databricks/dev-tools/databricks-apps/auth#app-authorization GRANT CAN USE ON APP `django-poc` TO `data_scientists`; should have worked! not sure what it is.