REPLACE job: `ALTER TABLE "testdrive_staging"."exchange_latest" SET SCHEMA "testdrive";`
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## 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'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.