cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Kaniz_Fatma
by Community Manager
  • 1646 Views
  • 1 replies
  • 0 kudos
  • 1646 Views
  • 1 replies
  • 0 kudos
Latest Reply
shan_chandra
Esteemed Contributor
  • 0 kudos

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
Labels