- 1751 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, saying I have exceeded ...
- 1751 Views
- 0 replies
- 0 kudos
by
kll
• New Contributor III
- 1283 Views
- 1 replies
- 0 kudos
Say, I have a list of values, dictionaries, variable names in `notebook1.ipynb` that I'd like to re-use / import in another `notebook2.ipynb`. For example, in `notebook1.ipynb`, I have the following: var1 = "dallas"
var_lst = [100, 200, 300, 400, ...
- 1283 Views
- 1 replies
- 0 kudos
Latest Reply
You can use %run ./notebook2 after defining variables in notebook1So notebook2 will use the variables defined in notebook1
by
elgeo
• Valued Contributor II
- 1724 Views
- 1 replies
- 0 kudos
Hello experts,Do you know how we can retrieve the DBUs consumed for a specific query?Thank you
- 1724 Views
- 1 replies
- 0 kudos
Latest Reply
elgeo
Valued Contributor II
I couldn't find a metadata table. However the workaround is to multiply the DBU of the current cluster (retrieve it either online or to be more accurate from the compute page at the right) and multiply it with the time in minutes that the query took ...