GitHub user prasadwagle opened a pull request: https://github.com/apache/incubator-zeppelin/pull/878
[ZEPPELIN-841] Allow note creators to define row level permissions ### What is this PR for? Allow note creators to define row level permissions. Here's an article that describes the use case in tableau: http://kb.tableau.com/articles/knowledgebase/row-level-security-and-user-filters ### What type of PR is it? Feature ### Todos * [ ] - Code clean up (comments, logging) * [ ] - Documentation * [ ] - Unit tests ### What is the Jira issue? [ZEPPELIN-841] (https://issues.apache.org/jira/browse/ZEPPELIN-841) ### How should this be tested? 1. Create a query 2. Add zeppelin_user column to the query to restrict access for current user to certain rows 3. Check if only those rows are visible ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes You can merge this pull request into a Git repository by running: $ git pull https://github.com/prasadwagle/incubator-zeppelin ZEPPELIN-841 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/878.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #878 ---- commit 49f3755c5af06952f5704f2bfe91654153a8f355 Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-05-09T21:10:29Z Allow note creators to define row level permissions ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---