This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
from a20dc84 Merge pull request #59 from
apache/dependabot/github_actions/github/codeql-action/analyze-4.37.4
add 56b9c10 test: add RLS isolation tests for Superset dataset row-level
security
new b5ff480 Merge pull request #52 from
airajena/test/add-rls-isolation-tests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 18 +++++
tests/{ => integration}/__init__.py | 0
tests/integration/test_rls_isolation.py | 120 ++++++++++++++++++++++++++++++++
warehouse/schema/pipeline_state.sql | 4 +-
4 files changed, 140 insertions(+), 2 deletions(-)
copy tests/{ => integration}/__init__.py (100%)
create mode 100644 tests/integration/test_rls_isolation.py