Databricks Platform Discussions
Dive into comprehensive discussions covering various aspects of the Databricks platform. Join the co...
Dive into comprehensive discussions covering various aspects of the Databricks platform. Join the co...
Engage in vibrant discussions covering diverse learning topics within the Databricks Community. Expl...
I have this issue[details] X_NHC_CONTROL_PLANE_UNREACHABLE: Instance failed network health check before bootstrapping with fatal error: X_NHC_CONTROL_PLANE_UNREACHABLE 2 failed component(s): control_plane internet Retryable: true Based on the failure...
Hi @taglud_dbw ,The first thing I would check: does the subnet actually have outbound Internet access?This is especially important for a recently created VNet/workspace. Azure changed its default behavior: for new VNets, subnets now default to being ...
Using read_files to read Avro-formatted blobs from an external location, I get the error:> Malformed records are detected in record parsing: Event 0. Parse Mode: FAILFAST. To process malformed records as null result, try setting the option 'mode' as ...
Hi @Malthe ,read_files accepts format-specific options, but the Avro option table has an important scope column. For mode, that scope is only from_avro, not Avro file reads. Spark documents it as:"mode … allows you to specify parse mode for function ...
Hi Everyone, This is a follow up to a previous question I posted. We have a need for a number of apps that have a spreadsheet-like interface and read/write to our lakehouse. A common spec that comes up in these discussions is the need for managers to...
Thank you both for those very quick and excellent responses. The hovering thing is just an example of the kind of question I get, probably not an exact spec. I would be happy if the audit trail can be displayed somehow in the app.
Hello Everyone,We have a requirement to expose Databricks Unity Catalog Metric Views to custom applications running outside the Databricks environment.The application team would like to consume governed KPIs and metrics through APIs such as REST or G...
Hi @vkondepati ,Hi ,Hi,1. Out-of-the-box REST/GraphQL for metric views?Databricks does not appear to provide a Metric View-specific REST or GraphQL query API. Metric Views are queried through the Databricks SQL engine using SQL, including the MEASUR...
As part of flawless data governance and data quality implementation, Data Drift metrics play a very important role. I have compiled a few Data Drift metrics like Jensen-Shannon Divergence Score, Correlation Breakdown Detection, Data Lineage Health an...
Hi Surya,Statistical Drift Metrics to handle distribution shifts across numeric and categorical featuresPopulation Stability Index - Excellent for tracking numeric feature distribution shifts and detecting gradual concept drift over time.Kolmogorov-S...
Has anyone prototyped Databricks Lakebase or deployed it in a production environment? I'd be interested in hearing about your experience, including any lessons learned, performance observations, or challenges you encountered.I’ve spent quite a bit of...
-->Every enterprise runs two database worlds: Postgres/Oracle for transactions, and a Lakehouse for analytics traditionally connected by a fragile CDC pipeline. -->Databricks now runs your transactions AND your analytics on one platform, one governed...
Hi everyone,I'm working on an AI/BI dashboard and I accidentally initialized a Relationship Graph (semantic model) by clicking "Get started with Relationships" in the Data tab. The model has no relationships and no measures -- it just auto-created en...
Hi brickuser,You have hit a UI limitation with the Dashboard Relationships (Semantic Model) feature in Public Preview. Once you click Get started with Relationships, Databricks automatically initializes a semantic model from your existing datasets. W...
We have some users who are unable to access Databricks training by using SSO. They start with Databricks Training Login: Data Engineering & AI Learning | Databricks and then when choosing Continue with Azure login option from they get this error pag...
Hi Andy, Good detective work here. You checked public DNS before posting, and that screenshot tells most of the story. As far as I can tell, login.cloud.databricks.com isn't a published Databricks endpoint. The documented login hosts are login.databr...
Setup: Lakeflow Connect Netsuite pipeline (UC Connection, deployed via UI), Azure Databricks. Target table is netsuite.transactionline, currently about 13.8M rows, 395 columns, CDC ingestion type (I know I know but there aren't that many rows changin...
Hey there, we offer a best-in-class ELT tool that can connect NetSuite to Azure Databricks out of the box.It supports incremental loading.Might you be interested in this tool?https://studio.precog.cloud
Calling get_token() on a Unity Catalog service credential fails for any scope using the api:// App ID URI format. Only https://-scheme resource scopes succeed. The same api:// scopes work correctly with a service principal.Reproductioncredential = db...
Hi @Oumeima ,Totally understand. Let's hope support comes through with a fix
We've been digging into serverless interactive compute costs in notebooks, because our internal cost monitoring (cross-referencing system.billing.usage with system.query.history) showed a large share of the spend coming from idle time rather than act...
Hi @elizeu_reis , great detective work here. Cross-referencing system.billing.usage with system.query.history is exactly the right way to separate real usage from idle burn. I did some digging, and I can confirm most of what you observed. There are t...
HelloI have a question about how VACUUM works.We executed the following VACUUM command from a PySpark job:spark.sql("""VACUUM catalog_name.schema_name.table_name RETAIN 168 HOURS""")The Delta table has a table property retention period of 365 days, b...
Greetings @bricks_2026 , I did some digging and here is what I found. First, good question, and you've already pulled the right evidence from the table history. This looks like retention semantics rather than a PySpark quoting issue or a logging bu...
Hi,I am currently designing a PII governance framework to meet CCPA compliance requirements on Databricks. I understand that Databricks provides mechanisms such as VACUUM and Deletion Vectors combined with REORG … APPLY (PURGE) to permanently remove ...
For GDPR/CCPA deletion requests involving PII, I think the key is having a clearly defined process that identifies all locations where the user’s data may exist, including primary records, backups, logs, integrations, and derived data.It’s also impor...
Hi Everyone,I am currently working on an internal application for editing and analyzing forecast data built and hosted via Databricks Apps. I would appreciate a sanity check from anyone who has taken AppKit into production as I am planning on utilizi...
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. ...
The first thing I’d check is whether both executions are actually running under the same conditions. API-triggered jobs can have different initialization timing, environment variables, dependencies, permissions, or cluster state compared with a noteb...
| User | Count |
|---|---|
| 1899 | |
| 1038 | |
| 931 | |
| 480 | |
| 372 |