mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00

* Fix #20200: Import/Export recursively at Database Service, Database, Schema * Recursive import/ export - Fixed errors * Recursive import - Column not getting updated fixed * Bug fix - Error message when data length not given for varchar * Recursive import: Flag added, parsing errors solved * recursive import: fixed bugs and tests * added recursive flag for bulk/edit import/export and created entity type filter for easy access * dismiss the loading state if, dry run fails and websocket doesn't have error in it * Recursive false for bulk edit * Recursive import: db service level * Recursive import: fixed tests * Recursive import: bug fix * Recursive import: fixed bug * support recursive validation and skip bulkImport playright spec and fix some bulk edit playwright test * Recursive import: bugs * Recursive import: nested entity bug * Data type made mandatory for column --------- Co-authored-by: aji-aju <ajithprasad770@gmail.com> Co-authored-by: Ashish Gupta <ashish@getcollate.io>