Azure Data Factory
Azure Data Factory
このページではAzure Data Factory をCData Connect Cloud の仮想SQL Server API に接続する手順の概要を示します。
前提条件
接続する前にまず以下を実行します。
- データソースをCData Connect Cloud アカウントに接続します。詳しくは、Connections を参照してください。
- Settings ページでPersonal Access Token (PAT) を生成します。PAT をコピーし、認証時にパスワードとして使用します。
CData Connect Cloud に接続する
Azure Data Factory からCData Connect Cloud の仮想SQL Server API へのコネクションを確立するには以下の手順に従います。
-
Login to Azure Data Factory.
-
If you have not yet created a Data Factory:
-
Click Create and enter your configuration information in each tab.
-
When you are finished entering information, click Review + create and then Create to save the Data Factory.
-
-
Open Azure Data Factory Studio and select your Data Factory.
-
In the Factory Resources section, highlight the Datasets option.
-
Click the three dots to open the Dataset actions and select New Dataset.
-
In the search bar, enter SQL Server and select it when it appears.
-
Enter a name for the server. In the Linked service field, select New.
-
Enter the connection settings.
- Name—enter a name of your choice.
- Server name—enter the Virtual SQL Server endpoint and port separated by a comma: tds.cdata.com,14333
- Database name—接続したいCData Connect Cloud データソースのConnection Name を入力します。例:Salesforce1
- User Name—CData Connect Cloud のユーザー名を入力します。ユーザー名は、CData Connect Cloud の画面の右上に表示されています。例:test@cdata.co.jp
- Password—select Password (not Azure Key Vault) and Settings ページで生成したPAT を入力します。
-
Click Create.
-
Select your new connection in the Linked service field.
-
Select your desired table and click OK.
You can now use this Dataset when creating Data flows in Azure Data Factory.