You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,13 +27,13 @@ View all mappings or all mappings of a specific type:
27
27
28
28
|Name|Type|Required|Description|
29
29
|--|--|--|--|
30
-
|*EntityName*|`string`|:heavy_check_mark:|The name of the table or database for which to show the ingestion mapping(s).|
31
-
|*MappingKind*|`string`||The type of mapping(s) to view. Possible values: `csv`, `json`, `avro`, `w3clogfile`, `parquet`, and `orc`.|
30
+
|*EntityName*|`string`|:heavy_check_mark:|The name of the table or database for which to show the ingestion mappings.|
31
+
|*MappingKind*|`string`||The type of mappings to view. Possible values: `csv`, `json`, `avro`, `w3clogfile`, `parquet`, and `orc`.|
32
32
|*MappingName*|`string`||The name of the mapping to view. This argument is required if you specify that you want to view a single `mapping` instead of multiple `mappings` for the entity. See [syntax options](#syntax).|
33
33
34
34
## Returns
35
35
36
-
The command returns a table with the columns `Name`, `Kind`, and `Mapping` that describe the ingestion mapping(s) names, types, and specifications.
36
+
The command returns a table with the columns `Name`, `Kind`, and `Mapping` that describe one or more ingestion mappings names, types, and specifications.
37
37
38
38
## Example
39
39
@@ -49,10 +49,11 @@ The command returns a table with the columns `Name`, `Kind`, and `Mapping` that
0 commit comments