Make Transient table ingestion On by default (#17484)

This commit is contained in:
IceS2 2024-08-19 14:18:45 +02:00 committed by GitHub
parent 8acf6d3e94
commit 14a473e5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@
"title": "Include Transient Tables", "title": "Include Transient Tables",
"description": "Optional configuration for ingestion of TRANSIENT tables, By default, it will skip the TRANSIENT tables.", "description": "Optional configuration for ingestion of TRANSIENT tables, By default, it will skip the TRANSIENT tables.",
"type": "boolean", "type": "boolean",
"default": false "default": true
}, },
"clientSessionKeepAlive": { "clientSessionKeepAlive": {
"title": "Client Session Keep Alive", "title": "Client Session Keep Alive",