mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-26 06:53:37 +00:00
Fix airflow config retries postgres migration (#12988)
This commit is contained in:
parent
496abf0392
commit
10b1578eed
@ -55,4 +55,4 @@ CREATE TABLE IF NOT EXISTS search_index_entity (
|
||||
|
||||
-- We were hardcoding retries to 0. Since we are now using the IngestionPipeline to set them, keep existing ones to 0.
|
||||
UPDATE ingestion_pipeline_entity
|
||||
SET json = jsonb_set(json::jsonb, '{airflowConfig.retries}', '0', true);
|
||||
SET json = jsonb_set(json::jsonb, '{airflowConfig,retries}', '0', true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user