@@ -312,14 +312,14 @@ INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept
312312INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (4, ' Jason' , ' Haugland' , ' SA' , 1, ' 2021-08-06' , 20000, 10, 1);
313313INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (5, ' Ryan' , ' Bee' , ' Field Sales' , 1, ' 2005-08-06' , 20000, 10, 1);
314314```
315- * Run the initial bulk load of the job ![ swagger start] ( images/swaggerStartjob.png )
316- * Click on * POST* START Job to biring up the API interface ![ API start] ( images/swagger-run-load.png )
315+ * Run the initial bulk load of the job ![ swagger start] ( ../ images/deployments /swaggerStartjob.png)
316+ * Click on * POST* START Job to biring up the API interface ![ API start] ( ../ images/deployments /swagger-run-load.png)
317317 * click on * Try It Out*
318318 * Enter the jobname of * postgres-job*
319319 * Enter the jobtype of * load*
320320* Test the results
321- * Run the stream load ![ swagger start] ( images/swaggerStartjob.png )
322- * Click on * POST* START Job to bring up the API interface ![ API start] ( images/swagger-run-load.png )
321+ * Run the stream load ![ swagger start] ( ../ images/deployments /swaggerStartjob.png)
322+ * Click on * POST* START Job to bring up the API interface ![ API start] ( ../ images/deployments /swagger-run-load.png)
323323``` bash
324324INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (111, ' Simon' , ' Prickett' , ' Tech Advocate' , 1, ' 2016-08-06' , 20000, 10, 1);
325325INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (112, ' Doug' , ' Snyder' ,' Territory Manager' , 1, ' 2021-08-06' , 20000, 10, 1);
0 commit comments