Azure Data Factory


Azure Data Factory


このページではAzure Data Factory をCData Connect の仮想SQL Server API に接続する手順の概要を示します。

前提条件

接続する前にまず以下を実行します。

  • データソースをCData Connect アカウントに接続します。詳しくは、Connections を参照してください。
  • Settings ページでPersonal Access Token (PAT) を生成します。PAT をコピーし、認証時にパスワードとして使用します。

CData Connect に接続する

Azure Data Factory からCData Connect の仮想SQL Server API へのコネクションを確立するには以下の手順に従います。

  1. Login to Azure Data Factory.

  2. If you have not yet created a Data Factory:

    1. Click Create and enter your configuration information in each tab.

    2. When you are finished entering information, click Review + create and then Create to save the Data Factory.

  3. Open Azure Data Factory Studio and select your Data Factory.

  4. In the Factory Resources section, highlight the Datasets option.

  5. Click the three dots to open the Dataset actions and select New Dataset.

  6. In the search bar, enter SQL Server and select it when it appears.

  7. Enter a name for the server. In the Linked service field, select New.

  8. 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 データソースのConnection Name を入力します。例:Salesforce1
    • User Name—CData Connect のユーザー名を入力します。ユーザー名は、CData Connect の画面の右上に表示されています。例:test@cdata.co.jp
    • Password—select Password (not Azure Key Vault) and Settings ページで生成したPAT を入力します。
  9. Click Create.

  10. Select your new connection in the Linked service field.

  11. Select your desired table and click OK.

You can now use this Dataset when creating Data flows in Azure Data Factory.