Data Modeling, Transformation, and Serving

aws glue get-job-run --job-name de-c4w4a2-api-users-extract-job --run-id jr_20a16d19c9bc26d2968f723f5ba5d74b2f47d14c9a181b438aa4e3f4a388b44e --output text --query “JobRun.JobRunState” || echo "$?

aws glue get-job-run --job-name de-c4w4a2-api-sessions-extract-job --run-id jr_9b0e21a0c6dd00e143dc3a2a31257d4e7fa334a3a3d8434379855da7c2f43b90 --output text --query “JobRun.JobRunState” || echo "$?

aws glue get-job-run --job-name de-c4w4a2-rds-extract-job --run-id jr_3da70a6cae8e41bcc417c650e3bebe0d80cd8169aebe131cea19158efd792b13 --output text --query “JobRun.JobRunState” || echo "$?

when I try to run these commands, I’m unable get the output(SUCCEEDED or FAILED) even after waiting for 3 hours.