Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Skyflow returns tokens and data for the records that were just inserted.
}
```

### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkInsertSync.java) of a sync bulkInsert call for inserting data into multiple tables
### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkMultiTableInsertSync.java) of a sync bulkInsert call for inserting data into multiple tables

The `bulkInsert` operation will insert records in multiple tables the data synchronously into the vault.

Expand Down Expand Up @@ -614,7 +614,7 @@ Skyflow returns tokens and data for the records you just inserted.
}
```

### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkInsertAsync.java) of an async bulkInsert call for inserting data into multiple tables
### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkMultiTableInsertAsync.java) of an async bulkInsert call for inserting data into multiple tables

The `bulkInsertAsync` operation operation will insert records in multiple tables the data asynchronously into the vault.

Expand Down
Loading