You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to pass the created_at__range query parameter, but the documentation is not clear on what the expected format is (it only says array). Could you give me an example of how to pass that parameter to filter runs from say May 1st to June 1st of 2023?
thanks
The text was updated successfully, but these errors were encountered:
Achieved by extracting a few records using: /api/v2/accounts/1/runs/?limit=10 to get the format of created_at, then add values in that format to a JSON array:
Hi,
I'm trying to use the
https://cloud.getdbt.com/api/v2/accounts/{account_id}/runs/
API to retrieve a list of runs.
I want to pass the
created_at__range
query parameter, but the documentation is not clear on what the expected format is (it only saysarray
). Could you give me an example of how to pass that parameter to filter runs from say May 1st to June 1st of 2023?thanks
The text was updated successfully, but these errors were encountered: