Skip to content

Commit

Permalink
Merge pull request #116 from george0st/change
Browse files Browse the repository at this point in the history
First use project targets
  • Loading branch information
george0st authored Feb 3, 2024
2 parents 3c8d56c + 35ad2c6 commit fb5edc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 01-model/01-project/01/01.1-gate-a-sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"parent": "gate-a",
"spec": {
"targets": {
"prj-offline": ["parquet", "csv"],
"prj-online": ["mysql"]
"prj-offline": ["parquet"],
"prj-online": ["redis"]
}
}
}
5 changes: 2 additions & 3 deletions 01-model/02-feature-set/01-basic-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"kind": "feature-set",
"spec": {
"targets": [
"parquet",
"csv",
"redis"
"prj-offline",
"prj-online"
],
"entities": [
{
Expand Down
2 changes: 1 addition & 1 deletion generator/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.1.5'
__version__ = '0.1.6'

0 comments on commit fb5edc9

Please sign in to comment.