cancel
Showing results for 
Search instead for 
Did you mean: 
luketl2
Contributor
since ‎06-16-2025
Tuesday

User Stats

  • 13 Posts
  • 2 Solutions
  • 3 Kudos given
  • 5 Kudos received

User Activity

I am following this guide to connect to an Oracle DB in Amazon RDS: https://docs.databricks.com/aws/en/query-federation/oracle. I've created the connection, but when I go to test it, it loads for a while and then says "socket closed". From my underst...
I've been working on ingesting csv files with varying schemas using Autoloader. Goal is to take the csvs and ingest them into a bronze table that writes each record as a key-value mapping with only the relevant fields for that record. I also want to ...
I am attempting to ingest csv files from an S3 bucket with Autoloader. Since the schema of the data is inconsistent (each csv may have different headers), I was hoping to ingest the data as Variant following this: https://docs.databricks.com/aws/en/i...
Kudos given to