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

pjv
by New Contributor III
  • 1590 Views
  • 1 replies
  • 0 kudos

Setting up a proxy for python notebook

Hi all,I am running a python notebook with a web scraper. I want to setup a proxy server that I can use to avoid any IP bans when scraping. Can someone recommend a way to setup a proxy server that can be used from HTTP requests send from a Databricks...

  • 1590 Views
  • 1 replies
  • 0 kudos
Latest Reply
pjv
New Contributor III
  • 0 kudos

Hi Kaniz,Thanks for the reply. I know how to include HTTP proxies in my python code and redirect the requests. However, I wondered if Databricks has any functionality to setup the proxies?Thank you

  • 0 kudos
CharlesDLW
by New Contributor
  • 1155 Views
  • 1 replies
  • 0 kudos

Unity Catalog cannot display(), but can show() table

Hello all,I'm facing the following issue in a newly setup Azure Databricks - Unity Catalog environment:Failed to store the result. Try rerunning the command.Failed to upload command result to DBFS. Error message: PUT request to create file error Http...

CharlesDLW_0-1721137183201.png
  • 1155 Views
  • 1 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 0 kudos

Hi @CharlesDLW , You have similar use case to the one below. Follow my reply in that thread: https://community.databricks.com/t5/community-discussions/file-found-with-fs-ls-but-not-with-spark-read/m-p/78618/highlight/true#M5972 

  • 0 kudos
JVesely
by New Contributor III
  • 3192 Views
  • 2 replies
  • 2 kudos

Resolved! jdbc errors when parameter is a boolean

I'm trying to query a table from Java code. The query works when I use a databricks notebook / query editor directly in Databricks. However, when using Jdbc with Spring, I get following stacktrace.  org.springframework.jdbc.UncategorizedSQLException:...

  • 3192 Views
  • 2 replies
  • 2 kudos
Latest Reply
JVesely
New Contributor III
  • 2 kudos

As I see it, there's two things:jdbcTemplate converts boolean to bit. This is according to JDBC specs (this is a "spring-jdbc" thing and according to documentation; the jdbcTemplate.queryForList makes the best possible guess of the desired type).Data...

  • 2 kudos
1 More Replies
Shrinivas
by New Contributor
  • 1449 Views
  • 1 replies
  • 0 kudos

Databricks/Terraform - Error while creating workspace

Hi - I have below code to create the credentials, storage and workspace through terraform script but only credentials and storage is created but failed to create the workspace with error.  Can someone please guide/suggest what's wrong with the code/l...

  • 1449 Views
  • 1 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 0 kudos

Hi @Shrinivas , Could you share with us how you configured datbricks provider?

  • 0 kudos
Bhavya21
by New Contributor III
  • 1161 Views
  • 1 replies
  • 0 kudos

Databricks exam got suspended without any reason. Immediate assistance required

Hello Team, @Cert-Team @Cert-Bricks I had my exam yesterday and had a Pathetic experience while attempting my 1st DataBricks certification. Abruptly, Proctor asked me to show my desk, after showing he/she asked multiple times.. before that somehow 2 ...

  • 1161 Views
  • 1 replies
  • 0 kudos
Latest Reply
Bhavya21
New Contributor III
  • 0 kudos

@Retired_mod @Cert-Team @Cert-Bricks Thanks so much for responding. But I have been waiting from day before yesterday, and yet have not received any any response for the ticket. Can you please look into it.I appreciate it. 

  • 0 kudos
Anusha95
by New Contributor II
  • 2277 Views
  • 2 replies
  • 0 kudos

Filtering output dataset using parameter values from different dataset

Hi Team, I am trying to build dynamic dashboard for which I have created 2 dataset and I am passing values from 1st dataset to 2nd dataset as parameter. When an user selects parameter values of 1st dataset, 2nd dataset should use those user input val...

  • 2277 Views
  • 2 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

Here are a few suggestions: Ensure that your query in the second dataset is correctly set up to accept and use the parameters from the first dataset. The parameters should be correctly mapped to the catalog, schema, and table name in your "select * ...

  • 0 kudos
