Hello @eadgc5,
Just to make sure, are you still geting the same message for de_c4w4a2_silver_db
because of that error message, if it was fixed you should have been notified from the Lab Issue Report before.
If you get reconnecting message in step 2.3 is not something that the form can fix, it happened in other labs and there are workarounds. Afterwards there will be existing resources you can delete them manually or try the following:
- Wait for a new lab session and try the same commands:
use instead of terraform apply:
terraform apply -target=module.extract_job -no-color 2> errors.txt
terraform apply -target=module.transform_job -no-color 2> errors.txt
terraform apply -target=module.serving -no-color 2> errors.txt
-
If it continues ask for a lab refresh since it clears those resources 100% but if it disconnects again and the lab reboots they will appear again.
-
I suggest following those instructions to refresh your workspace and hopefully those apply commands will finish with apply complete. Hope it helps