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

weilin0323
by New Contributor III
  • 3962 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...

  • 3962 Views
  • 4 replies
  • 0 kudos
Latest Reply
Brahmareddy
Esteemed Contributor
  • 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
  • 1114 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...

  • 1114 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
  • 1585 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...

  • 1585 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
  • 4579 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
  • 4579 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
  • 1924 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....

  • 1924 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
  • 672 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...

  • 672 Views
  • 0 replies
  • 0 kudos
teaholic
by New Contributor III
  • 9182 Views
  • 10 replies
  • 10 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...

  • 9182 Views
  • 10 replies
  • 10 kudos
Latest Reply
renancy
New Contributor III
  • 10 kudos

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

  • 10 kudos
9 More Replies
prad18
by New Contributor III
  • 7389 Views
  • 11 replies
  • 6 kudos

Resolved! Unity catalog implementation

Hello Databricks Community,We are in the process of planning a Unity Catalog implementation for our organization, and I'd like to seek input on some architectural decisions. We're considering various approaches to workspace separation, storage accoun...

  • 7389 Views
  • 11 replies
  • 6 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 6 kudos

Hi @prad18 ,I'm glad the previous response was helpful! Let's address your remaining questions:Cost Differences Between Single vs. Multiple Azure Storage Accounts: The cost difference between using a single Azure storage account for both Unity Catalo...

  • 6 kudos
10 More Replies
rafal_walisko
by New Contributor II
  • 583 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...

  • 583 Views
  • 0 replies
  • 0 kudos
tomos_phillips1
by New Contributor II
  • 9243 Views
  • 9 replies
  • 1 kudos

GeoPandas Insall

hi,I cannot install geopandas in my notebook, ive tried all different forms of generic fix, pip installs etc but always get this error:CalledProcessError: Command 'pip --disable-pip-version-check install geopandas' returned non-zero exit status 1.---...

  • 9243 Views
  • 9 replies
  • 1 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 1 kudos

@brian999 - Conda is subjected to commercial licensing. Referenced here:  https://docs.databricks.com/en/archive/legacy/conda.html

  • 1 kudos
8 More Replies
s100rab
by New Contributor
  • 502 Views
  • 0 replies
  • 0 kudos

Free voucher awaited

Hi team , I cleared datalake fundamentals exam attended webinar and completed survey ( my id s100rab@gmail.com )  when can I expect voucher

  • 502 Views
  • 0 replies
  • 0 kudos
philHarasz
by New Contributor III
  • 500 Views
  • 0 replies
  • 0 kudos

Googles finds databricks community topics but databricks community search does not

Every time I ask Google a Databricks question, and a link comes up to this community, and I click the link, it goes right to the topic and I get to read the question and the answer. But then a pop-up appears asking me to login to the community. Since...

  • 500 Views
  • 0 replies
  • 0 kudos
jlagos
by New Contributor II
  • 1295 Views
  • 0 replies
  • 2 kudos

Survey about Databricks

Hi everyone, I hope you are very well.In the research for my university we are conducting a survey to Databricks users, aimed to gather information about how cluster configuration and optimization is faced in the industry.If you like you can answer i...

  • 1295 Views
  • 0 replies
  • 2 kudos
Artman23
by New Contributor
  • 1687 Views
  • 1 replies
  • 0 kudos

DLT Pipeline Issue with New Version of Advanced Data Engineering with Databricks training

I am currently taking the new Advanced Data Engineering with Databricks training. I am stuck in the Demo: Auto Load to Bronze section of Streaming ETL Patterns with DLT. Looks to be an access issue to AWS as the pipeline errors out with the following...

  • 1687 Views
  • 1 replies
  • 0 kudos

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels