-
I've been testing StarRocks with Nessie (Iceberg REST) successfully up until Nessie `v0.95`, when I started getting this error whenever I try to query any of the tables:
```
[42000][1064] Cannot i…
-
### Feature Description
The java connector may be configured to connect to a Cloud SQL instance using a DNS name.
When the JDBC connection properties does not contain the `cloudSqlInstance` prop…
-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
### Descripti…
-
Hello!
Thanks for your work on the connector.
We use version 2.3.1-lt to transfer data from postgres to clickhouse.
We encountered the problem that sometimes the connector does not see that the …
-
Homework5不在终端中输入SQL语句然后将结果分别截图,直接利用一些python的库来在notebook里面运行SQL代码可以吗?
比如说可以这样做:
```
import mysql.connector
# 连接到MySQL服务器
connection = mysql.connector.connect(
host="localhost",
user="r…
-
### Search first
- [x] I searched and no similar issues were found
### Description
HI Team,
I got this issue when generating the change log from the existing database.
also tried with the previous…
-
**Describe the bug**
When importing a view from a postgres database (hosted with supabase), columns that are fixed precision digits (numeric) are imported as varchar. I would expect them to be import…
-
Jira Link: [DB-6471](https://yugabyte.atlassian.net/browse/DB-6471)
### Description
Testcase: test_cdc_tx_wal_verification
Having tablets count to be equal to only 1.
Gflags used:
We…
-
### Connector Name
source-mysql
### Connector Version
3.7.3
### What step the error happened?
During the sync
### Relevant information
we used airbyte to sync a big database which contains 200+…
-
Using the mariadb connector, if i query:
```SQL
SELECT NOW();
```
It will be returning the time with timezone from the system. Even though I explicit set the timezone to UTC.
```typescrip…