0

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 Answers1

0

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?

NickW
  • 8,430
  • 2
  • 6
  • 19