You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/13 06:28:05 UTC

[jira] [Updated] (FLINK-24683) Add Support for Azure Synapse Analytics

     [ https://issues.apache.org/jira/browse/FLINK-24683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yun Gao updated FLINK-24683:
----------------------------
    Fix Version/s: 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.15.0, 1.16.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.1#820001)