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

Add support for disableTargetRollup analyzer option #48

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

vsuen
Copy link
Contributor

@vsuen vsuen commented Sep 21, 2023

  • Updates the monitor schema to the latest version
  • Add support for disableTargetRollup analyzer option

Example:

from whylabs_toolkit.monitor.models import *
from whylabs_toolkit.monitor import MonitorSetup
from whylabs_toolkit.monitor import MonitorManager 

monitor_setup = MonitorSetup(monitor_id="courageous-firebrick-tiger-3073")
manager = MonitorManager(setup=monitor_setup)
monitor_setup.is_constraint = True
monitor_setup.disable_target_rollup = True
monitor_setup.apply()
manager.save()

@vsuen vsuen temporarily deployed to whylabs-toolkit-ci September 21, 2023 23:19 — with GitHub Actions Inactive
@vsuen vsuen temporarily deployed to whylabs-toolkit-ci September 22, 2023 16:53 — with GitHub Actions Inactive
@vsuen vsuen merged commit a86a49b into mainline Sep 22, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants