We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd472c8 commit 1ad0ffaCopy full SHA for 1ad0ffa
content/shared/influxdb3-query-guides/snapshots/snowflake.md
@@ -37,11 +37,11 @@ CREATE STAGE my_s3_stage
37
URL='s3://my-bucket/'
38
STORAGE_INTEGRATION=my_storage_integration;
39
40
-## Set up a catalog integration in Snowflake
+### Set up a catalog integration in Snowflake
41
42
Set up a catalog integration in Snowflake to manage and load Iceberg tables efficiently.
43
44
-### Example: Create a catalog integration in Snowflake
+#### Example: Create a catalog integration in Snowflake
45
46
```sql
47
CREATE CATALOG INTEGRATION my_catalog_integration
0 commit comments