This message was deleted.
# getting-started
s
This message was deleted.
i
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
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
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