Hi,
This question has been posted on Stackoverflow, Slack and now the mailing
list. Please don't spam the different channels for getting support on your
question. This is a voluntary service, run by community members.
Best regards,
Martijn Visser
On Tue, Nov 22, 2022 at 7:27 AM Suparn Lele (sul
Hi,
We have one table A in database. We are loading that table into flink using
Flink SQL JdbcCatalog.
Here is how we are loading the data
val catalog = new JdbcCatalog("my_catalog", "database_name", username,
password, url)
streamTableEnvironment.registerCatalog("my_catalog", catalog)
streamTab