This website requires JavaScript.
Explore
Help
Sign In
steve
/
databricks-cli
mirror of
https://github.com/databricks/cli.git
Watch
1
Star
0
Fork
You've already forked databricks-cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4c0027556
databricks-cli
/
libs
/
config
/
yamlloader
/
testdata
/
anchor_07.yml
11 lines
110 B
YAML
Raw
Blame
History
# 7. Number Anchors
defaultAge
:
&age
25
person1
:
name
:
Alice
age
:
*age
person2
:
name
:
Bob
age
:
*age
Reference in New Issue
View Git Blame
Copy Permalink