Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled Delivery Parameters Exclusivity to Looks #1310

Open
jenniferpaige opened this issue May 10, 2023 · 0 comments
Open

Scheduled Delivery Parameters Exclusivity to Looks #1310

jenniferpaige opened this issue May 10, 2023 · 0 comments
Assignees
Labels
bug Regression or bug p3 Priority 3 python Python SDK issues

Comments

@jenniferpaige
Copy link

When trying to update a delivery schedule for a dashboard through the python SDK, the parameters of require_data ,require_no_data, and require_change can be added through the method (and consequently reflected in an API call for that schedule), but ultimately are not employed when the schedules run.

While the API reference guide notes that they can be used with dashboards:
require_results - Delivery should occur if running the dashboard or look returns results
require_no_results - Delivery should occur if the dashboard look does not return results
require_change - Delivery should occur if data have changed since the last run

It seems that those parameters exclusively apply to Looks and cannot be used with dashboards. This is only noted in two places:

  1. A sample script on for managing schedules

  2. Deep into a single page of Looker documentation

Please update documentation or update the function.

@github-actions github-actions bot added need triage p3 Priority 3 labels May 10, 2023
@pfrisella pfrisella added python Python SDK issues bug Regression or bug and removed need triage labels May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Regression or bug p3 Priority 3 python Python SDK issues
Projects
None yet
Development

No branches or pull requests

3 participants