cancel
Showing results for 
Search instead for 
Did you mean: 
PabloCSD
Valued Contributor II
since ‎06-05-2024
3 weeks ago

User Stats

  • 44 Posts
  • 7 Solutions
  • 6 Kudos given
  • 10 Kudos received

User Activity

I have a Databricks Asset Bundle proyect running and when the MLFlow library released the 3.4.0 version it happened this error:When restricting the MLFlow version to < 3.4.0 it works.The libraries got stuck installing and the process finished in erro...
If you need to access tables that are in a volume of Unity Catalog (UC), with the following configuration will work:targets: dev: mode: development default: true workspace: host: https://<workspace>.azuredatabricks.net/ run_as...
Hello, I'm having this issue with job-computes:The snippet of the code is as follows: 84 if self.conf["persist_to_sql"]: 85 # persist to sql 86 df_parsed.write.format( 87 "com.microsoft.sqlserver.jdbc.spark" 88...
Hi!I'm using an R library, but it is only using one node, is there a way to paralellize it?Thanks in advance!
I have a set of connection credentials for SAP-HANA, how can I retrieve data from that location using JDBC?I have already installed in my cluster the ngdbc.jar (for the driver), but this simple Query has already taken more than 5 minutes and I don't ...