Skip to content

Commit

Permalink
Add Refresh Props and schedules.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Feb 5, 2024
1 parent 20ab0ff commit fde658c
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 5 deletions.
11 changes: 11 additions & 0 deletions assets/data-sets/circulation_view-data-set-refresh-props.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"RefreshConfiguration": {
"IncrementalRefresh": {
"LookbackWindow": {
"ColumnName": "time_stamp",
"Size": 1,
"SizeUnit": "DAY"
}
}
}
}
15 changes: 15 additions & 0 deletions assets/data-sets/circulation_view-data-set-refresh-schedules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"RefreshSchedules": [
{
"ScheduleId": "fcdd5fe8-537d-4e59-947e-af35b5a82385",
"ScheduleFrequency": {
"Interval": "DAILY",
"Timezone": "America/New_York",
"TimeOfTheDay": "23:59"
},
"StartAfterDateTime": "2023-09-29 16:59:00-07:00",
"RefreshType": "INCREMENTAL_REFRESH",
"Arn": "arn:aws:quicksight:us-west-2:128682227026:dataset/e9e15c78-0193-4e4c-9a49-ed005569297d/refresh-schedule/fcdd5fe8-537d-4e59-947e-af35b5a82385"
}
]
}
4 changes: 2 additions & 2 deletions assets/data-sets/circulation_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@
}
],
"ImportMode": "SPICE",
"ConsumedSpiceCapacityInBytes": 1204610,
"ConsumedSpiceCapacityInBytes": 1324679,
"FieldFolders": {},
"RowLevelPermissionTagConfiguration": {
"Status": "ENABLED",
"Status": "DISABLED",
"TagRules": [
{
"TagKey": "library_name",
Expand Down
11 changes: 11 additions & 0 deletions assets/data-sets/patron_events-data-set-refresh-props.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"RefreshConfiguration": {
"IncrementalRefresh": {
"LookbackWindow": {
"ColumnName": "time_stamp",
"Size": 1,
"SizeUnit": "DAY"
}
}
}
}
15 changes: 15 additions & 0 deletions assets/data-sets/patron_events-data-set-refresh-schedules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"RefreshSchedules": [
{
"ScheduleId": "219c0510-7c80-43fc-a921-1639328dd93d",
"ScheduleFrequency": {
"Interval": "DAILY",
"Timezone": "America/New_York",
"TimeOfTheDay": "23:59"
},
"StartAfterDateTime": "2023-09-28 16:59:00-07:00",
"RefreshType": "INCREMENTAL_REFRESH",
"Arn": "arn:aws:quicksight:us-west-2:128682227026:dataset/86eb4ca5-9552-4ba6-8b1b-7ef1b9b40f78/refresh-schedule/219c0510-7c80-43fc-a921-1639328dd93d"
}
]
}
6 changes: 3 additions & 3 deletions assets/data-sets/patron_events.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
}
],
"ImportMode": "SPICE",
"ConsumedSpiceCapacityInBytes": 3678,
"ConsumedSpiceCapacityInBytes": 4703,
"FieldFolders": {},
"RowLevelPermissionTagConfiguration": {
"Status": "ENABLED",
"Status": "DISABLED",
"TagRules": [
{
"TagKey": "library_name",
Expand All @@ -106,4 +106,4 @@
"DisableUseAsDirectQuerySource": false,
"DisableUseAsImportedSource": false
}
}
}

0 comments on commit fde658c

Please sign in to comment.