We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988379c commit 26226d9Copy full SHA for 26226d9
tests/core/test_audit.py
@@ -80,6 +80,8 @@ def test_load(assert_exp_eq):
80
col IS NULL
81
""",
82
)
83
+ assert audit.query_._parsed is not None
84
+ assert audit.query_._parsed_dialect == "spark"
85
86
87
def test_load_standalone(assert_exp_eq):
@@ -121,6 +123,8 @@ def test_load_standalone(assert_exp_eq):
121
123
122
124
125
126
127
128
129
130
def test_load_standalone_default_catalog(assert_exp_eq):
0 commit comments