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

mallesh2088
by New Contributor II
  • 1416 Views
  • 1 replies
  • 1 kudos

Compute cluster, SQL warehouse not starting - AWS

Hey,I am using "AWSQuickstartCloudformationLambda" to create a workspace in my trial environment and on the AWS side the stack create succeeded but on the Databricks side compute cluster is not starting. The error says:Aws Authorization Failure:Failu...

  • 1416 Views
  • 1 replies
  • 1 kudos
Latest Reply
Debayan
Databricks Employee
  • 1 kudos

Hi, the error suggests there is some error with the credentials. You can check the credentials chain to see where aws is looking for the credentials. https://blog.leapp.cloud/aws-sdk-unable-to-locate-credentials.You can refer to another article: http...

  • 1 kudos
AleksandraFrolo
by New Contributor III
  • 1083 Views
  • 1 replies
  • 0 kudos

WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.

Hiiiii,I want to scratch a text from the web page with simple code:from selenium import webdriver # Set options to make browsing easier #Function is responsible to create a driver and return that driver. def get_driver(): chrome_options = webdr...

  • 1083 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, Looks like the issue is with your browser, could you please try to change the browser and confirm?Please tag @Debayan with your next comment, which will get me notified. Thanks!

  • 0 kudos
375721
by New Contributor II
  • 2470 Views
  • 4 replies
  • 0 kudos

webscraping with Firefox driver failing - Python code

Getting below exception while running web scraping script, stuck at installing firefox from snap.   Getting apparmor permission issue and tried to reinstall it and still getting the same. please check the error message section. Dependencies:Python li...

  • 2470 Views
  • 4 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, This is an issue with the dependencies of different packages. Please try as below: apt get update && apt get upgrade; apt install firefox;Please tag @Debayan with your next comment which will notify me. 

  • 0 kudos
3 More Replies
Phani1
by Valued Contributor II
  • 9691 Views
  • 1 replies
  • 0 kudos

Run a job with an Azure service principal

We had a problem in pointing out the Service Principal in the “Run as” option of workflow. Below are the details about the issue we are facing.Issue Details:I had created a Workflow in Azure Databricks workspace to automate the Data movement process....

Phani1_0-1692256727118.png Phani1_1-1692256735431.png
Get Started Discussions
Service Principal
  • 9691 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, Could you please confirm if the service principle is already added to the workspace via admin console? https://docs.databricks.com/en/administration-guide/users-groups/service-principals.html#assign-a-service-principal-to-a-workspace-using-the-ac...

  • 0 kudos
gg_047320_gg_94
by New Contributor II
  • 1218 Views
  • 1 replies
  • 0 kudos

Update metastore bucket

Hello,Our Databricks workspace is currently hosted on AWS account1, while the meta store bucket is configured within a separate AWS account2. We want to transfer this bucket to account1 to eliminate our reliance on account2. How to configure this buc...

  • 1218 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, You can use: https://github.com/databrickslabs/migrate/blob/master/METASTORE.md# for the metastore data migration. Please tag @Debayan with your next comment which will get me notified. 

  • 0 kudos
vanessafvg
by New Contributor III
  • 704 Views
  • 0 replies
  • 0 kudos

Using SQL to create delta live tables but column headers from csv have spaces

I know this has probably been asked many times, although I have struggled to find the answer using sql CREATE STREAMING LIVE TABLE bronze_site_usage COMMENT "ingest latest snapshot from api"TBLPROPERTIES ("layer" = "bronze") AS SELECT * FROM cloud_fi...

  • 704 Views
  • 0 replies
  • 0 kudos
jgrycz
by New Contributor III
  • 11256 Views
  • 5 replies
  • 0 kudos

Response for list job runs API request doesn't have next/prev_page_token field

HI,When I do GET request to obtain list of job runs using `/api/2.1/jobs/runs/list` there is no `prev_page_token`, `next_page_token` fields in the response despite of having `has_more: True`. 

Screenshot 2023-08-03 at 09.23.13.png
  • 11256 Views
  • 5 replies
  • 0 kudos
Latest Reply
jgrycz
New Contributor III
  • 0 kudos

