Dremio connection in snowflake

110 Views Asked by At

I'm new to Dremio. Could anyone help me with how to build dremio connection in snowflake.

CREATE STAGE <stage_name> URL = 'http://<dremio_host>:9047' CREDENTIALS = (USERNAME='' PASSWORD='') DATA_FORMAT = 'PARQUET' FILE_FORMAT = (TYPE = 'PARQUET') I have seen this, but not sure about the exact syntax.

1

There are 1 best solutions below

0
On

I’m not sure what you mean by a “Dremio connection in Snowflake” but if you mean make Snowflake a source for Dremio then this is documented here.

If this is not what you mean, can you explain what you are trying to achieve?