Initial commit
This commit is contained in:
46
config.quickstart.yaml
Executable file
46
config.quickstart.yaml
Executable file
@@ -0,0 +1,46 @@
|
||||
# Quick Start Configuration
|
||||
# Minimal configuration to get started quickly
|
||||
|
||||
database_pairs:
|
||||
- name: "Quick_Test"
|
||||
enabled: true
|
||||
baseline:
|
||||
server: "YOUR_SERVER_NAME"
|
||||
database: "YOUR_BASELINE_DB"
|
||||
target:
|
||||
server: "YOUR_SERVER_NAME"
|
||||
database: "YOUR_TARGET_DB"
|
||||
|
||||
comparison:
|
||||
mode: "health_check"
|
||||
row_count:
|
||||
enabled: true
|
||||
tolerance_percent: 0.0
|
||||
schema:
|
||||
enabled: true
|
||||
checks:
|
||||
column_names: true
|
||||
data_types: true
|
||||
aggregates:
|
||||
enabled: false
|
||||
|
||||
tables:
|
||||
# Add your tables here after running discovery
|
||||
# Example:
|
||||
# - schema: "dbo"
|
||||
# name: "YourTable"
|
||||
# enabled: true
|
||||
# expected_in_target: true
|
||||
# aggregate_columns: []
|
||||
|
||||
reporting:
|
||||
output_dir: "./reports"
|
||||
investigation_dir: "./investigation_reports"
|
||||
formats:
|
||||
html: true
|
||||
csv: true
|
||||
pdf: false
|
||||
|
||||
logging:
|
||||
level: "INFO"
|
||||
output_dir: "./logs"
|
||||
Reference in New Issue
Block a user