This pull request relaxes SQL type checking in civis.io.civis_file_to_table, by casting to VARCHAR when type inconsistency is detected for a given column and at least one input file has VARCHAR.
[x] (For Civis employees only) Reference to a relevant ticket in the pull request title
[x] Changelog entry added to CHANGELOG.md at the repo's root level
[x] Description of change in the pull request description
[x] If applicable, unit tests have been added and/or updated
This pull request relaxes SQL type checking in
civis.io.civis_file_to_table
, by casting toVARCHAR
when type inconsistency is detected for a given column and at least one input file hasVARCHAR
.CHANGELOG.md
at the repo's root level