Skip to content

filtering fieldquality monitors from export as work around until Pyca#22

Open
JoelSnipes wants to merge 2 commits intomainfrom
fieldqualitybug
Open

filtering fieldquality monitors from export as work around until Pyca#22
JoelSnipes wants to merge 2 commits intomainfrom
fieldqualitybug

Conversation

@JoelSnipes
Copy link
Contributor

Work around until pyCarlo fully support Field_Quality monitors

def get_monitors_query(limit: Optional[int] = 1000) -> Query:
query = Query()
get_monitors = query.get_monitors(limit=limit,namespaces=["ui"])
get_monitors = query.get_monitors(limit=limit,namespaces=["ui"],monitor_types=["CUSTOM_SQL", "STATS", "CATEGORIES", "FRESHNESS", "VOLUME", "JSON_SCHEMA" ])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can see for the endpoint, we're missing the option "TABLE_METRIC"

@JoelSnipes
Copy link
Contributor Author

TABLE_METRIC now included

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