Closed izzy-zelichenko closed 4 years ago
We now have a test for every case when table_columns are provided
I removed the test I previously added because I realized it was nearly identical to the test test_civis_file_to_table_table_doesnt_exist_provide_table_columns
, so I just updated that existing test to have two table_columns provided to be more thorough.
@izzy-zelichenko, would you mind making a followup PR to add an item to the changelog for this?
@mheilman Sure thing.
APIC-305
Ensure data types are detected when the destination table does not exist or it is being dropped and table_columns are provided but do not contain a sql_type for every column.