cancel
Showing results for 
Search instead for 
Did you mean: 
RobsonNLPT
Contributor III
since ‎01-16-2024
‎09-28-2025

User Stats

  • 51 Posts
  • 1 Solutions
  • 0 Kudos given
  • 5 Kudos received

User Activity

Hi all.I've used foreign catalog attached to azure sql databases and never had problems except in 2 situations:1) Foreign Catalogs don't support sql schemas/objects like [xxxx.yyyy].tablename. The workaround is creating views on sql database2) This i...
Hi.I'm testing a databricks connection to a mongo cluster V7 (azure cluster) using the library org.mongodb.spark:mongo-spark-connector_2.13:10.4.1I can connect using compass but I get a timeout error using my adb notebookMongoTimeoutException: Timed ...
Hi.I've tested the adb Rest Api to execute queries on databricks sql serverless. Using INLINE as disposition I have the json array with my correct results but using EXTERNAL_LINKS I have the chunks but the external_link (URL starting with http://stor...
I've tested a foreign catalog connected to a google bigquery project.The connection was ok and I was able to see my datasets and tablesThe problem: for columns with regular data types the data format is perfect but the columns with type record and re...
I have some few problems to convert my notebooks run run with serverless compute.Right now I can't set my delta userMetadata at session and  scope level using spark or sql.Setting userMetadata at dataframe write operation is ok using the option: opti...