crate / crate/dlt-cratedb

REPLACE job: `ALTER TABLE "testdrive_staging"."exchange_latest" SET SCHEMA "testdrive";`

Open
#8 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.