mirror of https://github.com/databricks/cli.git
10 lines
183 B
YAML
10 lines
183 B
YAML
|
# Example 2.16 Indentation determines scope
|
||
|
|
||
|
name: Mark McGwire
|
||
|
accomplishment: >
|
||
|
Mark set a major league
|
||
|
home run record in 1998.
|
||
|
stats: |
|
||
|
65 Home Runs
|
||
|
0.278 Batting Average
|