We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
risingwave
pgsql
See #1057 discussion for mapping design specifics.
Splitting from #1057 as pgsql binding is generic, whereas risingwave message transformations over pgsql are specific to Risingwave.
CREATE TABLE
PRIMARY KEY
CREATE STREAM
CREATE MATERIALIZED VIEW
DROP TABLE
DROP STREAM
DROP MATERIALIZED VIEW
The text was updated successfully, but these errors were encountered:
There is one task left and I have made good progress but not quite there yet and also will require some end to end testing.
Sorry, something went wrong.
Love the work on this @akrambek 🙏. It would be awesome if we could also support Feldera
akrambek
No branches or pull requests
See #1057 discussion for mapping design specifics.
Splitting from #1057 as
pgsql
binding is generic, whereasrisingwave
message transformations overpgsql
are specific to Risingwave.CREATE TABLE
transformationrisingwave
binding support #1211CREATE TABLE
withPRIMARY KEY
transformationrisingwave
binding support #1211CREATE STREAM
transformationCREATE MATERIALIZED VIEW
transformationrisingwave
binding support #1211DROP TABLE
,DROP STREAM
andDROP MATERIALIZED VIEW
transformation Support DROP TABLE, STREAM, and MATERIALIZED VIEW #1266The text was updated successfully, but these errors were encountered: