cancel
Showing results for 
Search instead for 
Did you mean: 
Swapnil1998
New Contributor III
since ‎11-11-2022
‎06-26-2023

User Stats

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

User Activity

I wanted to query a MySQL Table using Databricks rather than reading the complete data using a dbtable option, which will help in incremental loads.remote_table = (spark.read .format("jdbc") .option("driver", driver) .option("url", URL) .option("quer...
I have been trying to extract one date field from cosmos which looks like as below:"lastModifiedDate" : {        "$date" : 1668443121840    }when the above field is extracted using Databricks it gets converted into a date format which looks like this...
I would need to add a filter condition while ingesting data from a Cosmos Mongo DB using Databricks,I am using the below query to ingest data of a Cosmos Collection:df = spark.read \.format('com.mongodb.spark.sql.DefaultSource') \.option('uri', sourc...
Kudos given to