Hi @Vike King ,
Welcome to Microsoft Q&A platform and thanks for posting your query here.
As per my understanding, you are trying to use postgre linked service in ADF pipeline , but receiving this error: "Can't cast database type time without time zone to NpgsqlInterval".
Yes, from the list of datatypes available for PostGre SQL, it seems 'time without timezone' datatype option is not available for new connector, only 'time with timezone' and 'timestamp with timezone' is available.
You could try altering the table to any of the above datatype or consider casting the column to Date datatype and then try copying the data using copy activity in ADF pipeline.
Reference: How to solve postgresql ERROR: cannot cast type time without timezone to date
Kindly let us know how it goes. Thankyou