by
Sivaji
• Databricks Partner
- 1836 Views
- 0 replies
- 0 kudos
Hello Team, I encountered Pathetic experience while attempting my 1st DataBricks certification. Abruptly, Proctor asked me to show my desk, after showing he/she asked multiple times.. wasted my time and then suspended my exam. I want to file a compla...
- 1836 Views
- 0 replies
- 0 kudos
by
Juha
• New Contributor II
- 4372 Views
- 3 replies
- 2 kudos
Here's an example: CREATE OR REPLACE TABLE {{workspace}}.{{TableNameFirstPart}}_{{TableNameEndPart}} AS SELECT ...
- 4372 Views
- 3 replies
- 2 kudos
Latest Reply
Have you figured out what the problem was? Could the issue be permission related?
2 More Replies
- 2682 Views
- 2 replies
- 3 kudos
I recently signed up for the 14 day community trial and I noticed it was incurring or showing estimate costs on my Usage page shortly after I created my first workspace linked through AWS. Is this only for monitoring purposes or am I actually going t...
- 2682 Views
- 2 replies
- 3 kudos
Latest Reply
Hi @Fast_Lanes No, you will not be charged for the trial period on databricks usage.It's just showing the usual charges that will be charged when you will not be using trial version.
1 More Replies
- 2172 Views
- 1 replies
- 1 kudos
I would like to do some practical scenarios testing thro communication edition. For that, i check signup for community edition , but this option is not visible/shows in login page itself whereas shows only sign-in .. Can anyone help?
- 2172 Views
- 1 replies
- 1 kudos
Latest Reply
Hi @ADataBricksSP Please find below URL for signup as new user please all the required details click continue then you will find the option to signup as community edition -Databricks Community Signup Link
- 11341 Views
- 3 replies
- 0 kudos
Hey! So far I have followed along with the Configure S3 access with instance profiles article to grant my cluster access to an S3 bucket. I have also made sure to disable IAM role passthrough on the cluster. Upon querying the bucket through a noteboo...
- 11341 Views
- 3 replies
- 0 kudos
Latest Reply
I had the same issue and I found a solutionFor me, the permission problems only exist when the Cluster's (compute's) Access mode is "Shared No Isolation". When the Access Mode is either "Shared" or "Single User" then the IAM configuration seems to a...
2 More Replies
- 3987 Views
- 1 replies
- 0 kudos
Experiencing the error below in GCP when starting a cluster (both manually and in jobs). It's causing our ETL and other production jobs to fail multiple times a week. Its intermittent, but requires manual intervention to retry scheduled jobs. run fai...
- 3987 Views
- 1 replies
- 0 kudos
Latest Reply
Thanks @Retired_mod . 1 and 2 are confirmed fine. I would imagine 3 to not result in intermittent failures if it were a config issue, but perhaps it's another network related issue that would be susceptible to intermittent failure.The link you provid...
by
Starki
• New Contributor III
- 6065 Views
- 3 replies
- 2 kudos
I am defining a StreamingQueryListener that collects metrics on my Spark Structured Streaming tasks and sends them to a Prometheus Pushgateway.When the job is terminated, I want to use the onQueryTerminated to cleanup the metrics for each job from th...
- 6065 Views
- 3 replies
- 2 kudos
Latest Reply
@Starki - Per documentation, StreamingQueryListener.onQueryTerminated is called when the query is stopped, e.g., StreamingQuery.stop.and each of these Python observable APIs work asynchronously. https://www.databricks.com/blog/2022/05/27/how-to-moni...
2 More Replies
- 3323 Views
- 2 replies
- 0 kudos
Is it possible to disable the welcome emails that go to users when added to the workspace?
- 3323 Views
- 2 replies
- 0 kudos
Latest Reply
I have found that it is possible to suppress welcome emails if users are added via the API using flags.
1 More Replies
- 3315 Views
- 2 replies
- 1 kudos
we've encountered issue while attempting to install Maven libraries on Databricks clusters version 11.3 LTS. Specifically, we are encountering SSL handshake errors during the installation process. It's worth noting that these same libraries install w...
- 3315 Views
- 2 replies
- 1 kudos
by
Loki
• New Contributor III
- 6185 Views
- 4 replies
- 1 kudos
We are using service principal to access data from raw files such as json, CSV .I saw a video suggesting that it could be done via unity catalog as well.Could someone comment on this please ?
- 6185 Views
- 4 replies
- 1 kudos
Latest Reply
@Loki wrote:We are using service principal to access data from raw files such as json, CSV .Car GamesI saw a video suggesting that it could be done via unity catalog as well.Could someone comment on this please ?That's great! Service principals are a...
3 More Replies
- 3162 Views
- 2 replies
- 1 kudos
I ran a query "Select * from fact_Orders". This presented a lot of garbage, The correct column headers, but the contents were extremely random, e.g. blanks in the key column, VAT rates of 12282384234E-45 . When I export to CSV , it presents fi...
- 3162 Views
- 2 replies
- 1 kudos
- 1461 Views
- 0 replies
- 0 kudos
I got a notebook running on DBR 12.2 with the following R code: install.packages("microbenchmark")
install.packages("furrr")
library(microbenchmark)
library(tidyverse)
# example tibble
df_test <- tibble(id = 1:100000, street_raw = rep("Bahnhofs...
- 1461 Views
- 0 replies
- 0 kudos
- 3402 Views
- 2 replies
- 0 kudos
In the scala notebook of databricks, I created a temporary function with a certain Jar and class name. Then I want to update the Jar. But without restart the context, I can not reload the new Jar, the temporary function always reuses the old classes....
- 3402 Views
- 2 replies
- 0 kudos
- 2800 Views
- 1 replies
- 0 kudos
Hi I have a structured streaming job that reads from a delta table "A" and pushes to another delta table "B".A Schema - group_key, id, timestamp, valueB Schema - group_key, watermark_timestamp, derived_valueOne requirement is that i need to get the m...
- 2800 Views
- 1 replies
- 0 kudos
- 1373 Views
- 0 replies
- 0 kudos
I have a question regarding streaming with CDC.We currently have a delta table where CDC is not yet enabled, and its the source for other following streams that read from that table.To catch the changes for a new usecase, we need to enable CDC on tha...
- 1373 Views
- 0 replies
- 0 kudos