Skip to content

Commit

Permalink
Merge branch 'main' into fix_links
Browse files Browse the repository at this point in the history
  • Loading branch information
yprikhodko committed Jan 10, 2025
2 parents 9b4564e + ecd0495 commit 3735c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cid/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def deploy(ctx, **kwargs):
--quicksight-datasource-role-arn TEXT IAM Role used for DataSource Creation (if not provided, will use the default QS Role). Must have access to Athena and S3 buckets.
--allow-buckets Comma separated list of buckets names to add to the default Cid QuickSight role
--quicksight-user TEXT QuickSight user
--quicksight-group TEXT QuickSight group
--dataset-{dataset_name}-id TEXT QuickSight dataset id for a specific dataset
--view-{view_name}-{parameter} TEXT a custom parameter for a view creation, can use variable: {account_id}
--account-map-source TEXT csv, dummy, organization (if autodiscovery impossible)
Expand Down Expand Up @@ -235,6 +236,7 @@ def cleanup(ctx, **kwargs):
@click.option('--folder-id', help='QuickSight folder id (existing)', default=None)
@click.option('--folder-name', help='QuickSight folder name (new)', default=None)
@click.option('--quicksight-user', help='QuickSight user', default=None)
@click.option('--quicksight-group', help='QuickSight group', default=None)
@cid_command
def share(ctx, dashboard_id, **kwargs):
"""Share QuickSight resources (Dashboard, Datasets, DataSource)"""
Expand Down

0 comments on commit 3735c5b

Please sign in to comment.