Skip to content

Commit 2d595bf

Browse files
authored
Bump dap client (#42)
* Bump instructure-dap-client to 1.4.0 * Format change
1 parent 42aab03 commit 2d595bf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

init_table/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aws-lambda-powertools==2.43.1
22
pysqlsync==0.6.0
3-
instructure-dap-client[postgresql]==1.0.0
3+
instructure-dap-client[postgresql]==1.4.0
44
boto3==1.34.144

list_tables/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aws-lambda-powertools==2.43.1
22
pysqlsync==0.6.0
3-
instructure-dap-client[postgresql]==1.0.0
3+
instructure-dap-client[postgresql]==1.4.0

sync_table/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def start(event):
105105
async def sync_table(credentials, api_base_url, db_connection, namespace, table_name):
106106
async with DAPClient(api_base_url, credentials) as session:
107107
await SQLReplicator(session, db_connection).synchronize(namespace, table_name)
108+
108109

109110

110111
def drop_dependencies(db_name, table_name):

sync_table/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aws-lambda-powertools==2.43.1
22
pysqlsync==0.6.0
3-
instructure-dap-client[postgresql]==1.0.0
3+
instructure-dap-client[postgresql]==1.4.0
44
boto3==1.34.144

0 commit comments

Comments
 (0)