@Hubert-Dudek @Retired_mod could you confirm that behavior is an issue? if yes, can I report it anywhere?Otherwise can I report it as a feature request (to get all runs)? If yes, do you have any service to report it?

  • 0 kudos
4 More Replies
Hubert-Dudek
by Esteemed Contributor III
  • 1396 Views
  • 0 replies
  • 2 kudos

Revolutionizing Data Interaction

The new way of working with Databricks allows users to easily connect their notebook to a SQL serverless warehouse, write code in plain English, and generate output with the press of Space-Ctrl-Shift.

ezgif-5-4da5f77fec.gif
  • 1396 Views
  • 0 replies
  • 2 kudos
jlmontie
by New Contributor II
  • 1946 Views
  • 1 replies
  • 0 kudos

No database name field for PostgreSQL connection

I'm trying to get my workspace setup by connecting to my PostgreSQL database. I am following this article. The instructions under "Create a connection" are failing because my connection requires a database name. However, the database name is not a su...

  • 1946 Views
  • 1 replies
  • 0 kudos
Latest Reply
jlmontie
New Contributor II
  • 0 kudos

This is the error.[CANNOT_ESTABLISH_CONNECTION] Cannot establish connection to remote POSTGRESQL database. Please check connection information and credentials e.g. host, port, user and password options. ** If you believe the information is correct, p...

  • 0 kudos
KVNARK
by Honored Contributor II
  • 11155 Views
  • 6 replies
  • 4 kudos

Databricks Rewards Portal and the points credited in it

@Sujitha Hi Sujitha, Could you please let us know when we can see the Databricks rewards portal and we hope that the points credited over there will remain the same. Please update on these 2. 

  • 11155 Views
  • 6 replies
  • 4 kudos
Latest Reply
yogu
Honored Contributor III
  • 4 kudos

@Sujitha Could you please let us know when we can see the Databricks rewards portal. i see its still under construction

  • 4 kudos
5 More Replies
luna675
by New Contributor
  • 2429 Views
  • 2 replies
  • 0 kudos

Azure Databricks notebook can't be renamed

Hi all,I'm new to Databricks and just started using it for my work project. I've been trying creating test notebooks for practice purposes, but when I tried to rename it, either just through clicking the title or clicking edit from file, it showed "R...

  • 2429 Views
  • 2 replies
  • 0 kudos
Latest Reply
youssefmrini
Databricks Employee
  • 0 kudos

The issue you are encountering with renaming or moving notebooks could be due to a permissions issue in Databricks. Here are a few things you can check:Check your workspace permissions:Ensure that you have the appropriate permission to edit and move ...

  • 0 kudos
1 More Replies
priyanka08
by New Contributor II
  • 6460 Views
  • 0 replies
  • 0 kudos

Workspace region

ERROR- Your workspace region is not yet supported for model serving, please see https://docs.databricks.com/machine-learning/model-serving/index.html#region-availability for a list of supported regions.The account is in ap-south-1. I can see there is...

  • 6460 Views
  • 0 replies
  • 0 kudos
yogu
by Honored Contributor III
  • 2912 Views
  • 2 replies
  • 2 kudos

Resolved! Databrickscommunity reward store is not working

Hi Guys, Does anybody know when the Databricks community reward store portal will open?I see it's still under construction@Retired_mod @Sujitha   

yogu_0-1691047906033.png
  • 2912 Views
  • 2 replies
  • 2 kudos
Latest Reply
yogu
Honored Contributor III
  • 2 kudos

thanks @Sujitha 

  • 2 kudos
1 More Replies
DeveshKaushik
by New Contributor II
  • 2874 Views
  • 6 replies
  • 0 kudos

How to close gke databricks cluster

I have on gke databricks cluster with multiple nodes running. I want to close nodes when not in use. To reduce cost usage. And Is there any way to pause gke cluster on-demand.

  • 2874 Views
  • 6 replies
  • 0 kudos
Latest Reply
Ajay-Pandey
Esteemed Contributor III
  • 0 kudos

Hi @DeveshKaushik ,If this is the case then create a support ticket with databricks

  • 0 kudos
5 More Replies

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Labels
Top Kudoed Authors