You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am backfilling a table with a date dimension. I observed that if there is a unique date in the input data, insert fails. No chunk can be found, and zero rows are moved.
Worth to mention that I start from an empty hypertable, maybe this is the source of the problems? If there are several dates in the data, behaviour is as expected. A new chunk is created successfully.
Workaround is to insert more input data into the temporary staging table, making sure there are several dates in there.
The text was updated successfully, but these errors were encountered:
I am backfilling a table with a
date
dimension. I observed that if there is a unique date in the input data, insert fails. No chunk can be found, and zero rows are moved.Worth to mention that I start from an empty hypertable, maybe this is the source of the problems? If there are several dates in the data, behaviour is as expected. A new chunk is created successfully.
Workaround is to insert more input data into the temporary staging table, making sure there are several dates in there.
The text was updated successfully, but these errors were encountered: