Sign in
apache
/
hamilton
/
refs/heads/fix/sdk-code-display
/
.
/
tests
/
resources
/
test_for_materialization.py
blob: 58bbc9bccc816ec784609be5513fe428d85932e6 [
file
] [
log
] [
blame
]
def
json_to_save_1
()
->
dict
:
return
{
"key1"
:
"value1"
,
"key2"
:
"value2"
,
}
def
json_to_save_2
()
->
dict
:
return
{
"key3"
:
"value3"
,
"key4"
:
"value4"
,
}