cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Mani2105
by New Contributor II
  • 1025 Views
  • 1 replies
  • 1 kudos

Databricks Dashboard ,passing Prompt Values from one page to another

HI Guys,I have a dashboard with main page where I have a base query and added a  date time range widget and linked it to filter the base query , Now I have a Page 2 where i use a a different sumamrized query as a source , base query2 . I need this qu...

  • 1025 Views
  • 1 replies
  • 1 kudos
Latest Reply
Renu_
Valued Contributor II
  • 1 kudos

Hi @Mani2105, I guess currently, Databricks dashboards don’t support sharing widget parameters like date range filters across pages. Each page is isolated, so filters must be recreated manually per page. Manual configuration remains the only way to m...

  • 1 kudos
Rjdudley
by Honored Contributor
  • 1656 Views
  • 2 replies
  • 1 kudos

Asinine bad word detection

Are you kidding me here--I couldn't post this reply because (see arrows because I can't say the words)?  I've run afoul of this several times before, bad word detection was a solved problem in the 1990s and there is even a term for errors like this--...

Rjdudley_1-1744315224899.png
  • 1656 Views
  • 2 replies
  • 1 kudos
Latest Reply
Advika
Community Manager
  • 1 kudos

Hello @Rjdudley! Thank you for bringing this to our attention. We understand how frustrating it can be to have your message incorrectly flagged, especially when you're contributing meaningfully. While our filters are in place to maintain a safe space...

  • 1 kudos
1 More Replies
tw1
by New Contributor III
  • 2558 Views
  • 5 replies
  • 1 kudos

AI/BI Dashboard - Hide Column in Table Visualization, but not in exported data

How can I hide specific colum from a table visualization, but not in the exported data.I have over 200 columns in my query result and the ui freeze while I want to show it in a table visualization. So I want to hide specific columns, but if I export ...

  • 2558 Views
  • 5 replies
  • 1 kudos
Latest Reply
tw1
New Contributor III
  • 1 kudos

.

  • 1 kudos
4 More Replies
tejas8196
by New Contributor II
  • 4441 Views
  • 3 replies
  • 0 kudos

DAB not updating zone_id when redeployed

Hey folks,Facing an issue with zone_id not getting overridden when redeploying the DAB template to Databricks workspace.The Databricks job is already deployed and has "ap-south-1a" zone_id. I wanted to make it "auto" so, I have made the changes to th...

Screenshot 2024-06-05 at 12.40.57 AM.png
Get Started Discussions
data engineering
  • 4441 Views
  • 3 replies
  • 0 kudos
Latest Reply
KungFuMaster
New Contributor II
  • 0 kudos

Hello. I had similar issue when using DAB in CI/CD but able to fixed the issue. 

  • 0 kudos
2 More Replies
ChristianRRL
by Honored Contributor II
  • 2965 Views
  • 2 replies
  • 1 kudos

Resolved! DBX Community Pending Answers

Hi there, in the past I've posted questions in this community and I would consistently get responses back in a very reasonable time frame. Typically I think most of my posts have an initial response back within 1-2 days, or just a few days (I don't t...

  • 2965 Views
  • 2 replies
  • 1 kudos
Latest Reply
ChristianRRL
Honored Contributor II
  • 1 kudos

Thank you for clarifying. I know some questions may be a bit more technical, but I hope I get some feedback/suggestions, particularly to my UMF Best Practice question!

  • 1 kudos
1 More Replies
sys08001
by New Contributor II
  • 1604 Views
  • 1 replies
  • 1 kudos

Resolved! Is there a way to iterate over a combination of parameters using a "for each" task?

Hi,I have a notebook with two input widgets set up ("current_month" and "current_year") that the notebook grabs values from and uses for processing. I want to be able to provide a list of input values in the "for each" task where each value is actual...

  • 1604 Views
  • 1 replies
  • 1 kudos
Latest Reply
ashraf1395
Honored Contributor
  • 1 kudos

Hi there @sys08001 , yup it is possible you can pass the input values for the for_each task in json format Somewhat like this[ { "tableName": "product_2", "id": "1", "names": "John Doe", "created_at": "2025-02-22T10:00:00.000Z" },...

  • 1 kudos
rodneyc8063
by New Contributor II
  • 3168 Views
  • 2 replies
  • 0 kudos

Azure Databricks - Databricks AI Assistant missing on Azure Student Subscription?

I am going through a course learning Azure Databricks and I had created a new Azure Databricks Workspace. I am the owner of the subscription and created everything so I assume I should have full admin rights.The following is my set up-Azure Student S...

1databricks.jpg 2databricks.jpg databricks.jpg
  • 3168 Views
  • 2 replies
  • 0 kudos
Latest Reply
Takuya-Omi
Valued Contributor III
  • 0 kudos

@rodneyc8063 According to Azure’s documentation, it states:Tip:Admins: If you’re unable to enable Databricks Assistant, you might need to disable the "Enforce data processing within workspace Geography for Designated Services" setting. See “For an ac...

  • 0 kudos
1 More Replies
MariaSaa
by New Contributor
  • 1437 Views
  • 1 replies
  • 0 kudos

Resolved! Access to Demo: Databricks Workspace Walkthrough

Hi,How can I have access to Databricks Workspace Walkthrough hands-on (guidance) in free courses to practice?Thanks 

  • 1437 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Community Manager
  • 0 kudos

Hello @MariaSaa! The free Databricks courses don’t include access to hands-on labs. Practical lab environments are currently available only through paid training options or with an Academy Labs subscription.

  • 0 kudos
adityasimplifix
by New Contributor II
  • 2245 Views
  • 3 replies
  • 0 kudos

Allow an external user to query SQL table in Databricks

I have a delta table sitting in a schema inside a catalog. How do I allow an external user to query the SQL table via an API? I scrolled through documentation and a lot of resources but it's all so confusing. The AI assistant is way too naive. Can so...

  • 2245 Views
  • 3 replies
  • 0 kudos
Latest Reply
thackman
Databricks Partner
  • 0 kudos

We will need a bit more information. Are you asking: A) how an external user who is skilled at code can invoke a sql query via api. or B) how a non-technical external user can run a query via a simple ui?If it's option A: then you can create a person...

  • 0 kudos
