mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 20:47:41 +00:00

* Fix #3659 Refactor Service Connection String to be specific to per service * Simplify and centralize Airflow Pipeline info for REST (#3740) * Remove code * Modified Configs based on refactoring schema (#3816) * Clean WorkflowContext Co-authored-by: pmbrull <peremiquelbrull@gmail.com> Co-authored-by: Ayush Shah <ayush@getcollate.io>
6 lines
167 B
SQL
6 lines
167 B
SQL
--
|
|
-- Drop indexes for deleted boolean column
|
|
-- Drop unused indexes for updatedAt and updatedBy
|
|
--
|
|
RENAME TABLE airflow_pipeline_entity to ingestion_pipeline_entity;
|