2023-12-13 14:03:08 +01:00
|
|
|
```yaml {% srNumber=100 %}
|
|
|
|
|
sourceConfig:
|
|
|
|
|
config:
|
|
|
|
|
type: DatabaseMetadata
|
|
|
|
|
markDeletedTables: true
|
2024-08-27 11:11:12 +02:00
|
|
|
markDeletedStoredProcedures: true
|
2023-12-13 14:03:08 +01:00
|
|
|
includeTables: true
|
|
|
|
|
includeViews: true
|
|
|
|
|
# includeTags: true
|
2024-08-27 11:11:12 +02:00
|
|
|
# includeOwners: false
|
|
|
|
|
# includeStoredProcedures: true
|
|
|
|
|
# includeDDL: true
|
2025-01-17 10:07:23 +05:30
|
|
|
# overrideMetadata: false
|
2024-08-27 11:11:12 +02:00
|
|
|
# queryLogDuration: 1
|
|
|
|
|
# queryParsingTimeoutLimit: 300
|
|
|
|
|
# useFqnForFiltering: false
|
2025-01-17 10:07:23 +05:30
|
|
|
# threads: 1
|
|
|
|
|
# databaseMetadataConfigType: ()
|
2024-08-27 11:11:12 +02:00
|
|
|
# incremental:
|
|
|
|
|
# enabled: true
|
|
|
|
|
# lookbackDays: 7
|
|
|
|
|
# safetyMarginDays: 1
|
2023-12-13 14:03:08 +01:00
|
|
|
# databaseFilterPattern:
|
|
|
|
|
# includes:
|
|
|
|
|
# - database1
|
|
|
|
|
# - database2
|
|
|
|
|
# excludes:
|
|
|
|
|
# - database3
|
|
|
|
|
# - database4
|
|
|
|
|
# schemaFilterPattern:
|
|
|
|
|
# includes:
|
|
|
|
|
# - schema1
|
|
|
|
|
# - schema2
|
|
|
|
|
# excludes:
|
|
|
|
|
# - schema3
|
|
|
|
|
# - schema4
|
|
|
|
|
# tableFilterPattern:
|
|
|
|
|
# includes:
|
|
|
|
|
# - users
|
|
|
|
|
# - type_test
|
|
|
|
|
# excludes:
|
|
|
|
|
# - table3
|
|
|
|
|
# - table4
|
2024-08-27 11:11:12 +02:00
|
|
|
```
|