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
it's possible that importers yield 0 rows (for tests and smaller extracts).
it seems like the vertices action hangs if the address table contains 0 rows, also there are errors produced from trying to close prepared statements that have never been run.
add tests for empty import files and confirm that all scripts still run and exit without error.
The text was updated successfully, but these errors were encountered:
it's possible that importers yield 0 rows (for tests and smaller extracts).
it seems like the
vertices
action hangs if the address table contains 0 rows, also there are errors produced from trying to close prepared statements that have never been run.add tests for empty import files and confirm that all scripts still run and exit without error.
The text was updated successfully, but these errors were encountered: