SDK - File transfer
Overview
The Blockhouse SDK simplifies data transfers to Blockhouse infrastructure. Use it to seamlessly and securely send files to Blockhouse data warehouse.
Installing the SDK
Install the SDK using pip:
Basic Usage
Here's a sample usage to get started:
Parameters
bucket_name
: The target bucket in Blockhouse (i.e.,blockhouse-sdk
) is where the file will be uploaded. Please ensure you use this bucket.file_name
: The name of the file to transfer.
Outputs
If the file is successfully uploaded.
If the file failed to upload.
Last updated