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

HMSUM
by New Contributor III
  • 13530 Views
  • 13 replies
  • 3 kudos

Resolved! Unable to access Account console under Azure Databricks

I am the only user for the Azure enviornment and assigned global admin.For the resource group, I am the owner.For the Azure Databricks Service I am the service admin already.I would like to try to go into the Account console to make some changes for ...

HMSUM_0-1721817322692.png HMSUM_1-1721817364018.png HMSUM_2-1721817410580.png HMSUM_3-1721817433352.png
  • 13530 Views
  • 13 replies
  • 3 kudos
Latest Reply
dataeng42io
New Contributor III
  • 3 kudos

My issue was resolved with a recommendation of this article here  

  • 3 kudos
12 More Replies
databricksdummy
by New Contributor
  • 3153 Views
  • 3 replies
  • 0 kudos

INVALID_PARAMETER_VALUE: There are more than 1001 files. Please specify [LIMIT] to limit the num....

I am running Azure Databricks DBX Runtime 13.3 and I am seeing the following error in my workspace:Last execution failed# doesn't work in DBX Runtime 13.3 and above# limitation is it can't read more than 1001 filesdbutils.fs.ls("[path]")AnalysisExcep...

  • 3153 Views
  • 3 replies
  • 0 kudos
Latest Reply
ashwini0723
New Contributor II
  • 0 kudos

@Retired_mod how to resolve this issue? I have faced the same issue on dbr 14.3 and dbr 15.4 version unity enabled cluster. Can you please let us know the workaround for it? 

  • 0 kudos
2 More Replies
RobsonNLPT
by Contributor III
  • 11389 Views
  • 6 replies
  • 2 kudos

Resolved! Error on UC Liquid Clustering

I know we have 4 keys max on cluster by () for both z-order and partition keys. I got some issues when adding 4 keys and 1 specific key triggers that error (I was not expecting as this is about Create Table) . Stats makes sense if you need to optimiz...

  • 11389 Views
  • 6 replies
  • 2 kudos
Latest Reply
swoop-dave
New Contributor II
  • 2 kudos

Is Liquid cluster also helpful for high cardinality columns for a table Join?

  • 2 kudos
5 More Replies
AkhilVydyula
by New Contributor II
  • 4449 Views
  • 2 replies
  • 1 kudos

Resolved! Data bricks Bundle - 'include' section does not match any files.

Hello Community,I’m encountering the following error while working on my project:Error: ${var.FILE_NAME} defined in 'include' section does not match any files.Has anyone faced this issue before? I'm using variables to include specific files, but it s...

  • 4449 Views
  • 2 replies
  • 1 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 1 kudos

Hi @AkhilVydyula ,You can start by updating your cli. I've seen some really weird errors with older cli versions.

  • 1 kudos
1 More Replies
PiotrU
by Contributor II
  • 888 Views
  • 0 replies
  • 0 kudos

Creation of live consumption of MSSQL CDC via DLT

HelloI am bit surprised - but I don't see any default possibility of creating continous pipeline for fetching updates from MSSQL, and inserting them into delta lake - is it true - or am I missing something? To be clear - I know we can do that semi-li...

  • 888 Views
  • 0 replies
  • 0 kudos
MKSodhi
by New Contributor III
  • 5052 Views
  • 5 replies
  • 6 kudos

Resolved! Looking for Databricks Study Materials/Resources

Hello,I’m looking for study materials or resources to help me learn Databricks more effectively. Any recommendations would be greatly appreciated!

  • 5052 Views
  • 5 replies
  • 6 kudos
Latest Reply
MKSodhi
New Contributor III
  • 6 kudos

@igor779, @Rishabh-Pandey and @szymon_dybczak .Thank you all for the suggestions! Unfortunately, I don’t have access to content from partner companies and mainly rely on free resources for my studies.

  • 6 kudos
4 More Replies
weilin0323
by New Contributor III
  • 6072 Views
  • 4 replies
  • 0 kudos

Resolved! Data Masking Techniques and Issues with Creating Tables

Hello Databricks Team,I understand that the mask function can be used to mask columns, but I have a few questions:When users with access use a masked TABLE to create a downstream TABLE, the downstream TABLE does not inherit the mask function directly...

  • 6072 Views
  • 4 replies
  • 0 kudos
Latest Reply
Brahmareddy
Esteemed Contributor II
  • 0 kudos

