AmanSehgal
Honored Contributor III
  • You can manually download data to your local in CSV from databricks notebook cell and pass it to your another application.
  • Your application can run Databricks notebook inside a workflow via an API that writes data to S3 bucket in CSV and in response you get the S3 location. You can then download the file from the bucket.
  • In the above step you can also make use of lambda function for an asynchronous call.

View solution in original post