/upload endpoint
to programmatically upload CSV filesdune.team_name.dataset_name
formatcreate
, insert
, clear
, delete
) to provide full control over table lifecycle and data management.
POST /v1/table/create
)POST /v1/table/insert
)POST /v1/table/clear
)DELETE /v1/table/delete
)Aspect | CSV Upload | Programmatic Management |
---|---|---|
Complexity | Low | High |
Setup Time | Minutes | Hours/Days |
Size Limit | 200MB | No limit |
Schema Control | Automatic | Manual definition |
Update Method | Replace entire table | Incremental appends |
API Calls Required | 1 | Multiple (2-4) |
Learning Curve | Minimal | Steep |
Automation Friendly | Limited | Excellent |
Credit Cost | Data points only | 10 credits + data points |
Privacy Options | Public/Private | Public/Private |
Error Recovery | Limited | Granular control |