- 675 Views
- 0 replies
- 0 kudos
I am using databricks-connect and VS Code to develop some python code for Databricks.I would like to code and run/test everything directly from VS Code using databricks-connect to avoid dealing with Databricks web IDE. For basic notebooks, it works j...
- 675 Views
- 0 replies
- 0 kudos
by
Ramana
• Valued Contributor II
- 20400 Views
- 5 replies
- 3 kudos
I am working on a migration project to migrate the HDFS command executions I do inside my Python code via os.system() function by replacing it with dbutils functions.dbutils functions are working as expected if I pass the fully qualified path of a fi...
- 20400 Views
- 5 replies
- 3 kudos
Latest Reply
As I mentioned in my problem statement, I have already implemented the required functionality with alternative approaches (AWS S3 API and BOTO3 API).Still, it is an outstanding issue with DBUTILS.
4 More Replies
- 2462 Views
- 0 replies
- 0 kudos
I am trying to mount my Gen 2 storage account in databricks. I have added permission of Storage blob data contributor to the storage account. But I am getting below error:Invalid permissions on the specified KeyVault https://kvmigrationnew.vault.azu...
- 2462 Views
- 0 replies
- 0 kudos
- 4458 Views
- 1 replies
- 0 kudos
I am trying to profile my dataset using ydata-profiling.I constantly run into errors, even with simple datasets on my spark cluster.Profiling in Spark cluster erroring out · Issue #1350 · ydataai/ydata-profiling (github.com)Has anyone got ydata-profi...
- 4458 Views
- 1 replies
- 0 kudos
- 2932 Views
- 2 replies
- 0 kudos
I want to use gepatial functions which uses mosaic library. How can I use it without using mosaic library and import functions available ?Example st_aswkt
- 2932 Views
- 2 replies
- 0 kudos
Latest Reply
You have a syntax error there indeed - extra parenthesis.
1 More Replies
by
kashy
• New Contributor III
- 5770 Views
- 5 replies
- 1 kudos
Hello, How can I configure a foreign catalog connection to use SSH tunneling? I want to be able to use unity catalog
- 5770 Views
- 5 replies
- 1 kudos
Latest Reply
Hi, in addition to our previous message, you can try https://docs.databricks.com/en/query-federation/foreign-catalogs.html and https://grant-6562.medium.com/connecting-to-sql-server-through-an-ssh-tunnel-with-python-17de859caca5.
Also please tag @Deb...
4 More Replies
- 7649 Views
- 1 replies
- 2 kudos
Can anyone point me to any Databricks documentation (or other resources) for configuring structured streaming to use Azure Event Grid for a source/sink? I found examples for Kafka and EventHubs but Azure Event Grid is different than Azure Event Hubs....
- 7649 Views
- 1 replies
- 2 kudos
Latest Reply
I must be missing something. I don't see how the examples in the referenced document can be applied to Azure Event Grid.Is there another example that shows how to subscribe to an Event Grid topic?
- 3060 Views
- 1 replies
- 0 kudos
Hi there,I am having issue with writing a df to a table or display it. I have three dataframes that I have unioned and after I have done the union I cannot display the dataframe.df_table1 = spark.sql(f'SELECT * FROM {sql_full_name}')df_table2 = ...df...
- 3060 Views
- 1 replies
- 0 kudos
by
190857
• New Contributor II
- 1820 Views
- 1 replies
- 0 kudos
When we try and connect to a sql warehouse endpoint with the databricks jdbc driver our query is failing if we use first_value(). We've rewritten the query to use limit 1, but we would like to understand if this is a gap in the simba/databricks driv...
- 1820 Views
- 1 replies
- 0 kudos
Latest Reply
A sample error message when using first_value() is:An error occurred while calling o132.csv. [Databricks][JDBC](10140) Error converting value to BigDecimal.
- 2085 Views
- 1 replies
- 0 kudos
Hi team,I've scheduled my exam on 10th September,2023 at 15:15hrs Asia Calcutta timing but my exam got suspended stating no proper environment by the proctor.Please check this issue as I didn't attempt one single question too, this is not fair as I l...
- 2085 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @sirishavemula20 We have addressed the case. If the issue is not resolved, please reply back to the case notes.
- 1576 Views
- 0 replies
- 0 kudos
I am planning to add team names in custom tags and was hoping can do it with allowList and then have the user choose from the list. I am trying to avoid having multiple policy files per team.Has anybody found a good way to do this? May be using globa...
- 1576 Views
- 0 replies
- 0 kudos