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
Right now the script will fail if it encounters any error from SQL. This is especially frustrating with these large datasets because the script may spend 30 minutes generating values, only to fail an insert almost immediately, wasting all that time.
I think making the script resilient to UNQ constraint violations would help mitigate this.
The text was updated successfully, but these errors were encountered:
Parsonswy
changed the title
Make script resilient to SQL failures
FEATURE: Make script resilient to SQL failures
May 4, 2022
PKG: model-data-generator
Right now the script will fail if it encounters any error from SQL. This is especially frustrating with these large datasets because the script may spend 30 minutes generating values, only to fail an insert almost immediately, wasting all that time.
I think making the script resilient to UNQ constraint violations would help mitigate this.
The text was updated successfully, but these errors were encountered: