- 681 Views
- 1 replies
- 0 kudos
Databricks - Subscription is not Active
I am getting Databricks - Subscription is not Active error after linking aws with databricks.i still have time for the same.pls help to resolve
- 681 Views
- 1 replies
- 0 kudos
- 0 kudos
Hello @rajesh2025! Check your AWS Marketplace account to ensure the subscription is active and correctly linked to your billing account. Also, verify that your email isn’t already associated with another Databricks account. If the issue persists, con...
- 0 kudos
- 3549 Views
- 1 replies
- 1 kudos
Connect langchain with databricks unity catalog
Team,Please help me connect langchain with databricks unity catalog
- 3549 Views
- 1 replies
- 1 kudos
- 1 kudos
Steps Explained: Connect LangChain with Databricks Unity Catalog1. Install Required Packagespip install langchain databricks-sql-connector2. Configure Access to Databricks Unity CatalogUse Databricks SQL Connector to connect to Unity Catalog tables....
- 1 kudos
- 3034 Views
- 2 replies
- 2 kudos
Resolved! Unable to Recover Databricks Notebook
I am working on databricks community edition and I was trying to delete 4 unused files but after selecting those files then I deleted them, but I don't know how my whole directory with multiple databrick notebooks got deleted. I am not getting the tr...
- 3034 Views
- 2 replies
- 2 kudos
- 2 kudos
Thanks for the reply. But it so unfortunate all my notebooks are vanished in 1sec.Previoulsy I was using Free edition. But I was unable to work on Python and was getting"Unsupported cell during execution. SQL warehouses only support executing SQL cel...
- 2 kudos
- 2060 Views
- 5 replies
- 2 kudos
Resolved! Run failed with error message Unexpected failure while waiting for the cluster
Hi All, Recently all of my databricks jobs are failing due to error:Run failed with error message Unexpected failure while waiting for the cluster (xxxx-xxxxxx-xxxxxxxx) to be ready: Cluster '(xxxx-xxxxxx-xxxxxxxx) is unhealthy.it was all running til...
- 2060 Views
- 5 replies
- 2 kudos
- 2 kudos
My bad , just a silly thing to miss out. Really appreciate your help @SP_6721
- 2 kudos
- 1427 Views
- 1 replies
- 0 kudos
Concurrency in replaceWhere()
Hi Databricks team I had a quick question and would appreciate your guidance. Let’s say I have a Delta table (not partitioned), and I'm using the overwrite mode along with the replaceWhere clause to overwrite data for city = 'LA' and city = 'NY' in t...
- 1427 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @arnavsood ,As per my understanding, even if parallel jobs are using overwrite with replaceWhere to update different rows, file-level conflicts can still occur. That’s because Delta Lake doesn’t provide row-level concurrency by default.Row-level c...
- 0 kudos
- 2317 Views
- 5 replies
- 3 kudos
Resolved! Is it Possible to Install Python Libraries or any Python Wheels on the New Databricks Free Account
Hi Community,I have been informed that it's not possible to install either Python libraries, Python wheels or MAVEN libraries on the new Databricks Free account - It is possible with the old Databrick Community EditionCan someone please confirm that ...
- 2317 Views
- 5 replies
- 3 kudos
- 3 kudos
szymon_dybczakThis is fantastic.Thank you so much.
- 3 kudos
- 4279 Views
- 3 replies
- 6 kudos
Resolved! re: dbfs on free edition
Thank you very much for the new free edition.I have a question related to dbfs.Am I to understand that dbfs is disabled in this edition and one needs to bring their own storage. I tried this and failed. What do I need to do in order to be able to use...
- 4279 Views
- 3 replies
- 6 kudos
- 6 kudos
Many thanks, I just realized after creating the post through resource
- 6 kudos
- 1971 Views
- 1 replies
- 0 kudos
Resolved! Licenses Required for a demo.
Our team is looking for 90 day period licenses to integrate Databricks ai functions for a demo. Could you please let us know the procedure to procure them ASAP ?
- 1971 Views
- 1 replies
- 0 kudos
- 0 kudos
Hello @Mohit787! Please contact Help@databricks.com. The support team will be able to guide you through the next steps.
- 0 kudos
- 2353 Views
- 2 replies
- 1 kudos
Resolved! Community (Legacy) Edition Question
Hello,I have been teaching my Data Warehousing class using the Databricks Community Edition. With the change to the Databricks Free Edition, there are many aspects of my Community Edition notebooks that no longer work in the free Edition. Is there ...
- 2353 Views
- 2 replies
- 1 kudos
- 1 kudos
Hello @OU_Professor! Access to existing Community Edition accounts will remain available for the rest of the year. However, please note that new users attempting to sign up for Community Edition are now redirected to the Free Edition instead.
- 1 kudos
- 4432 Views
- 7 replies
- 10 kudos
Resolved! How can I import multiple Files (stored locally) into Databricks Tables
First of all, Hello Everyone!This is my first post on here. For the past few months, I have been working on my personal Microsoft Azure Blog, that includes some Azure Databricks user guides. Sadly, as I am currently searching for work (that is rathe...
- 4432 Views
- 7 replies
- 10 kudos
- 10 kudos
@giuseppe_esq personally, I'd love to get the Azure certs! I'll definitely be following the blog. Thanks a bunch for linking that . I'm also learning Databricks so do keep in touch. To answer this question:Awesome, thanks again. Sorry if I sound clu...
- 10 kudos
- 1236 Views
- 2 replies
- 3 kudos
Merge issue with column mask delta tables
Facing issue when doing merge of dataframe to delta table which has mask applied on two of the columns.Code DeltaTable.forName(sparkSession=spark,tableOrViewName=f'{catalog}.{schema}.{table_name}').alias('target').merge( new_df.alias('updates'), ...
- 1236 Views
- 2 replies
- 3 kudos
- 3 kudos
It looks like Delta Lake APIs (i.e. DeltaTable... ) are not supported with Row filters and column masks.Please see limitations: https://docs.databricks.com/aws/en/tables/row-and-column-filters#limitations
- 3 kudos
- 804 Views
- 2 replies
- 1 kudos
Need Help Signing up for Databricks via Google Cloud
I have purchased Databricks via Google Cloud but my order is still pending. I emailed support and they mentioned that it is pending because "You have not purchased any of the support contracts (business, enhanced, or production support) to move the c...
- 804 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @amartinez4, based on your requirement, why don't you sign up for the new Databricks Free Edition?https://www.databricks.com/blog/introducing-databricks-free-edition If you'd rather work with the trial version, can you let us know if you've had an...
- 1 kudos
- 2483 Views
- 4 replies
- 2 kudos
Resolved! can load/read file in databricks free edition(which is all new edition replacing community edition)
FL_DATAFRAME = spark.read.format("csv")\ .option("header", "false")\ .option("inferschema", "false")\ .opt...
- 2483 Views
- 4 replies
- 2 kudos
- 2 kudos
Hi @na_ra_7 ,In Free Edition dbfs is disabled. I doubt that above approach will work. But you should use Unity Catalog for that purpose anyway. DBFS is depracated pattern of interacting with storage.So, to use volume perform following steps:Go to Cat...
- 2 kudos
- 1387 Views
- 1 replies
- 0 kudos
Resolved! Not able to login
I’m encountering an issue when trying to log in—I'm receiving the error shown below. Previously, I was able to log in, but I noticed that none of my notebooks were appearing in the workspace.Could you please look into this and assist?You are not a me...
- 1387 Views
- 1 replies
- 0 kudos
- 0 kudos
HI @jayeshkadam_98 , If it is organization account and your access is removed from workspace, then there is a chance that you will be facing this issue. Please reach out to your organization databricks admin to help you with the same to check your us...
- 0 kudos
- 2002 Views
- 3 replies
- 3 kudos
Resolved! Databricks community edition login issues with Azure portal login
Hi, I used to log in with Azure Databricks using my Azure portal username (email). I used the same email to sign up for Hi, and I used it to log in to Azure Databricks through my Azure portal username (email). I used the same email to sign up for the...
- 2002 Views
- 3 replies
- 3 kudos
- 3 kudos
Translator That's awesome, Sridhar. Sorry I missed out on reading this.
- 3 kudos
-
Access Controls
1 -
ADLS Gen2 Using ABFSS
1 -
AML
1 -
Apache spark
1 -
Api Calls
1 -
Autoloader
1 -
AWSDatabricksCluster
1 -
Azure databricks
3 -
Azure Delta Lake
1 -
BI Integrations
1 -
Billing
1 -
Billing and Cost Management
1 -
Cluster
3 -
Cluster Creation
1 -
ClusterCreation
1 -
Community Edition
4 -
Community Edition Account
1 -
Community Edition Login Issues
2 -
community workspace login
1 -
Compute
3 -
Compute Instances
2 -
Continue Community Edition
1 -
Databricks Community Edition Account
2 -
Databricks Issue
1 -
Databricks Notebooks
1 -
Databricks Support
1 -
DB Notebook
1 -
DBFS
1 -
Delta Tables
1 -
documentation
1 -
financial data market
1 -
Free Databricks
1 -
Free trial
1 -
Google cloud
1 -
Hubert Dudek
1 -
link for labs
1 -
Login Issue
2 -
MlFlow
1 -
ow
1 -
Serverless
1 -
Sign Up Issues
2 -
Software Development
1 -
someone is trying to help you
1 -
Spark
1 -
URGENT
2 -
Web Application
1
- « Previous
- Next »
| User | Count |
|---|---|
| 40 | |
| 12 | |
| 10 | |
| 9 | |
| 8 |