mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
MINOR - Truncate automations_workflow (#14446)
This commit is contained in:
parent
4846103cbf
commit
ffe4aa319f
@ -36,4 +36,7 @@ where name = 'DataInsightsApplication';
|
|||||||
update metadata_service_entity
|
update metadata_service_entity
|
||||||
set json = JSON_REPLACE(json, '$.connection.config.secretsManagerProvider', 'db')
|
set json = JSON_REPLACE(json, '$.connection.config.secretsManagerProvider', 'db')
|
||||||
where name = 'OpenMetadata'
|
where name = 'OpenMetadata'
|
||||||
and JSON_EXTRACT(json, '$.connection.config.secretsManagerProvider') = 'noop';
|
and JSON_EXTRACT(json, '$.connection.config.secretsManagerProvider') = 'noop';
|
||||||
|
|
||||||
|
-- Clean old test connections
|
||||||
|
TRUNCATE automations_workflow;
|
||||||
|
@ -49,3 +49,6 @@ set json = jsonb_set(
|
|||||||
)
|
)
|
||||||
where name = 'OpenMetadata'
|
where name = 'OpenMetadata'
|
||||||
and json #>> '{connection,config,secretsManagerProvider}' = 'noop';
|
and json #>> '{connection,config,secretsManagerProvider}' = 'noop';
|
||||||
|
|
||||||
|
-- Clean old test connections
|
||||||
|
TRUNCATE automations_workflow;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user