You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the deployment pipeline for the sync code so that with each deployment a etl sync job can be executed in an ephemeral environment. Potentially add test code to verify that the ETL is working as expected.
Once completed the pipeline will:
create a temporary spar database and load with data
crreate a temporary oracle spar database and load with data
run the ETL job against the two temporary databases
verify that the pipeline does what is expected.
if tests fail, block the merge
The text was updated successfully, but these errors were encountered:
Modify the deployment pipeline for the sync code so that with each deployment a etl sync job can be executed in an ephemeral environment. Potentially add test code to verify that the ETL is working as expected.
Once completed the pipeline will:
The text was updated successfully, but these errors were encountered: