v.24.10Bug Fix
Don't Check Dependencies During CREATE OR REPLACE VIEW When Dropping Old Table
Don't check dependencies during CREATE OR REPLACE VIEW during DROP of old table. Previously CREATE OR REPLACE query failed when there are dependent tables of the recreated view. #69907 (Pavel Kruglov).