OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Test Connection should validate ALL permissions

Open pmbrull opened this issue 3 years ago • 1 comments
trafficstars

taxonomies, tags... To make sure users are having the best UX and make sure that they have everything correctly.

We know what we need for each connector, so let's return a JSON payload explaining which checks passed and which others did not.

By source we need to make sure that all the accesses (for all the workflows) are correct. E.g., we can access the query logs table

pmbrull avatar Jul 26 '22 15:07 pmbrull

{
  "host connection" "ok",
  "tag retrieval" "ko", -> you need to enable blablabla
  "usage": "ko" -> give access to the `snowflake` database..
}

pmbrull avatar Aug 03 '22 12:08 pmbrull

We can use this as a starter example. We might need to update how the execution happens to gather all the ok/kos needed for all the permissions

pmbrull avatar Jan 31 '23 08:01 pmbrull