cancel
Showing results for 
Search instead for 
Did you mean: 
Gaurav_Lokhande
New Contributor II
since 4 weeks ago
a week ago

User Stats

  • 4 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

We are trying to connect to AWS RDS MySQL instance from DBX with PySpark using JDBC: jdbc_df = (spark.read.format("jdbc").options(url=f"jdbc:mysql://{creds['host']}:{creds['port']}/{creds['database']}", driver="com.mysql.cj.jdbc.Driver", dbtable="(SE...
Kudos given to