You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Israel Ekpo (Jira)" <ji...@apache.org> on 2021/10/28 14:21:00 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 ]

Israel Ekpo updated FLINK-24683:
--------------------------------
    Description: 
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]

 

  was: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.


> 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
>    Affects Versions: 1.15.0
>            Reporter: Israel Ekpo
>            Priority: Major
>             Fix For: 1.15.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.3.4#803005)