Skip to main content

Blue icon with a stream-like object flowing into a database. Data Stream In Tool

Use Data Stream In to bring data from Alteryx Designer into the In-DB workflow.

In-Database enables blending and analysis against large sets of data without moving the data out of a database and can provide significant performance improvements over traditional analysis methods. For more about the In-Database tool category, see In-Database Overview.

Configure the Tool

ConnectionName: Select the dropdown to create a new connection, manage an existing connection, or select a connection from the list of connections that have already been set up.

  • ManageConnections: Select to create, edit, or delete a connection.

  • Open File Connection: Select to browse to a saved database connection file.

Creation Mode: Select the appropriate option for writing the data. Choices include:

  • Create Temporary Table: Writes to a temporary table that is available until the end of the session. This option is useful for building In-DB predictive macros because it holds the metadata in place temporarily. If this option is selected, the Table Name field is disabled and displays “[a unique temporary table name is generated on each run]".

  • Create New Table: Creates a new table. Will not overwrite an existing table. If an HDFS Avro option is selected, the avro.schema.literal fails at 4000 characters and an error will occur on the table creation. Try reducing the character length of the column names, or selecting fewer columns

  • Overwrite Table (Drop): Completely drops the existing table and creates a new one.

Table Name: Enter the name of the database table to create or update. If Create Temporary Table is selected, the Table Name field is disabled and displays “[a unique temporary table name is generated on each run]".

Note

To use this tool with Oracle, you must have permissions to write to the tempspace assigned to GLOBAL TEMPORARY. Contact your Oracle database administrator.

For more information, visit Connect In-DB Tool.