by
SubhaJ
• New Contributor III
- 1539 Views
- 2 replies
- 1 kudos
Hi Team,I have given the databricks associate engineer v2 test on 18th June. There were some proctoring issues on my test. They kept removing me from the test so they could thoroughly check the room. Even though they were satisfied they removed me fr...
- 1539 Views
- 2 replies
- 1 kudos
Latest Reply
Hi team, hope you are doing well, It's been a week or far I didn't get any response. It'll be a great help if you can look into the issue as a priority.Thanks, Subha
1 More Replies
- 6008 Views
- 2 replies
- 3 kudos
I have passed the test but did not receive the Badge. I also didn't receive any email.Thank you for you attention.
- 6008 Views
- 2 replies
- 3 kudos
Latest Reply
Hi @Pedro Medeiros Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answer...
1 More Replies
by
bakiya
• New Contributor II
- 3740 Views
- 8 replies
- 0 kudos
I tried log in to > https://credentials.databricks.com/ with a registered email address and not able to find any Badge there. I need badge for the test i taken and passed, do needful.
- 3740 Views
- 8 replies
- 0 kudos
Latest Reply
Hello!The same situation is valid for me. I couldn't reach my badge from the following link. Could you help me too? @Vidula Khanna https://customer-academy.databricks.com/legacy/lms/index.php%3Fr%3DmyActivities/index%26tab%3Dbadges
7 More Replies
- 1501 Views
- 1 replies
- 0 kudos
I successfully passed the test after completing the course but I haven't received any certification or badge yet.Any Help is much appreciated. @Vidula Khanna
- 1501 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Sushma Rani,Thank you for reaching out! Please submit a ticket to our Training Team here: https://help.databricks.com/s/contact-us?ReqType=training and our team will get back to you shortly.
- 2744 Views
- 1 replies
- 0 kudos
When I run the simple test in a notebook, it works fine, but when I run it from the Azure ADO pipeline, it fails with the error.code;def __init__(self): NutterFixture.__init__(self) from runtime.nutterfixture import NutterFixture, tagclass uTestsDa...
- 2744 Views
- 1 replies
- 0 kudos
Latest Reply
@Chris Konsur :The error message suggests that there is an issue with the standard output buffer when the Python interpreter is shutting down, which could be related to daemon threads. This error is not specific to Databricks or Azure ADO pipeline, ...
by
beer
• New Contributor II
- 1711 Views
- 3 replies
- 0 kudos
I took the exam yesterday and passed the test. I haven't received any email from Databricks Academy. How long would it take to receive the certification?
- 1711 Views
- 3 replies
- 0 kudos
by
JLMP
• New Contributor II
- 1673 Views
- 2 replies
- 2 kudos
I have successfully passed the test. But I have'nt recieved any badge or points, could you help me with this?The e-mail registered in the community is the same as that registered in the databricks academy and in credentials.databricks.com as well.Pdf...
- 1673 Views
- 2 replies
- 2 kudos
Latest Reply
Please submit a ticket to Databricks Training Team here: https://help.databricks.com/s/contact-us?ReqType=training ,they will reach out you soon, maybe due to holiday they revert late,please be patient
1 More Replies
by
hare
• New Contributor III
- 10236 Views
- 1 replies
- 1 kudos
We are processing the josn file from the storage location on every day and it will get archived once the records are appended into the respective tables.source_location_path: "..../mon=05/day=01/fld1" , "..../mon=05/day=01/fld2" ..... "..../mon=05/d...
- 10236 Views
- 1 replies
- 1 kudos
Latest Reply
@Hare Krishnan the issues highlighted can easily be handled using the .option("mergeSchema", "true") at the time of reading all the files.Sample code:spark.read.option("mergeSchema", "true").json(<file paths>, multiLine=True)The only scenario this w...
- 4959 Views
- 8 replies
- 8 kudos
Here's the code:val result = spark
.createDataset(List("test"))
.rdd
.repartition(100000)
.map { _ =>
"test"
}
.collect()
.toList
println(result)I write tests to test for correctness, so I wonde...
- 4959 Views
- 8 replies
- 8 kudos
Latest Reply
Hey there @tanin Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Thank...
7 More Replies
- 5281 Views
- 4 replies
- 1 kudos
i am trying to read data from azure sql database from databricks. azure sql database is created with private link endpoint.Using DBR 10.4 LTS Cluster and expectation is the connector is pre installed as per documentation.using the below code to fetch...
- 5281 Views
- 4 replies
- 1 kudos
Latest Reply
It seems that .option("databaseName", "test") is redundant here as you need to include the db name in the url.Please verify that you use a connector compatible to your cluster's Spark version : Apache Spark connector: SQL Server & Azure SQL
3 More Replies