using concurrent.futures for parallelization
Hi, trying to copy a table with billions of rows from an enterprise data source into my databricks table. To do this, I need to use a homegrown library which handles auth etc, runs the query and return a dataframe. I am partitioning the table using...
- 2 Views
- 0 replies
- 0 kudos