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
fix(e2e): order the workspace module ahead of the DCR and connector
The workspace id output resolves once the workspace exists, not once its
custom tables and Sentinel onboarding finish, so the DCR (whose Custom-<table>
output stream targets the custom table) and the connector definition (which
needs the workspace onboarded) could race ahead. Add depends_on = [module.law]
to both example stacks so the table exists and onboarding completes first; the
connector module retry regex still backstops residual onboarding propagation.
0 commit comments