2 More Replies
keb
by New Contributor II
  • 4850 Views
  • 1 replies
  • 0 kudos

Install bundle built artifact as notebook-scoped library

We are having a hard time finding an intuitive way of using the artifacts we build and deploy with databricks bundle deploy notebook-scoped.Desired result:Having internal artifacts be available notebook-scoped for jobs by configorHaving an easier way...

Get Started Discussions
artifacts
asset bundles
DAB
  • 4850 Views
  • 1 replies
  • 0 kudos
Latest Reply
keb
New Contributor II
  • 0 kudos

We were not able to find a clean solution for this, so what we ended up doing is referencing the common lib like this in every notebook it is needed.%pip install ../../../artifacts/.internal/common-0.1-py3-none-any.whl 

  • 0 kudos
Dejian
by New Contributor II
  • 1891 Views
  • 2 replies
  • 0 kudos

Autoloader delete action on AWS S3

Hi folks, I have been using autoloader to ingest files from S3 bucket.I tried to add trigger on the workflows to schedule the job to run every 10 minutes. However, recently I'm facing an error that makes the jobs keep failing after a few success run....

  • 1891 Views
  • 2 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

There might be few possibilities : can you check this items ? 1. Is there any s3 bucket policy configured like within timeframe file deletion or file validity configured ? 2. check the autload configuration once again to validate the option of cleanu...

  • 0 kudos
1 More Replies
AnkurMulasi
by New Contributor
  • 1385 Views
  • 0 replies
  • 0 kudos

Time Series Book by a Senior Solutions Architect

I recently worked with one of the Senior Solutions Architects, Yoni Ramaswami (https://www.linkedin.com/in/yoni-r/) with Databricks on a new book" Time Series Analysis with Spark" Key FeaturesQuickly get started with your first models and explore the...

  • 1385 Views
  • 0 replies
  • 0 kudos
sivaram_mandepu
by New Contributor
  • 2022 Views
  • 1 replies
  • 0 kudos

Unable pass array of tables names from for each and send it task param

sending below array list from for each task["mv_t005u","mv_t005t","mv_t880"] In the task , iam reading value as key :mv_namevalue :{{input}} but in note book i am getting below errorNote book code:%sqlREFRESH MATERIALIZED VIEW nonprod_emea.silver_loc...

  • 2022 Views
  • 1 replies
  • 0 kudos
Latest Reply
Renu_
Valued Contributor II
  • 0 kudos

Hi @sivaram_mandepu,In the first screenshot, the input must be a valid JSON array, so instead of using {{mvname: "mv_......"}}, update it to [ { "mvname": "mv_......." } ].In the third screenshot, the SQL error likely comes from a newline or extra sp...

  • 0 kudos
jorperort
by Contributor
  • 3763 Views
  • 3 replies
  • 0 kudos

Resolved! Init Scripts Error When Deploying a Delta Live Table Pipeline with Databricks Asset Bundles

Hello everyone,Let me give you some context. I am trying to deploy a Delta Live Table pipeline using Databricks Asset Bundles, which requires a private library hosted in Azure DevOps.As far as I understand, this can be resolved in three ways:Installi...

  • 3763 Views
  • 3 replies
  • 0 kudos
Latest Reply
jorperort
Contributor
  • 0 kudos

I detected the error; it was due to the path defined in the bundle where the init script was located.I'm closing the post.

  • 0 kudos
2 More Replies
diego_poggioli
by Contributor
  • 10600 Views
  • 2 replies
  • 0 kudos

FAILED_READ_FILE.NO_HINT error

We read data from csv in the volume into the table using COPY INTO. The first 200 files were added without problems, but now we are no longer able to add any new data to the table and the error is FAILED_READ_FILE.NO_HINT. The CSV format is always th...

  • 10600 Views
  • 2 replies
  • 0 kudos
Latest Reply
lurban
Databricks Partner
  • 0 kudos

I came across the same issue and the file causing problems needed the csv option "multiline" set back to the default "false" to read the file:df = spark.read.option("multiline", "false").csv("CSV_PATH") If this approach eliminates the error above, I ...

  • 0 kudos
1 More Replies
Labels