Skip to content

Commit

Permalink
Fix typo in util.py (#6037)
Browse files Browse the repository at this point in the history
* Fix typo in util.py

identifer -> identifier

* Add change log

* Update .changes/unreleased/Fixes-20221117-220320.yaml

Co-authored-by: Emily Rockman <[email protected]>
  • Loading branch information
eltociear and emmyoop authored Dec 20, 2022
1 parent 304797b commit 1e35339
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Fixes-20221117-220320.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Fixes
body: Fix typo in util.py
time: 2022-11-17T22:03:20.4836855+09:00
custom:
Author: eltociear
Issue: "4904"
PR: "6037"
2 changes: 1 addition & 1 deletion core/dbt/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def run_sql_with_adapter(adapter, sql, fetch=None):
return adapter.run_sql_for_tests(sql, fetch, conn)


# Get a Relation object from the identifer (name of table/view).
# Get a Relation object from the identifier (name of table/view).
# Uses the default database and schema. If you need a relation
# with a different schema, it should be constructed in the test.
# Uses:
Expand Down

0 comments on commit 1e35339

Please sign in to comment.