mattcasters commented on issue #2838:
URL: https://github.com/apache/hop/issues/2838#issuecomment-5025560063

   The main issue seems to be that the devs have no access to a SFDC test 
account.
   
   TODO:
   
   * Dev Hub Setup: Set up a free or developer-tier Salesforce Dev Hub and 
create a connected app with JWT authentication. Ephemeral Scratch Orgs: In your 
integration test run script, instantiate a short-lived scratch org (sf org 
create scratch -f config/project-scratch-def.json).
   * Seed Metadata: Push the standard custom sObjects or test fields your Hop 
transform expects.
   * Execute Hop Workflow: Pass the generated instanceUrl and accessToken to 
Apache Hop as environment variables.
   * Tear Down: Destroy the org once the integration test completes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to