[ https://issues.apache.org/jira/browse/FLINK-24683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xingbo Huang updated FLINK-24683: --------------------------------- Fix Version/s: 1.17.0 (was: 1.16.0) > Add Support for Azure Synapse Analytics > --------------------------------------- > > Key: FLINK-24683 > URL: https://issues.apache.org/jira/browse/FLINK-24683 > Project: Flink > Issue Type: Improvement > Components: API / DataStream, Connectors / Common > Affects Versions: 1.15.0 > Reporter: Israel Ekpo > Priority: Major > Fix For: 1.17.0 > > > The objective of this improvement is to add support for Azure Synapse > Analytics so that users can stream data out of Flink into Azure Synapse. > > It is expected to capture the events from Flink and push them to Synapse > directly. If the table does not exist in the destination target, the > connector should set it up and push the data stream there > > Microsoft JDBC Driver for SQL > [https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=sql-server-2017] > > Connection Strings for Synapse SQL > [https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/connection-strings] > > > Setting the Connection Strings and Properties > [https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-2017] > > Maven Repo for Artifact > [https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/9.4.0.jre11] > > Connecting to SQL > [https://docs.microsoft.com/en-us/sql/connect/jdbc/step-3-proof-of-concept-connecting-to-sql-using-java?view=sql-server-ver15] > -- This message was sent by Atlassian Jira (v8.20.10#820010)