I am deploying a job with a notebook task via the Terraform provider. I want to set the client version to 2. I do NOT need to install any dependencies. I just want to use the new client version for the serverless compute. How do I do this with the Terraform provider or the API? Going through the UI is not acceptable.
It seems impossible:
│ Error: cannot create job: A task environment can not be provided for notebook task config. Please use the %pip magic command to install notebook-scoped Python libraries and Python wheel packages
The error message is not helpful. There are no magic commands that I can run inside a notebook to change the client version.