treasure-data/pytd

Add unique bulk_import name not only `time.time()` for BulkImportWriter

chezou opened this issue · 0 comments

Once a bulk_import session is created at the same timing (same second), the bulk load name will conflict, which frequently happens on CI. In the current implementation, we don't have to avoid this issue.
It'd be better to add some unique_id like PID for bulk load names.