Hi <@U01QTMK3457> Is it ok If I make a contributio...
# nebula
n
Hi @wey Is it ok If I make a contribution to nebula flink connector to support DELETE VERTEX <vid> [, <vid> ...] [WITH EDGE]; https://docs.nebula-graph.io/3.6.0/3.ngql-guide/12.vertex-statements/4.delete-vertex/ At the moment there is no any way to delete vertex with related edges by that connector. Moreover, there is no any way to make upsert my that library https://docs.nebula-graph.io/3.6.0/3.ngql-guide/12.vertex-statements/3.upsert-vertex/
❀️ 4
πŸ‘€ 1
πŸ™Œ 2
πŸš€ 3
πŸ‘ 2
s
Thank you for your kind offer! You can make a contribution by submitting a Pull Request directly to the flink-connector repository. We sincerely appreciate your willingness to contribute. Please find the repository link here: https://github.com/vesoft-inc/nebula-flink-connector. Please feel free to let me know if you have any further requests or if there's anything else I can assist you with.
w
Dear @Nikolay Wow Thanks a lot and welcome to the NebulaGraph community! this is indeed a missing point, please kindly feel free to help introduce this flag, either a draft pr or a RFC issue would be great! cc @Nicole Wang
πŸ™Œ 1
Regarding upsert, if you are watching data event with full properties (instead of subset of properties update), insert is all we need as it’s accepted to insert on existing vertices. While if that’s not the case, upsert on flink is actually needed, feel free to draft on such support. 🫑 @Nicole Wang please correct me if wrong!
n
Sorry I'm late. @wey I totally agree with you, that right. @Nikolay Thanks for your willingness to contribute, the
DELETE VERTEX with EDGE
is really a useful feature for flink connector, please feel free to submit a pr to support it.πŸ™Œ
😍 1