by
jx1226
• Databricks Partner
- 3436 Views
- 0 replies
- 0 kudos
We know that Databricks with VNET injection (our own VNET) allows is to connect to blob storage/ ADLS Gen2 over private endpoints and peering. This is what we typically do.We have a client who created Databricks with EnableNoPublicIP=No (secure clust...
- 3436 Views
- 0 replies
- 0 kudos
- 5098 Views
- 2 replies
- 0 kudos
We are on Azure Databricks over ADLS Gen2 and have a set of tables and workflows that process data from and between those tables, using change data feeds. (We are not yet using Unity Catalog, and also not Hive metastore, just accessing delta tables f...
- 5098 Views
- 2 replies
- 0 kudos
Latest Reply
As it turns out, due to a misunderstanding, the responses from Azure support were answering a slightly different question (about Azure Table Storage instead of Delta Tables on Blob/ADLS Gen2), so we'll try there again. However, still interested in id...
1 More Replies
by
hafeez
• Databricks Partner
- 4506 Views
- 1 replies
- 1 kudos
Hello,We are using Databricks with Hive metastore and not Unity Catalog.We would like to know if there is any End of Support on Table Access Control with Hive as this link it states that it is legacy.https://docs.databricks.com/en/data-governance/tab...
- 4506 Views
- 1 replies
- 1 kudos
- 1635 Views
- 0 replies
- 0 kudos
Hi all,I have a workflow that runs one single notebook with dbutils.notebook.run() and different parameters in one long loop.At some point, I do have random git erros in the notebook run:com.databricks.WorkflowException: com.databricks.NotebookExecut...
- 1635 Views
- 0 replies
- 0 kudos
- 6937 Views
- 4 replies
- 1 kudos
Help! I'm trying to run this first notebook in the Scalable MachIne LEarning (SMILE) course.https://github.com/databricks-academy/scalable-machine-learning-with-apache-spark-english/blob/published/ML%2000a%20-%20Spark%20Review.pyIt fails on the first...
- 6937 Views
- 4 replies
- 1 kudos
Latest Reply
it means your cluster type has to be a ML runtime.When you create a cluster in databricks, you can choose between different runtimes.These have different version (spark version), but also different types:For your case you need to select the ML menu o...
3 More Replies
- 3424 Views
- 0 replies
- 0 kudos
When I try a describe detail I get the number of files the delta table is partitioned into. How can I check the size of each file of these files that make up my entire table ?Will I be able to query each partitioned file to understand how they have b...
- 3424 Views
- 0 replies
- 0 kudos
- 2233 Views
- 0 replies
- 0 kudos
I'm trying to write a table in AWS Redshift using the following code:try: (df_source.write .format("redshift") .option("dbtable", f"{redshift_schema}.{table_name}") .option("tempdir", tempdir) .option("url", url) ...
- 2233 Views
- 0 replies
- 0 kudos