Junaidb commited on
Commit
9eae5c1
·
verified ·
1 Parent(s): 793ec1b

Update databaseengine.py

Browse files
Files changed (1) hide show
  1. databaseengine.py +2 -2
databaseengine.py CHANGED
@@ -2,7 +2,7 @@ from astrapy import DataAPIClient
2
 
3
  # Initialize the client
4
  client1 = DataAPIClient("AstraCS:vUPtWJNjuqSJzFwpjwGaIMCG:a763d288a24184d3d8f87e78d8f3a9bdb4e687002ea80fb3e21949b969715b7f")
5
- db1 = client.get_database_by_api_endpoint(
6
  "https://ab618096-30bc-47c4-85ac-1a97c75e746c-us-east-2.apps.astra.datastax.com"
7
  )
8
  coll1="p1"
@@ -10,7 +10,7 @@ coll1="p1"
10
 
11
 
12
  client2= DataAPIClient("AstraCS:ZZUTCqocrzQiBhtvlEPfKqRq:b556beac8fc27ab35a3075db0d1fb34fde88872313673836f14ab3f5a1fb8438")
13
- db2= client.get_database_by_api_endpoint(
14
  "https://b4031b92-c3c2-46af-a2ff-bf39cd832d0a-us-east-2.apps.astra.datastax.com"
15
  )
16
  coll2="uq"
 
2
 
3
  # Initialize the client
4
  client1 = DataAPIClient("AstraCS:vUPtWJNjuqSJzFwpjwGaIMCG:a763d288a24184d3d8f87e78d8f3a9bdb4e687002ea80fb3e21949b969715b7f")
5
+ db1 = client1.get_database_by_api_endpoint(
6
  "https://ab618096-30bc-47c4-85ac-1a97c75e746c-us-east-2.apps.astra.datastax.com"
7
  )
8
  coll1="p1"
 
10
 
11
 
12
  client2= DataAPIClient("AstraCS:ZZUTCqocrzQiBhtvlEPfKqRq:b556beac8fc27ab35a3075db0d1fb34fde88872313673836f14ab3f5a1fb8438")
13
+ db2= client2.get_database_by_api_endpoint(
14
  "https://b4031b92-c3c2-46af-a2ff-bf39cd832d0a-us-east-2.apps.astra.datastax.com"
15
  )
16
  coll2="uq"