cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Kjetil
by Contributor
  • 2507 Views
  • 2 replies
  • 0 kudos

Feature Store UI lagging

The feature store UI is lagging (Azure Databricks). It is extremely slow to update - takes several days from creating a feature table before it appears in the UI. Anyone share the same experience?

  • 2507 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kjetil
Contributor
  • 0 kudos

Anyone having the same experience here? The UI is still extremely slow to update - it takes days before the already registered feature tables appear in the UI. It makes the UI useless for browsing features! I really hope that Databricks is looking in...

  • 0 kudos
1 More Replies
NathanL
by New Contributor II
  • 3225 Views
  • 1 replies
  • 0 kudos

How do Databricks handle the utilization of Azure Reserved Instances?

We are trying to use Azure Reserved Instances for Databricks clusters as we have some consistent workload.Does Databricks automatically select the reserved instances when they are available (assuming we keep the on-demand instance type in the cluster...

  • 3225 Views
  • 1 replies
  • 0 kudos
Archana_Mathan
by New Contributor
  • 9876 Views
  • 2 replies
  • 1 kudos

Maintaining Order Consistency: Table Creation in Databricks SQL vs. DLT Pipeline

I have a CTE table with the below names as values. My objective is to create another table by concatenating all the rows from the CTE table in ascending order, resulting in the final output sequence: "Abi, Rahul, ram, Siva". When executing the query ...

Archana_Mathan_0-1713354324971.png
  • 9876 Views
  • 2 replies
  • 1 kudos
Latest Reply
standup1
Contributor
  • 1 kudos

Hi @Archana_Mathan, did you solve this problem by any chance? I am having a similar problem maintaining the order of the dlt.Thank you,

  • 1 kudos
1 More Replies
JoaoJr
by New Contributor II
  • 1096 Views
  • 0 replies
  • 1 kudos

register for Databricks Community Edition

I've been trying to register for Databricks Community Edition for 3 days, to study the platform, but I'm experiencing an error when registering ("An error has occurred. Please try again later."). Could anyone help me, how do I register for the commun...

  • 1096 Views
  • 0 replies
  • 1 kudos
Ramonrcn
by New Contributor III
  • 2789 Views
  • 1 replies
  • 1 kudos

Resolved! Pandas .to_excel not saving to workspace

Hi!I was always able to export pandas datasets to my workspace on databricks, just like in a local machine using df.to_excel('filename', index=False).but since i got some permissions updates to some new catalogs, when i try to export a dataset using ...

  • 2789 Views
  • 1 replies
  • 1 kudos
Latest Reply
Ramonrcn
New Contributor III
  • 1 kudos

Just to update the situation, and to help anyone with the same problem in the future:What hapened was thas my cluster was updated to use Unity Catalogs, and with that i had to specify the full path to my workspace.df_pandas.to_excel('/Workspace/Users...

  • 1 kudos
tirato
by New Contributor II
  • 1722 Views
  • 1 replies
  • 1 kudos

Training/Fine-Tunning Foundation model

When I was tring ti run the dbdemos for llm-rag-fine-tuning I'm stuck on one of the first lines of code. When trying to execute the function: databricks.model.foundation_model.create(...) with the Mistral_7B_instruct_v2.0 it is failing with the follo...

  • 1722 Views
  • 1 replies
  • 1 kudos
Latest Reply
tirato
New Contributor II
  • 1 kudos

Currently using my account and the command dbutils.notebook.entry_point.getDbutils().notebook().getContext().apiUrl().get().apiToken().get() to get my current databricks token to access this function.  And my user just doesn't have admin permissions ...

  • 1 kudos
Mani2105
by New Contributor II
  • 1388 Views
  • 1 replies
  • 0 kudos

SAP Data in Databricks

Any one using SAP data to brining in to Databricks, do you directly hit SAP ODP or use any third party tool to get the data to datalake .  Thanks,

  • 1388 Views
  • 1 replies
  • 0 kudos
Latest Reply
amr
Databricks Employee
  • 0 kudos

With the recent news form SAP, looks like SAP DataSphere will be the only way forward for, SAP

  • 0 kudos
Hrutwiksaraf
by Databricks Employee
  • 1212 Views
  • 1 replies
  • 0 kudos

Query for user persona for DB products

What is the typical user persona for DB products?

  • 1212 Views
  • 1 replies
  • 0 kudos
Latest Reply
amr
Databricks Employee
  • 0 kudos

Databricks supports many personas, the primary ones are Data Engineer, Data Scientisits, Data Analysts. but also, secondary ones are Analytics Engineers, Machine Learning Engineers, Data Stewareds, Data Administrators and Data Architect.

  • 0 kudos
Avvar2022
by Contributor
  • 1823 Views
  • 1 replies
  • 2 kudos

Resolved! Is there any way to get notified for any new private preview and public preview features

As a databricks customer Is there any way to subscribe to get notified to email for any private preview and public preview features?

  • 1823 Views
  • 1 replies
  • 2 kudos
Latest Reply
amr
Databricks Employee
  • 2 kudos

Subscribe to the Databricks Newsletter and join the Quarterly Product Roadmap Webinars where they announce all the new private previews.

  • 2 kudos
Dnirmania
by Contributor
  • 1082 Views
  • 1 replies
  • 0 kudos

Error in DLT Streaming table

HelloI am trying to create DLT streaming table in Azure Data bricks but getting following error. I checked online article regarding this error but none of the article shown complete resolution.[STREAM_FAILED] Query [id = 9989a41e-741d-48d7-9a87-fc143...

  • 1082 Views
  • 1 replies
  • 0 kudos
Latest Reply
Dnirmania
Contributor
  • 0 kudos

HI @Retired_modCan you pls share the library or package name which contain "com.databricks.cdc.spark.DebeziumJDBCMicroBatchProvider" class. I tried to add databricks-cdc and Debezium library using maven but unable to install them because they are not...

  • 0 kudos
divyasri1504
by New Contributor
  • 2282 Views
  • 0 replies
  • 0 kudos

File Not Found Error while reading pickle file

Hello, thereI have a pickle file uploaded in a mounted location in databricks ( /dbfs/mnt/blob/test.pkl). I am trying to read this pickle file using the below python snippetwith open(path + "test.pkl", "rb") as f:       bands = pickle.load(f)But it t...

  • 2282 Views
  • 0 replies
  • 0 kudos
vinitkhandelwal
by New Contributor III
  • 9234 Views
  • 2 replies
  • 0 kudos

Resolved! Using private package, getting ERROR: No matching distribution found for myprivatepackage

My project's setup.py filefrom setuptools import find_packages, setup PACKAGE_REQUIREMENTS = ["pyyaml","confluent-kafka", "fastavro", "python-dotenv","boto3", "pyxlsb", "aiohttp", "myprivatepackage"] LOCAL_REQUIREMENTS = ["delta-spark", "scikit-lea...

Get Started Discussions
dbx
package
private
python
  • 9234 Views
  • 2 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, Does this look like a dependency error? All the dependencies are packed in the whl? Also, could you please confirm if all the limitations are satified? Refer:  https://docs.databricks.com/en/compute/access-mode-limitations.html 

  • 0 kudos
1 More Replies
ArvindDige
by New Contributor II
  • 5616 Views
  • 2 replies
  • 0 kudos

Resolved! Is DBFS going to be deprecated?

Is DBFS going to be deprecated? As I am using /dbfs/FileStore/tables/ location where a jar file is stored, and I am copying this jar file to /databricks/jars locations.My concerns is as DBFS root and mounts are deprecated, is that mean in coming days...

  • 5616 Views
  • 2 replies
  • 0 kudos
Latest Reply
ArvindDige
New Contributor II
  • 0 kudos

Hi Raphael,I am trying below init script to achieve this task, PFAAnd getting error as below,Cluster scoped init script abfss://container@storage.dfs.core.windows.net/init_script.sh failed: Failure to initialize configuration for storage account stor...

  • 0 kudos
1 More Replies
rt-slowth
by Contributor
  • 3702 Views
  • 1 replies
  • 2 kudos

How to update python's runtime on AWS lambda function

I heard that version 3.8 of Python on AWS Lambda will be EOL within the year. I would like to update this runtime, but where can I find the CloundFormation stack template.

  • 3702 Views
  • 1 replies
  • 2 kudos
Latest Reply
sandipkumar
New Contributor II
  • 2 kudos

Thanks. I went to AWS Cloudformation stack and edited the template from python 3.8 to 3.12 and updated. I did this for both the workspace stack and the s3 ingestion stack. Will it break anything? Do I need to make any changes in the python code in th...

  • 2 kudos
ArvindDige
by New Contributor II
  • 1076 Views
  • 0 replies
  • 0 kudos

Init_script in workspace

How can use init script stored in workspace which copies jar from storage account and put it inside /databricks/jars location. As said in init_script migration document, where your init scripts are “self-contained,” i.e., DO NOT reference other files...

  • 1076 Views
  • 0 replies
  • 0 kudos

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels