d2136cacf7
- Move file size read after streams are disposed to get accurate compressed size - Clean up definition files to use working example queries - Add .gitignore for output directory
8 lines
393 B
JSON
8 lines
393 B
JSON
{
|
|
"providerType": "SqlServer",
|
|
"connectionString": "Server=10.100.0.35;Database=ScadaBridge_Test;User Id=sa;Password=ScadaBridge2024;TrustServerCertificate=true;",
|
|
"query": "SELECT TABLE_SCHEMA, TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_SCHEMA, TABLE_NAME",
|
|
"outputPath": "./output/test-schema.pb.zstd",
|
|
"compressionLevel": 10
|
|
}
|