-
When the sql is as follows:
```sql
begin
drop table if exists temp_goods;
create temp table temp_goods as
select
substring(md5(g.gid::varchar),9,16) id,
g.gid,g.code,g.…
-
Greenplum is PostgreSQL under the hood, and we should find a way to call out the fact that you can connect us to Greenplum clusters somehow.
Hat tip @anki-code for trying it out.
:arrow_down: Pl…
-
-
**Is your feature request related to a problem? Please describe.**
We got plenty of stored procedures in greenplum and db2 database, we want to ingest those procedures to generate lineage.
**Descr…
-
Large companies have a need for function for parallel generating UUIDv7 keys in Greenplum ASAP. The implementation can be found here: https://commitfest.postgresql.org/47/4388/
-
### Proposal
Add support for showing metrics labels values instead of value itself.
Useful to show "info-style metrics":
https://www.robustperception.io/why-info-style-metrics-have-a-value-of-1/
…
-
### Is your feature request related to a problem? Please describe.
RisingWave can process and write data to GreenPlum in real time.
### Describe the solution you'd like
_No response_
### Describe …
-
Clickhouse JDBC Driver 0.6.1, 0.6.2
Clickhouse version 24.3
We migrate data from Greenplum to Clickhouse by PXF (jdbc clickhouse 0.6.1 with default http-client)
How to reproduce
This error a…
vpvha updated
3 months ago
-
### Before asking
- [X] I have read the [How to ask for help](https://linkis.apache.org/community/how-to-ask-for-help) (我已阅读[如何寻求帮助](https://linkis.apache.org/zh-CN/community/how-to-ask-for-help)指引…
-
###### Which version and edition of Flyway are you using?
Flyway Community Edition 5.1.1 by Boxfuse
###### If this is not the latest version, can you reproduce the issue with the latest one as wel…