fix: update schedule disabler configs #1414
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
skip_if_no_impression_with_export
andskip_if_no_impression_but_non_select
to match the semantic meaning of these options. "Skip disabling the datadoc if it has no impression but has an exporter", and "Skip disabling the datadoc if it has no impression but there are non-select queries"Previously, creating this task looked like this:
![Screenshot 2024-02-22 at 2 11 23 PM](https://private-user-images.githubusercontent.com/143662801/307136301-adccf7b8-cb85-445c-b6f2-8c731f9eef22.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDc0OTksIm5iZiI6MTczOTI0NzE5OSwicGF0aCI6Ii8xNDM2NjI4MDEvMzA3MTM2MzAxLWFkY2NmN2I4LWNiODUtNDQ1Yy1iNmYyLThjNzMxZjllZWYyMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNDEzMTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MGFlMzEyYTg0M2Y1ZGNhMGM0MDg2YWUwNTZhODg4ZWFiMTdiMzBmMDg5ZWEwYTUyNGRhMTI3NDc3YWQ0ZjBmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.uNl8ERdN20w4YX8EG7eLxpMD9sIuQiLS4OVmG7N6rbQ)
View of creating the task now with kwarg options
![Screenshot 2024-02-21 at 12 45 52 PM](https://private-user-images.githubusercontent.com/143662801/307135555-9e476fbf-dfa1-40c5-a544-be7fb0278763.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDc0OTksIm5iZiI6MTczOTI0NzE5OSwicGF0aCI6Ii8xNDM2NjI4MDEvMzA3MTM1NTU1LTllNDc2ZmJmLWRmYTEtNDBjNS1hNTQ0LWJlN2ZiMDI3ODc2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNDEzMTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OTFhMjRhMzlmOGRmMWJjMWM0OWI2MGRjM2Q5N2NlODBkNWE0NWI4NzBhZTBjYzNmZDI1MjU5NzJiM2M2NmJhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.62pK6DKoB0NAXsnZ2Q5kZd6J66spwWaJ4wQwqFFqlKI)