Skip to content

Commit e8972c8

Browse files
committed
new line
1 parent 9b57970 commit e8972c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt_adbs_test_project/models/sales_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def model(dbt, session):
44
dbt.config(timeout=1800)
55
# oml.core.DataFrame referencing a dbt-sql model
66
sales = session.sync(query="SELECT * FROM SH.SALES")
7-
return sales
7+
return sales

0 commit comments

Comments
 (0)