You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile
+27
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,33 @@ test-python-universal-trino:
139
139
not test_universal_types" \
140
140
sdk/python/tests
141
141
142
+
#To use Athena as an offline store, you need to create an Athena database and an S3 bucket on AWS. https://docs.aws.amazon.com/athena/latest/ug/getting-started.html
143
+
#Modify environment variables ATHENA_DATA_SOURCE, ATHENA_DATABASE, ATHENA_S3_BUCKET_NAME if you want to change the data source, database, and bucket name of S3 to use.
144
+
#If tests fail with the pytest -n 8 option, change the number to 1.
0 commit comments