nutter
nutter copied to clipboard
Unable to use Instance Pools for tests
Databricks supports the idea of instance pools: https://docs.databricks.com/clusters/instance-pools/index.html
Nutter unfortunately only allows you to specify an existing cluster id to run your tests on. However, using the api's when you create a new job run you can specify instance_pool_id
and it would be great to use this to run Nutter tests rather than having to have clusters alive just for running tests
Thanks for the feedback.