- 2230 Views
- 7 replies
- 0 kudos
Error when executing spark.readStream Script
Hi all,When I try to execute the script (as per the screenshot below), in a Notebook cell, I get an error message. I am using Databricks Free Edition, and am not sure if the error relates to the compute cluster that I am using?Any guidance would be ...
- 2230 Views
- 7 replies
- 0 kudos
- 0 kudos
Security is a key advantage of SSO IDs, as they reduce the risk of weak or repeated passwords. With proper implementation, SSO systems can include multi-factor authentication, https://ssoidloginrajasthanportal.com/
- 0 kudos
- 1697 Views
- 3 replies
- 0 kudos
Databricks Community Edition Not working
Hello,Is the Databricks Community Edition working, as I am getting error every time and after enter my mail id for login and enter the pass-code, it again load the Sign-In page again and i have tried with multiple browsers as well.Can anyone help giv...
- 1697 Views
- 3 replies
- 0 kudos
- 0 kudos
@AshishMehta you can try on Incognito mode , it might work .
- 0 kudos
- 263 Views
- 2 replies
- 1 kudos
Resolved! Salesforce with Databricks
Hi ,We as a company have expertise in Salesforce with years of experience but now we want to expand ourselves to Databricks . We have applied for Databricks Partner and are training engineers . Now what are the additional functionalities that databri...
- 263 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @pragya17 Salesforce is transactional in nature but Databricks open up multiple forms of analytics as mentioned above.You can also benefit from Databricks ability to hold historic Salesfore records in Databricks as well as time travel enabling you...
- 1 kudos
- 928 Views
- 3 replies
- 0 kudos
unable to create DBX account : Unable to signup. Please try again, or sign in here...
Hi,I have been trying to create an account at databricks community edition but unable to do it for the past we weeks.Can someone from the databricks support team look into it? I am getting this since past few weeks. Unable to attach the HAR file. Do ...
- 928 Views
- 3 replies
- 0 kudos
- 0 kudos
I hit this same error last week and finally got past it. Sharing what worked, since the existing replies didn't cover this specific cause.What worked for me:Used Edge in InPrivate / incognito mode (Chrome works too if you fully clear cookies first)Sw...
- 0 kudos
- 171 Views
- 1 replies
- 0 kudos
AI Is Becoming a Data Problem Before It Becomes a Model Problem
The conversation around AI often starts with models. In reality, long-term value comes from how well data pipelines, governance, and workflows work together.The teams moving fastest seem to be simplifying their stack instead of expanding it.What tren...
- 171 Views
- 1 replies
- 0 kudos
- 0 kudos
Yes, fastest moving teams are focussing more on unified data platforms, strong governance ,workflow-native AI , measurable operational outcomes. Few clear trends are - smaller and specialized models for cost and reliability ,focus on structured , gov...
- 0 kudos
- 195 Views
- 1 replies
- 0 kudos
Resolved! Cells highlighter for VS Code?
Hi allI've recently had to switch to VS Code to run some Claude coding over my notebooks and python libraries.I stumbled on highlighting cells for notebooks with SQL injection. It seems to be nowhere documented how to fix.I use Databricks issued "IDE...
- 195 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @Dimitry, From the public docs, this looks more like a limitation of the current VS Code experience. As you stated, Databricks now defaults notebooks to .ipynb format. However, you can still switch or convert notebooks between Jupyter (.ipynb) and...
- 0 kudos
- 320 Views
- 3 replies
- 0 kudos
Incremental Load Without any keys
so am performing incremental load where i want to insert or update data but there are no date columns or any keys how can i do the incremental load from silver to gold layer
- 320 Views
- 3 replies
- 0 kudos
- 0 kudos
@Rupa0503 Watermark doesn't need a date column from silver/gold. You can use pipeline run timestamp as the watermark — tracking when the pipeline last ran, not when data was modified. Also you can use Delta table version history within watermark as ...
- 0 kudos
- 308 Views
- 3 replies
- 0 kudos
Resolved! Starting Data Engineering
Hello everyone, my name is Judith. I have been a tech community manager and customer support for the past 5 years. However, this year I am transitioning to become a data engineer. I would love any recommendations or courses to get started. Thank you....
- 308 Views
- 3 replies
- 0 kudos
- 0 kudos
Hello , You can start with Databricks Academy I started directly by exploring free Databricks Workspace and its tool , gaining insights from various resources .You can start with Data Ingestion , there are lot many clouds that databricks give as opti...
- 0 kudos
- 232 Views
- 1 replies
- 0 kudos
Looking for exam voucher help — Databricks Data Engineer Professional
Hi Databricks Community,I am Ragini, a fresher AI/ML developer from Vadodara, India. I am reaching out honestly because I need help with the exam fee for the Databricks Certified Data Engineer Professional certification.During my internship at Stella...
- 232 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @Ragini_T, really sorry to hear that. Databricks does offer 50% certification vouchers during its Learning Festival events. The upcoming Advanced Learning Festival is scheduled for 15 June - 06 July 2026, where you can earn a discount voucher. You...
- 0 kudos
- 518 Views
- 2 replies
- 0 kudos
Add comment to multi columns with views
With Table, I can add comment to multi columns by using: ALTER TABLE your_table_name ALTER COLUMN col1 COMMENT 'comment1', col2 COMMENT 'comment2', col3 COMMENT 'comment3';How can I do with views?
- 518 Views
- 2 replies
- 0 kudos
- 0 kudos
For views, there isn’t a single multi-column ALTER VIEW ... ALTER COLUMN col1 ..., col2 ... form. Update each column one at a time instead. Databricks supports column comments on views, and newer runtimes/SQL warehouses use COMMENT ON COLUMN; older f...
- 0 kudos
- 566 Views
- 3 replies
- 1 kudos
Resolved! Schema Evolution and Schema Enforcement without Delta live Tables & Unity catalog
In Delta Lake, schema evolution with mergeSchema handles column additions perfectly — new columns get added and old rows get NULL. But when there is a data type change in the incoming data (for example, a column that was INT now coming as STRING from...
- 566 Views
- 3 replies
- 1 kudos
- 1 kudos
Yes — defining the schema manually for production is okay when you are not using Auto Loader. With a manually provided schema, you should expect stricter enforcement: Delta will not automatically absorb non-widening type changes like INT -> STRING in...
- 1 kudos
- 533 Views
- 6 replies
- 1 kudos
Is the databricks token expired?
Hi all,I set up a serverless endpoint for my agent via an S-account. This S-account is also granted access to another serverless endpoint. During the inference of my endpoint, I use the Databricks SDK to connect to the other endpoint without explicit...
- 533 Views
- 6 replies
- 1 kudos
- 1 kudos
Hello !Yes ! it seems so WorkspaceClient() is not anonymous and your get_open_ai_client() uses the DBKS auth attached to that WorkspaceClient to query serving endpoints. OpenAI client must be preconfigured with DBKS auth for the workspace client.So ...
- 1 kudos
- 4098 Views
- 1 replies
- 1 kudos
Seeking GitBook Alternatives for Documenting Databricks Pipelines & ML Workflows
We’re scaling our use of Databricks notebooks and ML pipelines, and keeping everything properly documented is becoming a challenge. I’ve used GitBook in past projects, but it’s starting to feel a bit clunky, especially when trying to keep markdown do...
- 4098 Views
- 1 replies
- 1 kudos
- 1 kudos
There are are a bunch of choices for API documentation tools, especially if you are comfortable with markdown or MDX, GitHub, etc.Some to consider other than GitBook are: Mintlify, Readme, Docusaurus (self-hosted), and Jamdesk.
- 1 kudos
- 289 Views
- 3 replies
- 0 kudos
Databricks missing scheduler for scheduled jobs
Suppose a job is scheduled at 2 am but if scheduler misses it we need to get an alert message how can it be possible.we don't have centralised table monitoring and APIs for it
- 289 Views
- 3 replies
- 0 kudos
- 0 kudos
Hi @Teja3051, Yes, it is possible for a scheduled run to be delayed or skipped, so I’d first recommend identifying the root cause before putting an alerting workaround in place. Common things to check are scheduler or cloud delays of a few minutes, m...
- 0 kudos
- 235 Views
- 1 replies
- 2 kudos
What I’m Seeing in the Databricks World Right Now
The energy around Databricks feels different this year. It’s no longer just about faster queries or better pipelines. It’s about building intelligent systems on top of trusted data. The conversations have shifted. The expectations have shifted. Even ...
- 235 Views
- 1 replies
- 2 kudos
- 2 kudos
I totally agree with you !I have always learnt by joining communities
- 2 kudos
-
.CSV
1 -
Access Data
2 -
Access Databricks
3 -
Access Delta Tables
2 -
Account reset
1 -
adcAws databricks
1 -
ADF Pipeline
1 -
ADLS Gen2 With ABFSS
1 -
Advanced Data Engineering
2 -
AI
5 -
Analytics
1 -
Apache spark
1 -
Apache Spark 3.0
1 -
api
1 -
Api Calls
1 -
API Documentation
4 -
App
2 -
Application
2 -
Architecture
1 -
asset bundle
1 -
Asset Bundles
3 -
Auto-loader
1 -
Autoloader
4 -
Aws databricks
1 -
AWS security token
1 -
AWSDatabricksCluster
1 -
Azure
7 -
Azure data disk
1 -
Azure databricks
16 -
Azure Databricks Delta Table
1 -
Azure Databricks Job
1 -
Azure Databricks SQL
6 -
Azure databricks workspace
1 -
Azure Unity Catalog
6 -
Azure-databricks
1 -
AzureDatabricks
1 -
AzureDevopsRepo
1 -
best practices
1 -
Big Data Solutions
1 -
Billing
1 -
Billing and Cost Management
2 -
Blackduck
1 -
Bronze Layer
1 -
Business Intelligence
1 -
CDC
1 -
Certification
3 -
Certification Exam
1 -
Certification Voucher
3 -
CICDForDatabricksWorkflows
1 -
Cloud_files_state
1 -
CloudFiles
1 -
Cluster
3 -
Cluster Init Script
1 -
Comments
1 -
Community Edition
4 -
Community Edition Account
1 -
Community Event
1 -
Community Group
2 -
Community Members
1 -
Community site
1 -
CommunityArticle
1 -
Compute
3 -
Compute Instances
1 -
conditional tasks
1 -
Connection
1 -
Contest
1 -
Credentials
1 -
csv
1 -
Custom Python
1 -
CustomLibrary
1 -
Data
1 -
Data + AI Summit
1 -
Data Engineer Associate
1 -
Data Engineering
4 -
Data Explorer
1 -
Data Governance
1 -
Data Ingestion & connectivity
1 -
Data Ingestion Architecture
1 -
Data Processing
1 -
Databrick add-on for Splunk
1 -
databricks
4 -
Databricks Academy
1 -
Databricks AI + Data Summit
1 -
Databricks Alerts
1 -
Databricks App
1 -
Databricks Assistant
1 -
Databricks autoloader
1 -
Databricks Certification
1 -
Databricks Cluster
2 -
Databricks Clusters
1 -
Databricks Community
10 -
Databricks community edition
3 -
Databricks Community Edition Account
1 -
Databricks Community Rewards Store
3 -
Databricks connect
1 -
Databricks Dashboard
3 -
Databricks delta
2 -
Databricks Delta Table
2 -
Databricks Demo Center
1 -
Databricks Documentation
4 -
Databricks genAI associate
1 -
Databricks JDBC Driver
1 -
Databricks Job
1 -
Databricks Lakeflow
1 -
Databricks Lakehouse Platform
6 -
Databricks Migration
1 -
Databricks Model
1 -
Databricks notebook
2 -
Databricks Notebooks
4 -
Databricks Platform
2 -
Databricks Pyspark
1 -
Databricks Python Notebook
1 -
Databricks Repo
1 -
Databricks Runtime
1 -
Databricks Serverless
2 -
Databricks SQL
5 -
Databricks SQL Alerts
1 -
Databricks SQL Warehouse
1 -
Databricks Terraform
1 -
Databricks UI
1 -
Databricks Unity Catalog
4 -
Databricks User Group
1 -
Databricks Workflow
2 -
Databricks Workflows
2 -
Databricks workspace
3 -
Databricks-connect
1 -
databricks_cluster_policy
1 -
DatabricksJobCluster
1 -
DataCleanroom
1 -
DataDays
1 -
Datagrip
1 -
DataMasking
2 -
DataVersioning
1 -
dbdemos
2 -
DBFS
1 -
DBRuntime
1 -
DBSQL
1 -
DDL
1 -
Dear Community
1 -
deduplication
1 -
Delt Lake
1 -
Delta Live Pipeline
3 -
Delta Live Table
5 -
Delta Live Table Pipeline
5 -
Delta Live Table Pipelines
4 -
Delta Live Tables
7 -
Delta Sharing
2 -
Delta Time Travel
1 -
deltaSharing
1 -
Deny assignment
1 -
Development
1 -
DevOps
1 -
DLT
10 -
DLT Pipeline
7 -
DLT Pipelines
5 -
Dolly
1 -
Download files
1 -
DQX
1 -
Dynamic Variables
1 -
Engineering With Databricks
1 -
env
1 -
ETL Pipelines
1 -
Event Driven
1 -
External Sources
1 -
External Storage
2 -
FAQ for Databricks Learning Festival
2 -
Feature Store
2 -
File Trigger
1 -
Filenotfoundexception
1 -
Free Edition
1 -
Free trial
1 -
friendsofcommunity
1 -
GCP Databricks
1 -
GenAI
2 -
GenAI and LLMs
1 -
GenAI Course Material
1 -
Getting started
3 -
Google Bigquery
1 -
HIPAA
1 -
Hubert Dudek
2 -
import
2 -
Integration
1 -
JDBC Connections
1 -
JDBC Connector
1 -
Job Task
1 -
JSON Object
1 -
LakeflowDesigner
1 -
Learning
2 -
Lineage
1 -
LLM
1 -
Login
1 -
Login Account
1 -
Machine Learning
3 -
MachineLearning
1 -
Materialized Tables
2 -
Medallion Architecture
1 -
meetup
2 -
Metadata
1 -
Migration
1 -
ML Model
2 -
MlFlow
2 -
Model
1 -
Model Serving
1 -
Model Training
1 -
Module
1 -
Monitoring
1 -
Networking
2 -
Notebook
1 -
Onboarding Trainings
1 -
OpenAI
1 -
Pandas udf
1 -
Permissions
1 -
personalcompute
1 -
Pipeline
2 -
Plotly
1 -
PostgresSQL
1 -
Pricing
1 -
provisioned throughput
1 -
Pyspark
1 -
Python
5 -
Python Code
1 -
Python Wheel
1 -
Quickstart
1 -
Read data
1 -
Repos Support
1 -
Reset
1 -
Rewards Store
2 -
Salesforce with Databricks
1 -
Sant
1 -
Schedule
1 -
Serverless
3 -
serving endpoint
1 -
Session
1 -
Sign Up Issues
2 -
Software Development
1 -
Spark
1 -
Spark Connect
1 -
Spark scala
1 -
sparkui
2 -
Speakers
1 -
Splunk
2 -
SQL
8 -
streamlit
1 -
Summit23
7 -
Support Tickets
1 -
Sydney
2 -
Table Download
1 -
Tags
3 -
terraform
1 -
Training
2 -
Troubleshooting
1 -
Unity Catalog
4 -
Unity Catalog Metastore
2 -
Update
1 -
user groups
2 -
Venicold
3 -
Vnet
1 -
Voucher Not Recieved
1 -
Watermark
1 -
Weekly Documentation Update
1 -
Weekly Release Notes
2 -
Women
1 -
Workflow
2 -
Workspace
3
- « Previous
- Next »
| User | Count |
|---|---|
| 144 | |
| 135 | |
| 57 | |
| 45 | |
| 42 |