Reputation: 1
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.
Upvotes: 0
Views: 141