ETL for ObservePoint API Journey Rules

Create the table in our PostgreSQL database: CREATE TABLE public.rules (     fromtemplate BOOLEAN,     rulename text COLLATE pg_catalog."default",     checktimes INTEGER,     accountid INTEGER,   …