https://github.com/thepalaceproject/palace-quicksight
AWS QuickSight Resources for Palace
https://github.com/thepalaceproject/palace-quicksight
Last synced: 11 months ago
JSON representation
AWS QuickSight Resources for Palace
- Host: GitHub
- URL: https://github.com/thepalaceproject/palace-quicksight
- Owner: ThePalaceProject
- Created: 2023-07-03T18:14:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T22:14:36.000Z (about 2 years ago)
- Last Synced: 2024-05-04T17:30:15.864Z (about 2 years ago)
- Language: Python
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palace Quicksight Tools
A suite of command line operations for exporting and importing quicksight dashboards from and to AWS accounts.
Exported resources can be found [here](https://github.com/ThePalaceProject/palace-quicksight-resources).
## Prerequisites
Install Poetry: [Installation instructions here](https://python-poetry.org/docs/).
## Installation
```shell
poetry install
poetry run ./bin/palace-quicksight --help
```
## Usage
```shell
./bin/palace-quicksight --help
Usage: palace-quicksight [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
export-analysis Creates a template from the analysis and exports at...
import-template Import template and datasource files from json
publish-dashboard Create/Update a dashboard from a template
```