Skip to content

Instantly share code, notes, and snippets.

@peacing
Last active August 15, 2021 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peacing/9ec0976f649dc5b883eb2f794dce6724 to your computer and use it in GitHub Desktop.
Save peacing/9ec0976f649dc5b883eb2f794dce6724 to your computer and use it in GitHub Desktop.
---
name: Validate Loans and Payments
description: Run a series of data integrity checks on the loans and loan_payments tables
on:
pre-merge:
branches:
- main
hooks:
- id: execute_loans_validation_job
type: webhook
description: Execute the "Delta payments validation" Databricks job
properties:
url: "https://lakefs-hooks.example.com/hooks/run-databricks-job"
query_params:
job_id: "232" # Set as the Job ID from Databricks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment