mirror of https://github.com/databricks/cli.git
11 lines
154 B
YAML
11 lines
154 B
YAML
|
# Example 2.9 Single Document with Two Comments
|
||
|
|
||
|
---
|
||
|
hr: # 1998 hr ranking
|
||
|
- Mark McGwire
|
||
|
- Sammy Sosa
|
||
|
# 1998 rbi ranking
|
||
|
rbi:
|
||
|
- Sammy Sosa
|
||
|
- Ken Griffey
|