Skip to content

Commit

Permalink
Update metadata-ingestion/tests/unit/dremio/test_dremio_schema_filter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mayuri Nehate <[email protected]>
  • Loading branch information
acrylJonny and mayurinehate authored Dec 11, 2024
1 parent 693f291 commit 7c21014
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_allow_and_deny_patterns(self, dremio_api):

assert dremio_api.should_include_container([], "prod")
assert dremio_api.should_include_container(["prod"], "public")
assert dremio_api.should_include_container(["prod", "public"], "next")
assert not dremio_api.should_include_container(["prod"], "internal")
assert not dremio_api.should_include_container(["prod", "internal"], "secrets")

Expand Down

0 comments on commit 7c21014

Please sign in to comment.