Hi dbt community,
Does anyone know how to use created_at__range parameter (here) successfully?
created_at__range
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.
&created_at__range=(1701062400, 1701228275)
&created_at__range=("2023-11-25 11:00:00", "2023-11-28 00:00:00")
Regards
It needs to be &created_at__range=["2023-11-25 11:00:00", "2023-11-28 00:00:00"].
&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.