## Problem dlt issues this query when using the replace strategy, but fails on CrateDB. ```sql ALTER TABLE "testdrive_staging"."exchange_latest" SET SCHEMA "testdrive"; ``` ```text psycopg2.errors.InternalError_: line 3:55: missing '(' at 'SCHEMA' ```