Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down