mirror of https://github.com/databricks/cli.git
11 lines
193 B
YAML
11 lines
193 B
YAML
|
# Example 2.3 Mapping Scalars to Sequences (ball clubs in each league)
|
||
|
|
||
|
american:
|
||
|
- Boston Red Sox
|
||
|
- Detroit Tigers
|
||
|
- New York Yankees
|
||
|
national:
|
||
|
- New York Mets
|
||
|
- Chicago Cubs
|
||
|
- Atlanta Braves
|