@Gaurav.Shitole I happen to work at the same company, and the protocols for token generation and connecting to the company’s Databricks environment, and gaining access to datasets will likely not be similar for others. I can send you some documentation specific to us.
I've seen it done a few ways. At a basic level, connect Ignition to your Databricks cluster via JDBC or API. As long as your cluster has the proper permissions, you can perform INSERTs and UPDATEs on tables you've created in Databricks.
That may not be the most robust way or allowed in your company. You may want to consider Databricks' data ingestion for historical data.
I know Databricks has updated its product a bunch since this post was originally written. I just posted some directions to connect Ignition to Databricks in another thread in case it would help someone else.