Hi @weilin0323, How are you doing today?As per my understanding, When creating a downstream table from a masked table, you’ll need to reapply the mask function to the necessary columns in the new table if you want to maintain the same level of data p...

  • 0 kudos
3 More Replies
unseen007
by New Contributor
  • 1803 Views
  • 1 replies
  • 1 kudos

How to get a list of users in a workspace with Account Level APIs

Hi There,We are planning to move to Unity Catalog soon so started replacing workspace API with Account Level APIs. One use case I have is getting a list of users, pretty straight forward with workspace:{workspaceUrl}api/2.0/preview/scim/v2/Users?coun...

  • 1803 Views
  • 1 replies
  • 1 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 1 kudos

Hi @unseen007 ,To get a list of all users in a given workspace, you should use api/2.0/preview/scim/v2/Users api endpoint. Why do you assume this API is inappropriat? Unity Catalog has nothing to do with this. One API let's you list user at account l...

  • 1 kudos
DavidKxx
by Contributor
  • 2596 Views
  • 1 replies
  • 1 kudos

Resolved! Task runs missing from system database

I have a workflow with 11 tasks (each task executes one notebook) that run in sequence.  The task was run on 9/1 and again today (9/10).  I am working reporting task history and status using system table `system.lakeflow.job_task_run_timeline`.   The...

  • 2596 Views
  • 1 replies
  • 1 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 1 kudos

Hi @DavidKxx ,There are chances that the table has not been updated today.Check tomorrow.Here what the documentation says: 

  • 1 kudos
abueno
by Contributor
  • 8577 Views
  • 2 replies
  • 0 kudos

Resolved! exclude (not like) filter using pyspark

I am trying to exclude rows with a specific variable when querying using pyspark but the filter is not working.  Similar to the "Not like" function in SQL.  e.g. not like '%var4%'.  The part of the code that is not working is: (col('col4').rlike('var...

Get Started Discussions
Databricks
python
  • 8577 Views
  • 2 replies
  • 0 kudos
Latest Reply
abueno
Contributor
  • 0 kudos

Worked perfectly Thank you. 

  • 0 kudos
1 More Replies
MaximeGendre
by New Contributor III
  • 3018 Views
  • 3 replies
  • 2 kudos

Resolved! Curl command working in 12.2 but not in 13.3

Hello, one my teammate is trying to put some obversability on our Databricks flows.When he tries to contact our Open Telemetry server, he gets a timeout.I had a look, and the same command (on the same Databricks workspace) works well with runtime 12....

  • 3018 Views
  • 3 replies
  • 2 kudos
Latest Reply
MaximeGendre
New Contributor III
  • 2 kudos

Hello,thank you for your answer.I tried to update library version and it was almost the solution.It realized it neither works in 12.2 but the output was pretty different and it misled me.Probably a network config to set up in the target server. 

  • 2 kudos
2 More Replies
lux13
by New Contributor
  • 1056 Views
  • 0 replies
  • 0 kudos

show document name in AI agent

Hi everyone!I have successfully deployed the Review App of my AI agent following those instructions: Create and log AI agents | Databricks on AWSHowever, one question came up regarding the sources (names). To be precise, is there a possibility to sho...

  • 1056 Views
  • 0 replies
  • 0 kudos
teaholic
by New Contributor III
  • 12923 Views
  • 10 replies
  • 12 kudos

Resolved! how to include checkboxes in markdown cells in databricks notebook

Hi has anyone else tried to include checkboxes in markdown cells in databricks notebook?I believe I followed the correct way for checkbox: - [ ] and - [x]but the result I got is still no checkboxes.Please help! Thanks!  %md #to do: - [x] static vari...

  • 12923 Views
  • 10 replies
  • 12 kudos
Latest Reply
renancy
New Contributor III
  • 12 kudos

Hi @teaholicI faced the same problem and found the ✓ and ✗ notation that did work for me. Hope that helps. 

  • 12 kudos
9 More Replies
rafal_walisko
by New Contributor II
  • 826 Views
  • 0 replies
  • 0 kudos

API Results filename have tomorrow's date

Hi, I'm downloading data in chunks using API api/2.0/preview/sql/queries Today I've realized hat, the chunks have different date.. For example  results_2024-09-10T10_30_32Z_acf798b5-2a5c-474f-a3b0-b83a2a8eb35a.csv I'm in the UTC timezone, I know that...

  • 826 Views
  • 0 replies
  • 0 kudos
Labels