In Designer, I have a workflow using a Select tool. The columns look like this:
Shortly after this, I use the Output Data tool with Teradata Bulk Loader to push the results to a table, and the Output tool is configured to drop and then load the table.. However, on the Teradata, the table is being created with a different schema than is being shown in the Select tool. For example, FNAME is being loaded into the Teradata as a CHARACTER(100) field instead of a VARCHAR(40). The name then gets uploaded, and then null-padded out to the full character width.
Why isn't the bulk loader respecting the schema in the Select tool? Where is the schema configured for the table creation?