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 e5075c8 commit 23265d0Copy full SHA for 23265d0
docs/en/tutorials/load/query-metadata.md
@@ -34,6 +34,11 @@ PUT fs:///Users/eric/Documents/iris.parquet @my_internal_stage;
34
```
35
36
### Step 3: Query column definitions from the staged file
37
+:::caution
38
+
39
+`infer_schema` currently only supports parquet file format.
40
41
+:::
42
43
```sql
44
SELECT * FROM INFER_SCHEMA(location => '@my_internal_stage/iris.parquet');
@@ -110,4 +115,4 @@ SELECT * FROM iris_with_meta LIMIT 5;
110
115
│ iris.parquet │ 3 │ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa │
111
116
│ iris.parquet │ 4 │ 5 │ 3.6 │ 1.4 │ 0.2 │ setosa │
112
117
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
113
-```
118
+```
0 commit comments