- 4056 Views
- 8 replies
- 6 kudos
Resolved! Unexpected Script Execution Differences on databricks.com vs Mobile-Triggered Runtimes
I’m noticing some unusual inconsistencies in how scripts execute on databricks.com compared to when the same workflow is triggered through a mobile-based API. On Databricks, the script runs perfectly when executed directly inside a cluster notebook. ...
- 4056 Views
- 8 replies
- 6 kudos
- 6 kudos
This kind of difference can be surprisingly easy to miss because the same notebook may behave differently depending on how it is launched. In Databricks, compute type, runtime, permissions, parameters, and whether the execution is interactive or a jo...
- 6 kudos
- 167 Views
- 2 replies
- 1 kudos
LLM API Returning Inconsistent Responses When Using RAG
Hi Everyone,I am Soumitra Dutta,I have an issue with LLM API and Retrieval-Augmented Generation (RAG). Sometimes the same query returns different answers even if the retrieved documents and the prompt are the same.The retrieval results are useful, bu...
- 167 Views
- 2 replies
- 1 kudos
- 1 kudos
This is quite a common problem with RAG systems in general, and it's why monitoring and observability are so important. In terms of the generation step, setting the temperature to zero, as the previous commenter suggested, is a strong approach. Howev...
- 1 kudos
- 277 Views
- 8 replies
- 0 kudos
Databricks Data Ingestion
Hi all,I am currently exploring the data ingestion feature offered by databricks, specifically connecting to a SQL server. I have gone through the UI and configured an ingestion pipeline that connects to one specific server and can read tables into d...
- 277 Views
- 8 replies
- 0 kudos
- 0 kudos
I completely understand your concern, and I think this is a valid question.If one ingestion pipeline is permanently associated with one ingestion gateway, then from an operational perspective, 20–30 source connections could indeed result in 20–30 ing...
- 0 kudos
- 78 Views
- 0 replies
- 0 kudos
Databricks Implementation / BI Modernization Opportunities
Hello everyone,I’m a Toronto-based BI & Analytics professional with 12 years of experience across enterprise analytics and financial services. I recently completed the Databricks Certified Data Engineer Associate certification.My experience includes ...
- 78 Views
- 0 replies
- 0 kudos
- 75 Views
- 0 replies
- 0 kudos
How Can I Become a Databricks Partner Champion Through Technical Expertise?
Hello Databricks Community,I am actively building my technical expertise in the Databricks ecosystem and would like guidance on the roadmap to becoming a Databricks Partner Champion, with a strong focus on technical skills and hands-on implementation...
- 75 Views
- 0 replies
- 0 kudos
- 11861 Views
- 14 replies
- 36 kudos
Are you part of a Databricks user group in your city/region?
Joining a regional user group is a great way to connect with data and AI professionals near you. These groups bring together practitioners to learn, network, and share real-world experiences — all within your local context. To join a group: Select y...
- 11861 Views
- 14 replies
- 36 kudos
- 36 kudos
Hey @Rishabh_Tiwari, hope you're doing amazing!I'm interested in starting a Databricks User Group in Vadoara. I've checked the new User Group platform at usergroups.databricks.com and I don't see an existing chapter for our city.Could you point me to...
- 36 kudos
- 62 Views
- 0 replies
- 0 kudos
Como funciona la facturación y pago en Databricks?
Hola comunidad,Tengo una duda sobre cómo funciona la facturación en cuentas Pay-As-You-Go y quería saber si a alguien más le ha pasado algo similar.En mi panel de "Usage" veo un consumo acumulado de varios cientos de dólares durante el último año (pr...
- 62 Views
- 0 replies
- 0 kudos
- 107 Views
- 1 replies
- 0 kudos
Como aprender correctamente en el entorno de DataBricks y aprovecharlo al 100%
Hola a todos, soy ingeneriero en sistemas y deseo aprender a utilizar esta grandiosa herramienta para poder sacarle el mejor provecho posible.
- 107 Views
- 1 replies
- 0 kudos
- 0 kudos
Welcome to the Databricks Community, @maycol25! If you’re just getting started with Databricks, a great place to begin is Databricks Customer Academy, where you can explore courses based on the area you’re interested in, such as Data Engineering, Gen...
- 0 kudos
- 180 Views
- 0 replies
- 0 kudos
From Semantic Similarity to Business Authority: Why Genie Ontology and OntoRank Matter
Enterprise AI does not usually fail because the model lacks intelligence.It fails because the model does not understand what the organization means.Consider a simple question:“What is our current exposure to active customer?”Behind this question are ...
- 180 Views
- 0 replies
- 0 kudos
- 203 Views
- 2 replies
- 1 kudos
Resolved! External location not accessble with job and general purpose cluster but works fine with serverless
I m setting up a pipeline in databricks.For data source I create an external location and add my pipeline run_as SP as read files and read metadata permission. When i trigger the pipeline with serverless cluster, i m able to read data from external l...
- 203 Views
- 2 replies
- 1 kudos
- 1 kudos
@Anmol_Chauhan You have few distinct problems across the classic compute - cluster networking during boot and the cluster's compute access mode. Serverless works properly because Databricks manages the control plane routing and networking boundaries ...
- 1 kudos
- 92 Views
- 0 replies
- 0 kudos
Path to become a Databricks Trainer
Hello,I am an independent consultant and a trainer in the data space, focused primarily on Databricks. I wanted to understand the path to becoming a Databricks trainer delivering ILT sessions on Databricks Academy or to Databricks partners.It would b...
- 92 Views
- 0 replies
- 0 kudos
- 419 Views
- 3 replies
- 3 kudos
Resolved! Excel Add-in Regression - Sign-in opens external browser window instead of embedding in task pane, r
Issue: The Databricks Excel Add-in launches authentication in an external browser window rather than within the Excel task pane. The Unity Catalog does display in the external browser window, but after sign-in, Excel remains stuck spinning/loading in...
- 419 Views
- 3 replies
- 3 kudos
- 3 kudos
Worked with Databricks support engineers to resolve. Root cause determined to be that while the Marketplace add-in previously allowed the connection to be made to the workspace URL, it no longer does. Resolution was to remove the Marketplace add-in...
- 3 kudos
- 421 Views
- 4 replies
- 3 kudos
Is the Semantic Layer the Real Challenge With Databricks Genie?
I've been thinking about this while looking at different Genie use cases.It seems like the hardest part of implementing Genie isn't getting users to ask questions in natural language. It's making sure Genie understands what those questions actually m...
- 421 Views
- 4 replies
- 3 kudos
- 3 kudos
language interface itself. Genie can generate SQL, but it still needs clear business definitions, relationships, metrics, and terminology to know what the user actually means. Databricks itself recommends well-documented datasets, SQL expressions, ex...
- 3 kudos
- 3523 Views
- 3 replies
- 3 kudos
Resolved! When is it time to change from ETL in notebooks to whl/py?
Hi!I would like some input/tips from the community regarding when is it time to go from a working solution in notebooks to something more "stable", like whl/py-files?What are the pros/cons with notebooks compared to whl/py?The way i structured things...
- 3523 Views
- 3 replies
- 3 kudos
- 3 kudos
Hey @Forssen ,My advice:Using .py files and .whl packages is generally more secure and scalable, especially when working in a team. One of the key advantages is that code reviews and version control are much more efficient with .py files, as changes ...
- 3 kudos
- 1115 Views
- 4 replies
- 1 kudos
Resolved! Changing profile from customer to partner
HelloI was previously registered with a customer profile, and have updated my profile to use my work email which is a partner email, but still I am unable to access the partner academy.I tried different things (incognito window, clearing cookies, etc...
- 1115 Views
- 4 replies
- 1 kudos
- 1 kudos
Yeah, that sounds frustrating. Hopefully support can get the profile linked properly—seems like it should be a pretty straightforward account update.
- 1 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 -
AIBI
1 -
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 Data Factory
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 -
Chrome
1 -
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 -
CommunityArticle
1 -
Compute
3 -
Compute Instances
1 -
conditional tasks
1 -
Connection
1 -
consulting
1 -
Contest
1 -
Course
1 -
Credentials
1 -
csv
1 -
Custom Python
1 -
CustomLibrary
1 -
DAIS2026
1 -
Dashboards
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 -
Data Quality
1 -
Data Quality Checks
1 -
DataArchitecture
1 -
Databrick add-on for Splunk
1 -
databricks
6 -
Databricks Academy
1 -
Databricks AI + Data Summit
1 -
Databricks Alerts
1 -
Databricks App
2 -
Databricks Assistant
1 -
Databricks autoloader
1 -
Databricks Certification
1 -
Databricks champion
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 Error Message
1 -
Databricks genAI associate
1 -
Databricks JDBC Driver
2 -
Databricks Job
1 -
Databricks Lakeflow
1 -
Databricks Lakehouse Platform
6 -
Databricks Migration
1 -
Databricks Model
1 -
Databricks notebook
2 -
Databricks Notebooks
4 -
Databricks Partner
1 -
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 -
DataEngineering
1 -
DataGovernance
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
2 -
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 -
Genie
1 -
Getting started
3 -
Google Bigquery
1 -
Grafana
1 -
HIPAA
1 -
Hubert Dudek
2 -
IA
1 -
import
2 -
Integration
1 -
ISVPartnership
1 -
JDBC Connections
1 -
JDBC Connector
1 -
Job Task
1 -
JSON Object
1 -
Lake Flow Connect
1 -
LakeflowDesigner
1 -
Lakehouse
1 -
Learning
2 -
Lineage
1 -
link for labs
1 -
LLM
1 -
Login
1 -
Login Account
1 -
Machine Learning
3 -
MachineLearning
1 -
Market Place
1 -
MasterDataManagement
1 -
Materialized Tables
2 -
MDM
1 -
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 -
mosic ai search
1 -
Networking
2 -
Notebook
1 -
Onboarding
1 -
Onboarding Trainings
1 -
OpenAI
1 -
Pandas udf
1 -
Permissions
1 -
personalcompute
1 -
Pipeline
2 -
Plotly
1 -
plugins
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 -
UnityCatalog
1 -
Update
1 -
user groups
2 -
Venicold
3 -
Vnet
1 -
Voucher Not Recieved
1 -
VScode Extension
1 -
Watermark
1 -
Webinar
1 -
Weekly Documentation Update
1 -
Weekly Release Notes
2 -
Women
1 -
Workflow
2 -
Workspace
3
- « Previous
- Next »
| User | Count |
|---|---|
| 142 | |
| 123 | |
| 57 | |
| 46 | |
| 40 |