
SELECT
MAX(date_created) AS "last_published_at"
FROM
public.jobs;A smaller, but not minor visualization, helps me to check if the automation script is running properly.

SELECT
MAX(date_created) AS "last_published_at"
FROM
public.jobs;A smaller, but not minor visualization, helps me to check if the automation script is running properly.