Tal Gluck

Results 11 issues of Tal Gluck

## Description Currently, `COPY TO` for all data types except for Delta tables allows for relative paths, e.g. ```sql COPY (SELECT 1) TO './my_file.csv'; ``` However, when copying to a...

chore :gear: