by
deng77
• New Contributor III
- 49060 Views
- 11 replies
- 2 kudos
I want to add a column to an existing delta table with a timestamp for when the data was inserted. I know I can do this by including current_timestamp with my SQL statement that inserts into the table. Is it possible to add a column to an existing de...
- 49060 Views
- 11 replies
- 2 kudos
Latest Reply
Can you please provide information on the additional expenses related to using this feature compared to not utilizing it at all?
10 More Replies
- 7729 Views
- 2 replies
- 2 kudos
I am using below code to create and read widgets. I am assigning default value.dbutils.widgets.text("pname", "default","parameter_name")pname=dbutils.widgets.get("pname")I am using this widget parameter in some sql scripts. one example is given below...
- 7729 Views
- 2 replies
- 2 kudos
- 6758 Views
- 2 replies
- 1 kudos
The Databricks widget (dbutils) provides the get function for accessing the job parameters of a job.dbutils.widgets.get('my_param')Unlike Python dict, where get returns None or an optional argument if the dict doesn't contain the parameter, the widg...
- 6758 Views
- 2 replies
- 1 kudos
Latest Reply
Hi @Mattias P 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 answers you...
1 More Replies
- 606 Views
- 0 replies
- 0 kudos
data=[['x', 20220118, 'FALSE', 3],['x', 20220118, 'TRUE', 97],['x', 20220119, 'FALSE', 1],['x', 20220119, 'TRUE', 49],['Y', 20220118, 'FALSE', 100],['Y', 20220118, 'TRUE', 900],['Y', 20220119, 'FALSE', 200],['Y', 20220119, 'TRUE', 800]]df=spark.creat...
- 606 Views
- 0 replies
- 0 kudos
by
kjoth
• Contributor II
- 6438 Views
- 7 replies
- 12 kudos
How to set up this value? Is this any value we can provide or the default value we have to p#!/bin/bash
keystore_file="/dbfs/<keystore_directory>/jetty_ssl_driver_keystore.jks"
keystore_password="gb1gQqZ9ZIHS"
sasl_secret=$(sha256sum $keystore_file...
- 6438 Views
- 7 replies
- 12 kudos
Latest Reply
Hi @karthick J please refer to this notebook.https://docs.microsoft.com/en-us/azure/databricks/_static/notebooks/cluster-encryption-init-script.htmlFurther, if you will be using %pip magic command the below post will be helpful.https://community.dat...
6 More Replies