Skip to content

Commit

Permalink
Merge pull request #42 from george0st/change
Browse files Browse the repository at this point in the history
Repair featureset definitions
  • Loading branch information
george0st authored Nov 23, 2023
2 parents 3cbd523 + 6c2e043 commit fa3beb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 01-model/01-project/01-gate-alfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"aggregate-party", "aggregate-account", "aggregate-transaction"],
"feature-vectors": ["vector-partycontact"]
}
}
}
2 changes: 1 addition & 1 deletion 01-model/02-feature-set/02-basic-partycontact.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "basic-partycontant",
"name": "basic-partycontact",
"description": "Contact to party",
"kind": "feature-set",
"spec": {
Expand Down
8 changes: 2 additions & 6 deletions 01-model/02-feature-set/06-basic-event.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "basic-event",
"description": "Party events e.g. run app, view paymemt conditions, check account state, show item in shop, send message to friend, etc.",

"kind": "feature-set",
"spec": {
"targets": [
"parquet"
],
"targets": ["parquet"],
"entities": [
{
"name": "event-id",
Expand Down Expand Up @@ -48,9 +45,8 @@
{
"name": "event-date",
"description": "Datetime for party event",
"type": "datetime"
"type": "timestamp"
},

{
"name": "record-date",
"description": "The date when the record was created",
Expand Down

0 comments on commit fa3beb6

Please sign in to comment.