Skip to content

Commit

Permalink
Merge branch 'main' into pallavi--analyzer-permvalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavia7 authored Jan 10, 2025
2 parents 653916b + 1238b13 commit 7ec9bdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,32 +88,32 @@
{
"source": {
"metadata": {
"name": "test_external_source",
"team": "chronon"
"name": "contextual",
"team": "default"
},
"keySchema": {
"kind": 13,
"params": [
{
"name": "key",
"name": "place_id",
"dataType": {
"kind": 4
"kind": 7
}
}
],
"name": "ext_test_external_source_keys"
"name": "contextual_keys"
},
"valueSchema": {
"kind": 13,
"params": [
{
"name": "ext_place_id",
"name": "place_id",
"dataType": {
"kind": 7
}
}
],
"name": "ext_test_external_source_values"
"name": "contextual_values"
}
}
}
Expand All @@ -125,7 +125,7 @@
},
{
"name": "place_id",
"expression": "ext_test_external_source_ext_place_id"
"expression": "ext_contextual_place_id"
}
]
}
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "0.0.86-SNAPSHOT"
version := "0.0.87-SNAPSHOT"

0 comments on commit 7ec9bdb

Please sign in to comment.