Skip to main content

Community

Other: Ability to use filters when calling fivetran API endpoints

Answered

Please sign in to leave a comment.

Comments

3 comments

  • Official comment

    Hey Tarek,

    Thanks for writing in! Can you describe the pain point in a bit more detail? When do you want to filter a list vs query the details for a specific object? What is the context for it?

    Jimmy

    Hi Jimmy,

    For context we have hundreds of different tenants within our data warehouse, each one with unique destinations. So there will be a number of connecters (i.e. "id": "projected_sickle") all associated with the same destination (i.e. "group_id": "linseeds_wannabe").

    This request specifically came about in relation to webhook issues we had where our BE engineer was checking to see if the webhook existed before creating a new one. This required him to loop through a large list and that was timing out the request.

    So ideally being able to check to see if a webhook belongs to a specific group_id would be more efficient here. Hope this helps clarify!

    Super useful, thank you for the detail!