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

jorgemarmol
by New Contributor II
  • 2069 Views
  • 1 replies
  • 1 kudos

Delta Live Tables: BAD_REQUEST: Pipeline cluster is not reachable.

Hello community: I don´t know why my Delta Live table workflow fails into this step. This is the configuration I have for the pipeline:{"id": "**","pipeline_type": "WORKSPACE","clusters": [{"label": "default","spark_conf": {***},"num_workers": 3},{"l...

jorgemarmol_0-1692258030914.png
  • 2069 Views
  • 1 replies
  • 1 kudos
Siebert_Looije
by Contributor
  • 4085 Views
  • 4 replies
  • 3 kudos

Databricks repos adds white spaces to notebook.

Hi,Databricks repos is making white spaces in the notebooks, without us opening the notebook. So seems to be automatically. Does someone has a solution how we can turn this off?An example:Can someone helps us with this?

Siebert_Looije_0-1691401285378.png
  • 4085 Views
  • 4 replies
  • 3 kudos
Latest Reply
cprosser
New Contributor II
  • 3 kudos

This bug is causing problems in our CI/CD pipeline too. I've had to manually clear things to keep it running as we get merge conflicts when no changes are made.

  • 3 kudos
3 More Replies
RC
by Contributor
  • 6121 Views
  • 0 replies
  • 0 kudos

Connecting to hive metastore as well as glue catalog at the sametime

Hi,Is there any way we can connect glue catalog as well as to hive metastore in the same warehouse?I can create a single instance profile and provide all the required access for buckets or for glue catalog.I tried with the below configuration,spark.s...

Get Started Discussions
Databricks
glue catalog
hive metastore
  • 6121 Views
  • 0 replies
  • 0 kudos
Shwang
by New Contributor
  • 1616 Views
  • 0 replies
  • 0 kudos

Optuna results change when rerun on Databricks

The best trial results seem to change every time the same study is rerun. On Microsoft Azure this can be fixed by setting the sampler seed. However this solution doesn't seem to work on Databricks. Does anyone know why that is the case and how to mak...

  • 1616 Views
  • 0 replies
  • 0 kudos
vanessafvg
by New Contributor III
  • 1176 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...

  • 1176 Views
  • 0 replies
  • 0 kudos
Erik_L
by Contributor II
  • 944 Views
  • 0 replies
  • 0 kudos

Structured Streaming from TimescaleDB

I realize that the best practice would be to integrate our service with Kafka as a streaming source for Databricks, but given that the service already stores data into TimescaleDB, how can I stream data from TimescaleDB into DBX? Debezium doesn't wor...

  • 944 Views
  • 0 replies
  • 0 kudos
ncouture
by Contributor
  • 3385 Views
  • 1 replies
  • 0 kudos

No results were found: the query results may no longer be available or you may not have permissions

When anyone (admins included) click on an alert task in a job run we see the error `No results were found: the query results may no longer be available or you may not have permissions`.Should we be seeing something else or is this a matter of a poor ...

  • 3385 Views
  • 1 replies
  • 0 kudos
Latest Reply
SparkJun
Databricks Employee
  • 0 kudos

The error message "No results were found: the query results may no longer be available or you may not have permissions" is designed to address a range of potential situations. This includes instances where data might not be accessible due to reasons ...

  • 0 kudos
daniel23
by New Contributor II
  • 10570 Views
  • 1 replies
  • 1 kudos

How to properly import spark functions?

I have the following command that runs in my databricks notebook.spark.conf.get("spark.databricks.clusterUsageTags.managedResourceGroup")I have wrapped this command into a function (simplified).def get_info(): return spark.conf.get("spark.databri...

  • 10570 Views
  • 1 replies
  • 1 kudos
Murat_Aykit
by New Contributor
  • 1316 Views
  • 1 replies
  • 0 kudos

Cannot create an account to try Community Edition

Hi,Whenever I try to signup for an account, I keep getting the following message in the first step - "an error has occurred. please try again later" Could you please let me know why this could be? I tried multiple emails and seems to be having same i...

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

Is it the same in all the browsers? 

  • 0 kudos
jgrycz
by New Contributor III
  • 12748 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
  • 12748 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
  • 1727 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
  • 1727 Views
  • 0 replies
  • 2 kudos
jlmontie
by New Contributor II
  • 2599 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...

  • 2599 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

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