- 1153 Views
- 1 replies
- 0 kudos
input() ignores newlines, truncates after 200 characters
Is there any setting to respect newlines and not truncate for input?Also you can see the input text overflows over outside the box when the browser is narrow which is not desirable.
- 1153 Views
- 1 replies
- 0 kudos
- 0 kudos
WorkaroundsOption A — Print first, input separately (cleanest)prompt = (('o' * 200)+ '\n'+ ('?' * 200)+ '\n'+ ('-' * 200))print(prompt)x = input("> ")
- 0 kudos
- 1477 Views
- 2 replies
- 0 kudos
Resolved! Notebook load failed
Hi Everyone, I am facing issue in loading the Notebook, also on top of it. Some of the other application are also not loading. I am attaching the image for it. Please see if anyone can help on it.
- 1477 Views
- 2 replies
- 0 kudos
- 821 Views
- 2 replies
- 1 kudos
Resolved! Is Databricks Genie android app not available in Databricks free edition?
Hi guys,Just wanted to ask if Databricks Genie android app is disabled or not for free edition accounts. I'm encountering the following error: {"error_description":"OAuth application with client_id: 'databricks-mobile' not available in Databricks acc...
- 821 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @PROAC, It looks like the Genie Android app isn’t enabled for Free Edition accounts at the moment. The error specifically says the mobile OAuth app databricks-mobile isn’t available for that Databricks account, which usually means the account isn’...
- 1 kudos
- 378 Views
- 1 replies
- 0 kudos
Node.js on Databricks: where do i find information about available runtime(s) (versions)?
Hi all,Following https://www.databricks.com/sites/default/files/2026-02/hands-on-guide-apps-databricks.pdf i created a lakebase based app with React frontend. From the app overwiew page i seePython 3.11.15; Node.js v22.16.0as environment used.There a...
- 378 Views
- 1 replies
- 0 kudos
- 0 kudos
I found https://docs.databricks.com/aws/en/dev-tools/databricks-apps/system-env in the meantime.
- 0 kudos
- 6448 Views
- 8 replies
- 5 kudos
billing payment problem
I was using a trial account and my 40$ credit was finished. I set a budget limit but it also exceeded that without warning and now I'm being charge for extra 90$!!! But this is only the first problem. The second problem is since my credit card reject...
- 6448 Views
- 8 replies
- 5 kudos
- 5 kudos
Hello @DatabricksEddy @adamActable , Hello everyone!I'd like to know how you resolved this issue.I am currently facing samrThank you!
- 5 kudos
- 815 Views
- 4 replies
- 0 kudos
Resolved! Databricks Workflow for Sharing Delta Table Data via Email (Text & Attachment)
Hi All,We have data in a Delta table that needs to be shared via email as both inline text and an attachment using a Databricks workflow. Could you please assist with this? If possible, kindly share a sample code as well.
- 815 Views
- 4 replies
- 0 kudos
- 486 Views
- 1 replies
- 0 kudos
Resolved! Need access to "Databricks Workspace Walkthrough" Folder
In the course that I'm taking on Databricks Fundamentals (https://www.databricks.com/training/catalog/databricks-fundamentals-2206?itm_source=www&itm_category=training&itm_page=catalog&itm_location=body&itm_component=general-asset-card&itm_offer=data...
- 486 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @wisyani, You’re not missing anything in your own workspace... that "Databricks Workspace Walkthrough" folder is part of a hosted lab environment, not something that’s automatically created in every user’s workspace. Per the Academy team, the free...
- 0 kudos
- 1113 Views
- 2 replies
- 1 kudos
Resolved! Possible degradation of Genie agentic capabilities in Databricks Free Edition this week?
Hi Everyone,Has anyone else noticed a degradation in the capabilities of Genie in the Databricks Free Edition over the past week?About a week ago, I was successfully using Genie in an agentic way, it was able to generate code, create pipelines, and b...
- 1113 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @PROAC, Had a similar question yesterday.. Under normal conditions, there are two kinds of limits: Per-minute throughput: Genie has soft limits (e.g., ~20 questions/min via UI, ~5/min via API in the free tier). If you briefly exceed those, things ...
- 1 kudos
- 295 Views
- 0 replies
- 0 kudos
Login Issue
 I had community account with databricks and I was getting error with login. So I decided to get them closed and asked the team to close it. Mail subject [] Re: Account deletion: Re: Data Deletion Request / SSO Authentication Loop - [ ref:_00D61JGc...
- 295 Views
- 0 replies
- 0 kudos
- 873 Views
- 3 replies
- 1 kudos
Resolved! My credentials aren't showing...
I took and passed the DataBricks Fundamentals Course. I have the DataBricks Academy certificate and the emails showing that I completed this on 4/3/2026. However, I do not find the credential or the compeleted course in my account.
- 873 Views
- 3 replies
- 1 kudos
- 1 kudos
Hi @richcruzchicago, Thanks for reaching out, and congratulations on completing the Databricks Fundamentals course and earning the certificate! Course completions and downloadable certificates of completion are surfaced in your Databricks Academy acc...
- 1 kudos
- 2396 Views
- 9 replies
- 0 kudos
Handling New Columns Using Auto Loader Rescue Mode but how will get newly added column
Schema evolution (rescue mode) is being triggered for a complex JSON file. However, when a new column is added in the source, it does not appear in the target table automatically for multi-level nested JSON. How can we add newly added nested columns ...
- 2396 Views
- 9 replies
- 0 kudos
- 0 kudos
Thank you quick response. We will check and get back you ...
- 0 kudos
- 1123 Views
- 5 replies
- 1 kudos
Resolved! Agents option not available on the Menu
Based on the documentation, the Agents option should appear in the left sidebar under the AI/ML section. I don't see it, is because the region? I'm in us-east-2What should I do to see it? Thank you
- 1123 Views
- 5 replies
- 1 kudos
- 1 kudos
You can find them in the AI Playground in Free Edition.Click on Playground in AI ML menu.Open Tools: Click on the Tools button.Add Tool: Select + Add tool.Under the MCP Servers section, you will see the four core categories (Genie Spaces, Unity Catal...
- 1 kudos
- 1408 Views
- 4 replies
- 1 kudos
Resolved! Workflow Notification: Pass/Failed –Schema Evolution/Rescue Mode Triggered for complex json file
We are implementing an incremental load for semi-structured data [ complex nested Json file ]using Auto Loader. To handle schema drifts—such as new fields, changes in column order, or data type and precision modifications (e.g., Decimal and Integer)—...
- 1408 Views
- 4 replies
- 1 kudos
- 1 kudos
Could you please help us with this? We are currently blocked in development. When new fields are added to the source JSON, the nested field names are captured in the _rescued_data (rescue) column. However, we do not get any indication of the type of ...
- 1 kudos
- 994 Views
- 2 replies
- 0 kudos
Resolved! Decimal Precision Loss While Reading Parquet Files in Databricks
We are extracting data from SQL Server/Oracle using ADF and storing it in Parquet format. When reading the files in Databricks using spark.read.parquet, decimal values are getting truncated—for example, 1245.1111111189979 becomes 1245.111111118. This...
- 994 Views
- 2 replies
- 0 kudos
- 1103 Views
- 2 replies
- 0 kudos
Free Edition Apps - Failed to create app service principal due to unexpected error.
I'm trying to create an app within free edition, and I'm getting an error: "Compute error: Failed to create app service principal due to unexpected error."No matter what I do I get the same error any time I try to create an app. Any framework. hello ...
- 1103 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi @mcguiles, I've checked this internally. From what you describe, you’re not doing anything wrong. This appears to be a platform issue with Databricks Apps on the Free Edition rather than a misconfiguration in your workspace. When you create an app...
- 0 kudos
-
Access Controls
1 -
ADLS Gen2 Using ABFSS
1 -
AML
1 -
Apache spark
1 -
Api Calls
1 -
App
1 -
Autoloader
1 -
Aws databricks
1 -
AWS S3 Storage
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
1 -
Databricks Community Edition Account
2 -
Databricks Free Edition
2 -
Databricks Issue
1 -
Databricks Notebooks
1 -
databricks one
1 -
Databricks Support
1 -
databricksapps
1 -
DB Notebook
1 -
DBFS
1 -
Delta Sharing
1 -
Delta Tables
1 -
documentation
1 -
financial data market
1 -
Free Databricks
1 -
Free Edition
1 -
Free trial
1 -
Genie
1 -
Google cloud
1 -
Hubert Dudek
1 -
link for labs
1 -
Login Issue
2 -
mcp
1 -
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 |
|---|---|
| 43 | |
| 13 | |
| 10 | |
| 9 | |
| 9 |