Looker API: Create a Scheduled Look with Saved Look Filters + Additional Filter

Hi all,

I’m trying to use the Looker API Manage Scheduled Plans to create a schedule on a saved look. I’d like to keep the default saved filters from the look and update just one of these filters to another value in the schedule.

Using /api/3.1/scheduled_plans with no argument for filters_string results in a schedule with the same filters as the saved look. If I run the same code with "filters_string": "?pod_leader.name=John", it will create a schedule with the pod_leader_name filter set to John, but will clear out all the other filter values that are saved as part of the underlying look.

Is there a way to keep all the saved filter settings and just update one of them within my new schedule?

Thanks in advance

0 0 171