run() | FeatureProcess Method | Teradata Package for Python - run() - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Package for Python
Release Number
20.00
Published
March 2025
ft:locale
en-US
ft:lastEdition
2026-08-13
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage

Use the run() method to run the feature process.

Optional Parameters

filters
Specifies the filters to be applied on the data source while ingesting feature values for FeatureProcess.
Mutually exclusive with the "filter_manager" argunent.
as_of
Specifies the time period for which feature values are ingested.

If as_of is specified as either string or datetime.datetime, then the specified value is considered as starting time period and ending time period is considered as 31-DEC-9999 23:59:59.999999+00:00.

filter_manager
Specifies the filter manager to be used for applying filters on the data source while ingesting feature values for FeatureProcess.
Mutually exclusive with "filters" argument.
resume
Specifies whether to resume a previously interrupted feature process.
  • The "resume" argument is applicable only when "filter_manager" is provided. If "filter_manager" is not specified, the "resume" argument is ignored.
  • When "resume" is set to True and "filter_manager" is provided, processing resumes from the last interrupted filter_id in the filter manager.

Default value: False