select_union
insert values writer type fails with buffered writing
#1173
Labels
bug
Something isn't working
dlt version
0.4.7
Describe the problem
User report: https://dlthub-community.slack.com/archives/C04DQA7JJN6/p1711839048557919

The cause of this issue is the fact that buffer chunk separation does not differentiate between
default
andselect_union
insert values writes type (only logic fordefault
is implemented).Expected behavior
select_union
insert values writer type works properly, also when the number of items exceed the configuredmax_buffer_size
.Steps to reproduce
Operating system
Windows
Runtime environment
Local
Python version
3.8
dlt data source
No response
dlt destination
No response
Other deployment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: