Hello, I am trying to create a table in a query fabric database. I have successfully connected to it and have access to all of the databases and schemas.
I am trying to use this as a test:
create table user_space.dx_dl_qf_nedvfcollections.T_TEST as
(select * from DX.JRNL_CSG_PII.SBB_BASE limit 10)
This query works when I run it in dbeaver or toad, but Alteryx throws this error:

I only have dots separating the database and schema, so I am not sure why i am getting this error.
Any help would be greatly appreciated!