Starburst
连接类型 | ODBC(64 位) |
驱动程序详细信息 | 有关数据库 ODBC 驱动程序的信息,请参见 Starburst 文档。 |
支持类型 | 读取和写入 |
验证版本 | 数据库版本:
ODBC 驱动程序版本:2.01.10.1014 |
用于连接的 Alteryx 工具
标准工作流处理
支持的身份验证方法
对于标准工作流处理:
用户名和密码
通用 OAuth
使用 DCM 连接时的读取和写入支持
将输入工具或输出工具拖放到画布上。
依次选中使用数据连接管理器 (DCM) 和设置连接。
在数据源列表中找到 Starburst,然后选择快速连接。
选择“快速连接”后,您将看到设置新连接所需的输入参数列表。
填写详细信息并保存连接。
接下来,选择添加凭证并选择一种身份验证方法。请提供必需的信息,然后保存您的凭证并将其与连接链接。
选择连接。
Starburst Bulk Loader
Alteryx Designer currently supports writing to Starburst only through single INSERT statements, which can be inefficient for large datasets. The bulk loader improves performance by:
Uploading data to a Starburst-specific staging location
Running a
COPY INTOstatement in Starburst to load the data into a target table
This method is faster and more efficient for large data loads.
Follow the steps below to use a bulk loader to write data to Starburst:
Drag the Write Data tool onto the canvas and select the Bulk option for Starburst.
Enter the required Starburst connection details, such as host, port, and credentials.
Configure the target table and staging location.
Run the workflow:
The data is first uploaded to the Starburst staging location.
Then loaded into the target table using a COPY INTO statement.
Data is successfully loaded into Starburst with improved performance compared to single INSERT statements.

