Skip to content

Commit

Permalink
Merge pull request #113 from dhanush-2397/dev
Browse files Browse the repository at this point in the history
PM Shri program added
  • Loading branch information
pandutibil authored Oct 13, 2023
2 parents c28c8ed + 766a52f commit 06727bd
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
20 changes: 20 additions & 0 deletions impl/c-qube/ingest/NVSK/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,24 @@
"blacklisted": []
}
},
{
"name": "PM SHRI",
"namespace": "pm_shri",
"description": "pm_shri",
"shouldIngestToDB": true,
"input": {
"files": "./ingest/NVSK/programs/pm-shri"
},
"./output": {
"location": "./output/programs/pm-shri"
},
"dimensions": {
"whitelisted": [
"state,categorypmshri"
],
"blacklisted": []
}
},
{
"name": "Telemetry",
"namespace": "telemetry",
Expand All @@ -230,3 +248,5 @@
]
}



Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PK,Index
string,string
category_id,category_name
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
state,categorypmshri,
state_id,category_name,
string,string,integer
state_id,category_name,category_value
dimension,dimension,metric
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
state,
state_id,
string,integer
state_id,started
dimension,metric
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
state,
state_id,
string,
state_id,total_schools
dimension,metric

0 comments on commit 06727bd

Please sign in to comment.