2023-04-25 16:58:47 +02:00
---
2023-08-27 10:55:55 +02:00
title: databaseServiceQueryLineagePipeline
slug: /main-concepts/metadata-standard/schemas/metadataingestion/databaseservicequerylineagepipeline
2023-04-25 16:58:47 +02:00
---
2023-08-27 10:55:55 +02:00
# DatabaseServiceQueryLineagePipeline
2023-04-25 16:58:47 +02:00
2023-08-27 10:55:55 +02:00
*DatabaseService Query Lineage Pipeline Configuration.*
2023-04-25 16:58:47 +02:00
## Properties
2023-08-27 10:55:55 +02:00
- **`type` **: Pipeline type. Refer to *#/definitions/databaseLineageConfigType* . Default: `DatabaseLineage` .
- **`queryLogDuration` ** *(integer)* : Configuration to tune how far we want to look back in query logs to process lineage data. Default: `1` .
2023-04-25 16:58:47 +02:00
- **`queryLogFilePath` ** *(string)* : Configuration to set the file path for query logs.
2023-08-27 10:55:55 +02:00
- **`resultLimit` ** *(integer)* : Configuration to set the limit for query logs. Default: `1000` .
2023-10-28 00:07:31 +05:30
- **`parsingTimeoutLimit` ** *(integer)* : Configuration to set the timeout for parsing the query in seconds. Default: `300` .
- **`filterCondition` ** *(string)* : Configuration the condition to filter the query history.
2023-04-25 16:58:47 +02:00
- **`schemaFilterPattern` **: Regex to only fetch tables or databases that matches the pattern. Refer to *../type/filterPattern.json#/definitions/filterPattern* .
- **`tableFilterPattern` **: Regex exclude tables or databases that matches the pattern. Refer to *../type/filterPattern.json#/definitions/filterPattern* .
- **`databaseFilterPattern` **: Regex to only fetch databases that matches the pattern. Refer to *../type/filterPattern.json#/definitions/filterPattern* .
## Definitions
2023-08-27 10:55:55 +02:00
- **`databaseLineageConfigType` ** *(string)* : Database Source Config Usage Pipeline type. Must be one of: `['DatabaseLineage']` . Default: `DatabaseLineage` .
2023-04-25 16:58:47 +02:00
2023-10-28 00:07:31 +05:30
Documentation file automatically generated at 2023-10-27 13:55:46.343512.