Open atommych opened 1 week ago
@atommych could you have a look at the interagration tests? They might need to be readapted
@atommych any plan to fix the integration tests? I believe that this regex must be re-adapted to omit the -
, also if it's easier, we could consider to use replace('-','_')
then in the regex for the integration tests we can simply replace the -
with _
. Using _
in the table name is still valid.
Hi @nicor88 , I will work on it till Friday! Thanks for the tips
Description
When using unique_tmp_table_suffix=True, the UUID added generated contain dashes which causes the following error:
mismatched input '-'. Expecting: '(', '.', 'AS', 'COMMENT', 'WITH'
Checklist