mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
Escape ? to causing issues in jdbi binding (#21381)
This commit is contained in:
parent
94ceb7792a
commit
1ee36d41c6
@ -26,8 +26,8 @@ SET json = jsonb_set(
|
||||
(json->'connection'->'config') - 'siteUrl' - 'apiVersion' - 'env'
|
||||
)
|
||||
WHERE serviceType = 'Tableau'
|
||||
AND json ? 'connection'
|
||||
AND json->'connection' ? 'config';
|
||||
AND json ?? 'connection'
|
||||
AND json->'connection' ?? 'config';
|
||||
|
||||
-- Add runtime: enabled for AutoPilot
|
||||
UPDATE apps_marketplace
|
||||
|
Loading…
x
Reference in New Issue
Block a user