- I have ingested raw data
- Converted into Bronze Table
- Subsequently have saved the DataFrame as a Delta table in the 'silver' schema
AS part of sending data from silvertable to salesforce
- Install & authenticate the Databricks CLI - Done
- Create the secret scope - Done
- Add secrets into the scope - Suspecting error here
- Verify scope and secrets - Done
5. Load secrets securely in a notebook 
- Build a JWT for Salesforce Oauth
The below script is performing fcrucial part of the Salesforce OAuth 2.0 JWT Bearer Flow. Its main goal is to create a secure, signed JSON Web Token (JWT) that can be used to prove the application's identity to Salesforce without using a password.

IllegalArgumentException: Secret does not exist with scope: salesforce and key: sf_private_key
Need help debugging