Required Parameters
- function_name
- Contains the prefix name of the example json file used to load data.Use the function_name values only as specified in the load_data() function calls, specified in the example sections of teradatagenai APIs. If any other string is passed as prefix input, an error is returned.
The <function_name>_example.json file contains the schema information for the tables that can be loaded using the JSON file.
- table_name
- Specifies the name of the table to be created in the database.Table names must have an equivalent data file (CSV) present at teradataml/data. Schema information must also be present in <function_name>_example.json.