adobe / adobe/aepp

Unable to upload Parquet File in a batch

Open
#34 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
24
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Module: ingestion.DataIngestion
The function below is not working for parquet file. Even if you post the binary data under data parameter, it fails while the code tries to call json.dumps
upload_res = data_ingestion.uploadSmallFile(
batchId=newBatchId,
datasetId=dataset_id,
filePath=file_name,
data={"file":full_file_path},
verbose=True,
)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.