How to Use 'created_at__range' at The Endpoint

Hi dbt community,

Does anyone know how to use created_at__range parameter (here) successfully?

I’ve tried using &created_at__range=(1701062400, 1701228275) and &created_at__range=("2023-11-25 11:00:00", "2023-11-28 00:00:00") , and the results are HTTP 400.

Regards

It needs to be &created_at__range=["2023-11-25 11:00:00", "2023-11-28 00:00:00"].

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.