cancel
Showing results for 
Search instead for 
Did you mean: 
KristiLogos
Contributor
since ‎09-20-2024
‎07-10-2025

User Stats

  • 28 Posts
  • 1 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

I've connected to Netsuite via Suite Analytics JDBC connection in a Databricks cluster. I'm seeing a NullPointerException because of the lastmodifieddate column in my netsuite classification table (ie. if I do Select * from classification I see the N...
 I'm  trying to query the Customer netsuite tables with spark jdbc and  I've added the .jar file to the cluster and trying to run the below:jdbc_url = "jdbc:ns://xxxx.connect.api.netsuite.com:1708;ServerDataSource=NetSuite2.com;Encrypted=1;NegotiateS...
I'm trying to connect to Netsuite2 with the JDBC driver I added to my cluster. I'm testing this in my Sandbox Netsuite and I have the below code but it keeps saying:requirement failed: The driver could not open a JDBC connection. Check the URL: jdbc:...
I've used Airflow which allows us to create a DAG with dynamic tasks, for example we can have a list of items (such as table names),  loop through an operator that accepts a table name and create a task for each table without having to create a new n...
I’m running Databricks on Azure and trying to read a CSV file from Google Cloud Storage (GCS) bucket using Spark. However, despite configuring Spark with a Google service account key, I’m encountering the following error:Error getting access token fr...
Kudos from
Kudos given to