You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlowETL populates the etl.post_etl_queries with some simple stats on the ingested data, which are very useful for QA checking. It would be useful to be able to access these QA checks via the API.
The text was updated successfully, but these errors were encountered:
What I'm wondering is if there's a case for supporting allowing people access to only a subset of the qa check results, either by the type of check, or the data being checked.
Hmm, yes. Controlling access by type of check would be the trickier of the two (at least in terms of auto-generating the permission scopes, because the list of types of check would need to be inferred from FlowETL), but there may be situations where that's desirable. Not sure about access control by event type - we don't currently support restricting anything else by event type, but that's not to say there isn't a case for adding it.
FlowETL populates the
etl.post_etl_queries
with some simple stats on the ingested data, which are very useful for QA checking. It would be useful to be able to access these QA checks via the API.The text was updated successfully, but these errors were encountered: