diff --git a/openmetadata-docs/content/v1.7.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md b/openmetadata-docs/content/v1.7.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md index 3fd9bbf0ed3..89d54bc41fe 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md +++ b/openmetadata-docs/content/v1.7.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md @@ -67,9 +67,12 @@ sink: type: metadata-rest config: {} workflowConfig: + loggerLevel: INFO openMetadataServerConfig: hostPort: authProvider: + securityConfig: + jwtToken: "{bot_jwt_token}" ``` The `serviceName` should be a service already ingested in OpenMetadata. diff --git a/openmetadata-docs/content/v1.8.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md b/openmetadata-docs/content/v1.8.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md index 3fd9bbf0ed3..89d54bc41fe 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md +++ b/openmetadata-docs/content/v1.8.x/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md @@ -67,9 +67,12 @@ sink: type: metadata-rest config: {} workflowConfig: + loggerLevel: INFO openMetadataServerConfig: hostPort: authProvider: + securityConfig: + jwtToken: "{bot_jwt_token}" ``` The `serviceName` should be a service already ingested in OpenMetadata. diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md index 3fd9bbf0ed3..89d54bc41fe 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/ingestion/workflows/lineage/lineage-workflow-query-logs.md @@ -67,9 +67,12 @@ sink: type: metadata-rest config: {} workflowConfig: + loggerLevel: INFO openMetadataServerConfig: hostPort: authProvider: + securityConfig: + jwtToken: "{bot_jwt_token}" ``` The `serviceName` should be a service already ingested in OpenMetadata.