Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best prac...
Explore discussions on Databricks administration, deployment strategies, and architectural best prac...
Join discussions on data engineering best practices, architectures, and optimization strategies with...
Join discussions on data governance practices, compliance, and security within the Databricks Commun...
Explore discussions on generative artificial intelligence techniques and applications within the Dat...
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithm...
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Communi...
Hi,I'm using Databricks Free Edition and connected a GitHub repository through the Databricks GitHub integration. I can clone/connect to the repository and create/edit files, but when I try to Commit & Push, Databricks returns:Error pushing changesRe...
I am trying to restrict workspace users' access to Databricks Foundation Models using the guidance in the Foundation Model Unity Catalog Permissions documentation.I have revoked EXECUTE permission for all users from the system.ai schema. However, wor...
It persists after enablement. The legacy databricks-* endpoints are a separate serving path from both pay-per-token and provisioned throughput, so they aren't gated by the system.ai EXECUTE revoke. It isn't pre-enablement behaviour that clears once t...
Chào mọi người,Tôi hiện đang sử dụng Databricks Community Edition (tài khoản miễn phí) và muốn hỏi về việc chạy các tác vụ theo lịch trình/liên tục trên đó.Cụ thể: 1. Liệu có thể chạy một tác vụ liên tục (ví dụ: tác vụ xử lý dữ liệu trực tuyến hoặc t...
@FastFoodBro You can use Databricks Free account for personal use only (personal use, learning, experimentation - not for production or commercial use). You can upgrade to a paid plan to access full platform features as you will face interruptions in...
How do I add a column to an existing delta table with SQL if the column does not already exist?I am using the following code: <%sqlALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name type; >but it prints the error: <[PARSE_SYNTAX_ERROR] Synta...
Here some SQL devilry that does not require SQL Scripting nor pythons. It adds a my_extra_column FLOAT to the target table with null values. I'm as shocked as anyone that this works, (and if it's undocumented behavior, someone in Databricks Command ...
Hi everyone,Looking for the right pattern here rather than a workaround.Setup. DBR 15.4 LTS, Unity Catalog. A silver streaming table reads from a bronze Delta table with a normal streaming read. Bronze is append only in the ordinary course of busines...
On DBR 15.4 LTS, use legacy CDF when corrections must reach silver, provided CDF was enabled before this UPDATE and the required version remains retained (source changes, CDF availability and retention). Before MERGE, reduce each microbatch to one f...
I was reviewing a schema change recently and wanted a quick answer to a simple question:Could this column be used by a Genie Agent somewhere without me realizing it?There's now a pretty useful way to check I want to share with you.Databricks' March 2...
Unable to log in to the Databricks account to opt for the subscription to use the compute options, but in Azure, able to create workflows.
Hi,I am facing some issues while configuring Databricks ODBC driver for Tableau connection purposes. After setting up all the parameters and settings I get the following error when I use OAuth 2.0 mechanism with Browser Based Authorization Code. Has ...
@Hatim_Vohra The error is happening before Databricks authentication completes because ODBC driver is using browser-based OAuth, but it isn’t able to launch the browser.If you want to continue with the ODBC, check the OAuth options and enable Ignore ...
I randomly encountered the following behavior when setting up Big Query federation in Databricks Free Edition and wondered if this is expected behavior or just something that happens in the Executing cell 1 as captured in the screenshot prints out th...
hi, this is expected behaviour and is not specific to Free Edition. Databricks documents that a secret assigned through dbutils.secrets.get() and subsequently printed should be replaced with [REDACTED]. Redaction is best-effort and applies to literal...
Hi everyone,Trying to work out whether this is expected or whether I have misconfigured something.We enabled Photon on a job cluster running a nightly aggregation over roughly 2TB. The expectation was the usual improvement. What we got instead was ru...
Really useful real-world scenario. I’d be interested to see how others approach pinpointing Photon fallbacks, especially with Python UDFs and nested structs. A before/after comparison of a UDF rewrite would also be a great way to quantify whether the...
What is Image Annotation?What are the Steps of Image Annotation?What are the Different Techniques of Image Annotation?Types Used in Image AnnotationHow are Companies Handling Image Annotation?Features to Look for in Image Annotation Service Providers...
Great overview of image annotation! The sections on different techniques, real-world use cases, and pricing factors are especially helpful for anyone getting started with AI/ML. Looking forward to exploring the future trends in image annotation!
Hi everyone,I am trying to understand the exact differences between using Workspace experiments versus Unity Catalog experiments, specifically in the context of MLflow autologging (mlflow.autolog()).Does autologging behave differently depending on wh...
Great question! I’d also be interested to know if autologging has any behavioral or permission differences with Unity Catalog experiments, especially around governance and model lineage.
Hi everyone,A question I keep having with my team and I would like to hear how others think about it.A lot of the jobs we run are not big. Plenty of our pipelines process a few gigabytes, some considerably less. We run them on Spark because that is w...
Eu evitaria definir um limite rígido de GB.No Databricks, eu manteria o Spark como mecanismo de execução padrão para padronização, governança, observabilidade e evolução mais fácil das cargas de trabalho. Para cargas de trabalho pequenas, a otimizaçã...
Hi everyone,We are in the process of migrating our legacy Airflow DAGs (largely time-based cron schedules) to Lakeflow Jobs, and I want to fully leverage the platform's event-driven capabilities rather than just replicating the old "timer-based" patt...
Hi,Migrating the same way. The messy parts.On file arrival triggers, first check whether your external locations have file events enabled, because the behaviour differs sharply. Without them you get a cap of 50 triggered jobs per workspace and at mos...
We have a notebook that calculates the "mode" (most frequent value) of a customer_parent_name field using ROW_NUMBER() OVER (PARTITION BY ... ORDER BY count DESC). The exact same notebook code is deployed to two Unity Catalog-governed environments (D...
Hi,Your diagnosis is correct, and the fix is simpler than you are expecting.On question one, yes, this is expected and it is not a Databricks or Unity Catalog behaviour. ROW_NUMBER with an ORDER BY that does not define a total order is non determinis...
| User | Count |
|---|---|
| 1838 | |
| 885 | |
| 809 | |
| 472 | |
| 313 |