mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-03 19:16:10 +00:00
43 lines
1.0 KiB
Markdown
43 lines
1.0 KiB
Markdown
|
|
```yaml {% srNumber=100 %}
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: DatabaseMetadata
|
||
|
|
markDeletedTables: true
|
||
|
|
markDeletedStoredProcedures: true
|
||
|
|
includeTables: true
|
||
|
|
includeViews: true
|
||
|
|
# includeTags: true
|
||
|
|
# includeOwners: false
|
||
|
|
# includeStoredProcedures: true
|
||
|
|
# includeDDL: true
|
||
|
|
# queryLogDuration: 1
|
||
|
|
# queryParsingTimeoutLimit: 300
|
||
|
|
# useFqnForFiltering: false
|
||
|
|
# threads: 4
|
||
|
|
# incremental:
|
||
|
|
# enabled: true
|
||
|
|
# lookbackDays: 7
|
||
|
|
# safetyMarginDays: 1
|
||
|
|
# databaseFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - database1
|
||
|
|
# - database2
|
||
|
|
# excludes:
|
||
|
|
# - database3
|
||
|
|
# - database4
|
||
|
|
# schemaFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - schema1
|
||
|
|
# - schema2
|
||
|
|
# excludes:
|
||
|
|
# - schema3
|
||
|
|
# - schema4
|
||
|
|
# tableFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - users
|
||
|
|
# - type_test
|
||
|
|
# excludes:
|
||
|
|
# - table3
|
||
|
|
# - table4
|
||
|
|
```
|