Issue with Databricks repo patch
I have a strange issue when i am trying to do Databricks repo PATCH rest API using Postman it works however if i run the same curl command from Github actions it doesn't do the refresh. What could be the reason? any suggestions.
- 199 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Prashanthkumar, Could you please ensure that the access token used in the GitHub Actions workflow has the necessary permissions to perform the PATCH operation on the Databricks repo? You can check the token's scope in the Databricks user settings...
- 0 kudos