Skip to content

Commit b999930

Browse files
committed
Add Amazon QuickSight in CONTRIBUTING.md.
1 parent 40c9864 commit b999930

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ You can choose from three different environments to test your fixes/changes, bas
7575
* Enable real tests on typical Data Lake cases
7676

7777
* [Full test environment](#full-test-environment)
78-
* Requires a bunch of real AWS services
79-
* Amazon S3, Amazon Athena, AWS Glue Catalog, AWS KMS, Amazon Redshift, Aurora PostgreSQL, Aurora MySQL, etc
78+
* Requires a bunch of real AWS services.
79+
* Amazon S3, Amazon Athena, AWS Glue Catalog, AWS KMS, Amazon Redshift, Aurora PostgreSQL, Aurora MySQL, Amazon Quicksight, etc
8080
* Enable real tests on all use cases.
8181

8282
## Step-by-step
@@ -177,6 +177,8 @@ You can choose from three different environments to test your fixes/changes, bas
177177

178178
``cd ..``
179179

180+
* [OPTIONAL] If you intend to run all test, you also need to make sure that you have Amazon QuickSight activated and your AWS user must be register on that.
181+
180182
* Run the validation script:
181183

182184
``./validation.sh``
@@ -185,7 +187,7 @@ You can choose from three different environments to test your fixes/changes, bas
185187

186188
``pytest tests/test_s3_athena::test_to_parquet_modes``
187189

188-
* To run all data lake test functions for all python versions:
190+
* To run all data lake test functions for all python versions (Only if Amazon QuickSight is activated):
189191

190192
``./test.sh``
191193

0 commit comments

Comments
 (0)