1 More Replies
Prashanthkumar
by New Contributor III
  • 799 Views
  • 0 replies
  • 0 kudos

Issue with Databricks repo patch

I have a strange issue when i am trying to do Databricks repo PATCH rest API using Postman it works however if i run the same curl command from Github actions it doesn't do the refresh. What could be the reason? any suggestions.

  • 799 Views
  • 0 replies
  • 0 kudos
Data_Engineer3
by Contributor III
  • 3219 Views
  • 4 replies
  • 0 kudos

Delete databricks community post

Hi All,If in case if I make any mistake in my previous post in the databricks community, how can delete the post which I was posted and got replied on the same. Is this possible to delete the old post which was already replied by someone else.Thanks,

  • 3219 Views
  • 4 replies
  • 0 kudos
Latest Reply
Data_Engineer3
Contributor III
  • 0 kudos

I need to delete my old post which contain the details which should not be shared.https://community.databricks.com/t5/data-engineering/need-to-define-the-struct-and-array-of-struct-field-colum-in-the/m-p/58131#M31022 

  • 0 kudos
3 More Replies
jose_db_aws
by New Contributor III
  • 1544 Views
  • 1 replies
  • 1 kudos

Resolved! unable to perform CD using github actions for MLops

Hi, I am new to databricks and MLOPS as well. I am trying out the databricks asset bundles mlops tutorial at https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.htmlmy cloud account is using AWS. I had asked to setup FS and Model Registry i...

jose_db_aws_0-1721042139398.png jose_db_aws_0-1721043189198.png jose_db_aws_1-1721042263883.png jose_db_aws_2-1721042559490.png
  • 1544 Views
  • 1 replies
  • 1 kudos
Latest Reply
jose_db_aws
New Contributor III
  • 1 kudos

The problem was with the secrets at github actions were different from the Personal access token that I had set as my environment variable, DATABRICKS_TOKEN locally. After I copied this over the github's STAGING_WORKSPACE_TOKEN it is able to run the ...

  • 1 kudos
valefar
by New Contributor
  • 1644 Views
  • 0 replies
  • 0 kudos

Unexpected response from server during a HTTP connection: authorize: cannot authorize peer.

Hi all,When attempting to connect to Databricks with Spark ODBC using the regular host ip and port, everything is successful. However, we need to send the connection through an internal proxy service that re-maps the server's endpoint to a local port...

  • 1644 Views
  • 0 replies
  • 0 kudos
FaizH
by New Contributor III
  • 3206 Views
  • 2 replies
  • 2 kudos

Resolved! Connecting Power BI to aws databricks using service principal

Hi,I am trying to connect AWS Databricks to PowerBI using service principal. Below are the steps I followed:1. Created Service Principal in Identity and Access2. I went to Permission setting page under Settings>Advanced and added this new service pri...

FaizH_0-1720813920178.png FaizH_1-1720814138258.png FaizH_2-1720814351495.png FaizH_5-1720814797997.png
  • 3206 Views
  • 2 replies
  • 2 kudos
Latest Reply
FaizH
New Contributor III
  • 2 kudos

Thanks for the reply, I got the solution. I was missing adding SP account in SQL Warehouse permission setting. After adding it, my PBI report is working fine.

  • 2 kudos
1 More Replies
InquisitiveGeek
by New Contributor II
  • 1087 Views
  • 1 replies
  • 1 kudos

How to get the JSON definition - "CREATE part" for a job using JOB ID or JOB Name

I want to get the JSON definition of the "create part" of the job. I have the job id and job name. I am using databricks notebook for this. I can the get the "GET" json api definition but not able able to get the "CREATE" part json definition which I...

  • 1087 Views
  • 1 replies
  • 1 kudos
ShankarM
by Contributor
  • 1111 Views
  • 0 replies
  • 0 kudos

Hadoop Hive migration to Databricks

Hi,Can you let me know what are the challenges and how to mitigate while migrating Hive objects to Databricks. I could not get any information on this. Can you please provide.

  • 1111 Views
  • 0 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