Commit 4a21e32
your-github-username
Fix QuickSight import permissions for DataSources and DataSets
- Add wildcard expansion call in import_dashboard()
- Separate permissions for each asset type (Dashboard/DataSource/DataSet)
- Use asset-specific actions instead of reusing Dashboard actions
- Fix account ID wildcard in manifest.yaml to use parameter substitution
- Resolves missing Principals/Actions errors during import1 parent 0eb636c commit 4a21e32
File tree
2 files changed
+54
-12
lines changed- experimental/SMUS-CICD-pipeline-cli
- examples/analytic-workflow/dashboard-glue-quick
- src/smus_cicd/helpers
2 files changed
+54
-12
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
Lines changed: 52 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | | - | |
| 218 | + | |
216 | 219 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
222 | 262 | | |
223 | 263 | | |
224 | 264 | | |
225 | 265 | | |
226 | 266 | | |
227 | 267 | | |
228 | 268 | | |
229 | | - | |
230 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
231 | 273 | | |
232 | | - | |
| 274 | + | |
233 | 275 | | |
234 | 276 | | |
235 | 277 | | |
| |||
0 commit comments