mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Truncate automations_workflow (#11531)
This commit is contained in:
parent
596d8cd94f
commit
b7e2aecd2b
@ -6,4 +6,7 @@ WHERE (serviceType = 'Kafka' OR serviceType = 'Redpanda')
|
||||
AND JSON_EXTRACT(json, '$.connection.config.saslMechanism') NOT IN ('GSSAPI', 'PLAIN', 'SCRAM-SHA-256', 'SCRAM-SHA-512', 'OAUTHBEARER');
|
||||
|
||||
-- Remove the Subscriptions
|
||||
DELETE FROM event_subscription_entity;
|
||||
DELETE FROM event_subscription_entity;
|
||||
|
||||
-- Clean old test connections
|
||||
TRUNCATE automations_workflow;
|
||||
|
||||
@ -7,3 +7,6 @@ WHERE (servicetype = 'Kafka' OR serviceType = 'Redpanda')
|
||||
|
||||
-- Remove the Subscriptions
|
||||
DELETE FROM event_subscription_entity;
|
||||
|
||||
-- Clean old test connections
|
||||
TRUNCATE automations_workflow;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user