While adding a table from Microsoft SQL Server to an existing workflow we got caught by an interesting quirk - Alteryx read the Date and DateTime columns as V_WString.
Interestingly, the table itself was created in another Alteryx process so we really expected the database definitions to be read by Alteryx.
Is there a method we can use so that date and date-time columns in a database are brought in to a workflow with the attributes being applied from the database or is it common practice to have to re-define these fields to the date formats?
If the latter, are there any other data types we should be cautious about?
Thanks for your consideration,
Doug