Custom Script Manifest Files
This page outlines how to add custom script manifest files to your code repository so you can run any custom SQL code in a separate workflow
Overview
Creating a Custom Script Manifest File
# ----------------------------------------------------------------
# Test YML
# ----------------------------------------------------------------
version: '2.0.0'
sections:
test:
scripts:
- "demo_test.sql"

Pushing Script Manifest Files to Github


Was this helpful?