From 2bcda4511aae6ccf5b29c14681d23917d526e24e Mon Sep 17 00:00:00 2001 From: Ed Freeman Date: Tue, 3 Sep 2024 18:03:38 +0100 Subject: [PATCH] Update README.md Updated code snippet for syncing synapse tables locally --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1db577..0fe1408 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ By default, a file in the root of the current working directory with file name ` Here is an example code snippet to utilize this function: ```python -from corvus_python.synapse import sync_synapse_tables_to_local_spark +from corvus_python.synapse import sync_synapse_tables_to_local_spark, ObjectSyncDetails sync_synapse_tables_to_local_spark( workspace_name='my_workspace_name',