mirror of https://github.com/databricks/cli.git
11 lines
182 B
YAML
11 lines
182 B
YAML
|
# Example 2.11 Mapping between Sequences
|
||
|
|
||
|
? - Detroit Tigers
|
||
|
- Chicago cubs
|
||
|
: - 2001-07-23
|
||
|
|
||
|
? [ New York Yankees,
|
||
|
Atlanta Braves ]
|
||
|
: [ 2001-07-02, 2001-08-12,
|
||
|
2001-08-14 ]
|