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
The settings variable USER_TABLESPACE sets the tablespace for the tables created by the daiquiri user. However, it's not taken into account for the uploaded tables.
For the query job, the tablespace is selected correctly via
The settings variable
USER_TABLESPACE
sets the tablespace for the tables created by the daiquiri user. However, it's not taken into account for the uploaded tables.For the query job, the tablespace is selected correctly via
daiquiri/daiquiri/core/adapter/database/postgres.py
Lines 121 to 126 in 39d9110
Tablespace is missing in the table creation statement for the upload
daiquiri/daiquiri/core/adapter/database/base.py
Lines 211 to 218 in 39d9110
The text was updated successfully, but these errors were encountered: