- 1646 Views
- 1 replies
- 0 kudos
Latest Reply
Please run the below steps in an isolated notebook to connect to Athena1. Install boto3 %sh pip install boto3 2. check if boto3 library is installed %python import boto3 boto3.__version__3. Run the below code %python import boto3 client = boto3.cli...
- 0 kudos