The job begins by dropping the people table. Create the table before running the job for the first time:
CREATE MULTISET TABLE people (
placeholder_column INTEGER
);
The azure_blob_to_teradata method drops the placeholder table and creates a new people table from the columns in the public CSV dataset.
Note
Create the table in the database specified by TERADATA_DATABASE. If the table already exists, skip this step.