You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If attempting to upload a file with a "-" in the name (as in any file with a DES tilename) from connection.append_table(filename, name=table_name), easyaccess complains Invalid table name, change filename or use --tablename. However, this happens even when you specify a valid tablename.
The text was updated successfully, but these errors were encountered:
I think the issue is in the loop here. Since table is None it is throwing an error without even trying name. I think we need some logic that sets the table name before doing the loop to check for bad characters. @mgckind?
If attempting to upload a file with a "-" in the name (as in any file with a DES tilename) from connection.append_table(filename, name=table_name), easyaccess complains
Invalid table name, change filename or use --tablename
. However, this happens even when you specify a valid tablename.The text was updated successfully, but these errors were encountered: