mirror of https://github.com/databricks/cli.git
10 lines
170 B
YAML
10 lines
170 B
YAML
|
# Example 2.25 Unordered Sets
|
||
|
|
||
|
# Sets are represented as a
|
||
|
# Mapping where each key is
|
||
|
# associated with a null value
|
||
|
--- !!set
|
||
|
? Mark McGwire
|
||
|
? Sammy Sosa
|
||
|
? Ken Griffey
|