mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
Docs: Database YAML correction (#19412)
This commit is contained in:
parent
9111f0c0c5
commit
c68bb3c06a
@ -20,6 +20,8 @@ The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetada
|
|||||||
|
|
||||||
**includeDDL**: Optional configuration to toggle the DDL Statements ingestion.
|
**includeDDL**: Optional configuration to toggle the DDL Statements ingestion.
|
||||||
|
|
||||||
|
**overrideMetadata** *(boolean)*: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.
|
||||||
|
|
||||||
**queryLogDuration**: Configuration to tune how far we want to look back in query logs to process Stored Procedures results.
|
**queryLogDuration**: Configuration to tune how far we want to look back in query logs to process Stored Procedures results.
|
||||||
|
|
||||||
**queryParsingTimeoutLimit**: Configuration to set the timeout for parsing the query in seconds.
|
**queryParsingTimeoutLimit**: Configuration to set the timeout for parsing the query in seconds.
|
||||||
@ -30,6 +32,8 @@ The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetada
|
|||||||
|
|
||||||
**threads (beta)**: The number of threads to use when extracting the metadata using multithreading. Please take a look [here](/connectors/ingestion/workflows/metadata/multithreading) before configuring this.
|
**threads (beta)**: The number of threads to use when extracting the metadata using multithreading. Please take a look [here](/connectors/ingestion/workflows/metadata/multithreading) before configuring this.
|
||||||
|
|
||||||
|
**databaseMetadataConfigType** *(string)*: Database Source Config Metadata Pipeline type.
|
||||||
|
|
||||||
**incremental (beta)**: Incremental Extraction configuration. Currently implemented for:
|
**incremental (beta)**: Incremental Extraction configuration. Currently implemented for:
|
||||||
|
|
||||||
- [BigQuery](/connectors/ingestion/workflows/metadata/incremental-extraction/bigquery)
|
- [BigQuery](/connectors/ingestion/workflows/metadata/incremental-extraction/bigquery)
|
||||||
|
@ -10,10 +10,12 @@
|
|||||||
# includeOwners: false
|
# includeOwners: false
|
||||||
# includeStoredProcedures: true
|
# includeStoredProcedures: true
|
||||||
# includeDDL: true
|
# includeDDL: true
|
||||||
|
# overrideMetadata: false
|
||||||
# queryLogDuration: 1
|
# queryLogDuration: 1
|
||||||
# queryParsingTimeoutLimit: 300
|
# queryParsingTimeoutLimit: 300
|
||||||
# useFqnForFiltering: false
|
# useFqnForFiltering: false
|
||||||
# threads: 4
|
# threads: 1
|
||||||
|
# databaseMetadataConfigType: ()
|
||||||
# incremental:
|
# incremental:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# lookbackDays: 7
|
# lookbackDays: 7
|
||||||
|
@ -20,6 +20,8 @@ The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetada
|
|||||||
|
|
||||||
**includeDDL**: Optional configuration to toggle the DDL Statements ingestion.
|
**includeDDL**: Optional configuration to toggle the DDL Statements ingestion.
|
||||||
|
|
||||||
|
**overrideMetadata** *(boolean)*: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.
|
||||||
|
|
||||||
**queryLogDuration**: Configuration to tune how far we want to look back in query logs to process Stored Procedures results.
|
**queryLogDuration**: Configuration to tune how far we want to look back in query logs to process Stored Procedures results.
|
||||||
|
|
||||||
**queryParsingTimeoutLimit**: Configuration to set the timeout for parsing the query in seconds.
|
**queryParsingTimeoutLimit**: Configuration to set the timeout for parsing the query in seconds.
|
||||||
@ -30,6 +32,8 @@ The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetada
|
|||||||
|
|
||||||
**threads (beta)**: The number of threads to use when extracting the metadata using multithreading. Please take a look [here](/connectors/ingestion/workflows/metadata/multithreading) before configuring this.
|
**threads (beta)**: The number of threads to use when extracting the metadata using multithreading. Please take a look [here](/connectors/ingestion/workflows/metadata/multithreading) before configuring this.
|
||||||
|
|
||||||
|
**databaseMetadataConfigType** *(string)*: Database Source Config Metadata Pipeline type.
|
||||||
|
|
||||||
**incremental (beta)**: Incremental Extraction configuration. Currently implemented for:
|
**incremental (beta)**: Incremental Extraction configuration. Currently implemented for:
|
||||||
|
|
||||||
- [BigQuery](/connectors/ingestion/workflows/metadata/incremental-extraction/bigquery)
|
- [BigQuery](/connectors/ingestion/workflows/metadata/incremental-extraction/bigquery)
|
||||||
|
@ -10,10 +10,12 @@
|
|||||||
# includeOwners: false
|
# includeOwners: false
|
||||||
# includeStoredProcedures: true
|
# includeStoredProcedures: true
|
||||||
# includeDDL: true
|
# includeDDL: true
|
||||||
|
# overrideMetadata: false
|
||||||
# queryLogDuration: 1
|
# queryLogDuration: 1
|
||||||
# queryParsingTimeoutLimit: 300
|
# queryParsingTimeoutLimit: 300
|
||||||
# useFqnForFiltering: false
|
# useFqnForFiltering: false
|
||||||
# threads: 4
|
# threads: 1
|
||||||
|
# databaseMetadataConfigType: ()
|
||||||
# incremental:
|
# incremental:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# lookbackDays: 7
|
# lookbackDays: 7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user