Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix global flags for lists #863

Merged
merged 12 commits into from
Apr 26, 2024
Prev Previous commit
improve test coverage
  • Loading branch information
ms32035 committed Apr 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4826d7b8f73836239cd83ccd227744c9bedd6eab
5 changes: 5 additions & 0 deletions tests/operators/test_local.py
Original file line number Diff line number Diff line change
@@ -587,6 +587,11 @@ def test_store_compiled_sql() -> None:
{},
{"context": {}, "env": {}, "cmd_flags": ["test"]},
),
(
DbtTestLocalOperator,
{"select": []},
{"context": {}, "env": {}, "cmd_flags": ["test"]},
),
(
DbtTestLocalOperator,
{"full_refresh": True, "select": ["tag:daily"], "exclude": ["tag:disabled"]},
Loading