Skip to content

Commit 6afbe90

Browse files
committed
test(AIR302): reorganzie test cases
1 parent 6dc5986 commit 6afbe90

File tree

2 files changed

+467
-446
lines changed

2 files changed

+467
-446
lines changed

crates/ruff_linter/resources/test/fixtures/airflow/AIR302_common_sql.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
ConnectorProtocol,
55
DbApiHook,
66
)
7+
8+
ConnectorProtocol()
9+
DbApiHook()
10+
711
from airflow.hooks.dbapi_hook import DbApiHook
812
from airflow.operators.check_operator import SQLCheckOperator
913

10-
ConnectorProtocol()
1114
DbApiHook()
1215
SQLCheckOperator()
1316

0 commit comments

Comments
 (0)