Use Teradataml Widgets in Alteryx - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798
PrerequisiteInstall the teradatamlwidgets package:
pip install teradatamlwidgets
  • Alteryx is only supported on Windows machines.
  • Alteryx does not support a dropdown menu so the dropdown menu of functions will not show for the Database Engine 20, Unbounded Array Framework, Vantage Analytics Library functions. However, once you type in a function name, it will automatically load the UI according to that function.

Complete the following steps to get a notebook in Alteryx.

  1. Select the Developer tab
  2. Select Python.
  3. Add the following line in the first cell to bring in the teradatamlwidgets library:
    Package.installPackages('teradatamlwidgets')
  4. Call the UI as intended.