I've called the databricks API manually with the token to confirm it works.
I've also tried running with --verbose 10 but getting no extra output
icy-controller-6092
05/17/2023, 3:24 AM
There appears to be a token on the Databricks provider resource, I suspect this is where the old token is cached. How can I update it?
m
microscopic-lock-66960
05/18/2023, 3:17 PM
I’m unsure how to help with the Databricks issue, but to see the logs when setting verbose logging have you looked in or your OS temp directory? There should be a symlink named pulumi.INFO pointing at the logs for the most recent run. That is unless you re adding
--logtostderr --logflow
flags to your command, see the docs for more options