Alteryx


Alteryx


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

前提条件

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

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

CData Connect に接続する

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

  1. In the ODBC Driver for CData Connect, select OAuth and click Test Connection. Then enter your CData Connect Cloud Credentials and Sign in.

  2. Open Alteryx Designer and create a new workflow.

  3. Drag and drop a new input data tool onto the workflow.

  4. Click the drop down under Connect a File or Database and select the Data sources tab.

  5. Navigate to the end of the page and click on ODBC under Generic connection.

  6. Select the DSN that you configured for use in Alteryx.

  7. In the wizard that opens, drag and drop the table to be queried in the Query Builder box. Select the fields by checking the boxes that you wish to include in your query. Where possible, the complex queries generated by the filters and aggregations will be pushed down to your data source, while any unsupported operations (which can include SQL functions and JOIN operations) will be managed client-side by the CData SQL engine embedded in the connector.

To further customize the dataset, you can open the SQL Editor and modify the query manually, adding clauses, aggregations, and other operations to ensure that you are retrieving exactly the data desired.

With the query defined, you are ready to work with your data in Alteryx Designer.