Skip to content

Commit

Permalink
Remove undocumented property which does not pass mypy checks after an…
Browse files Browse the repository at this point in the history
…notations in dbt-common. (#10529)
  • Loading branch information
peterallenwebb authored Aug 6, 2024
1 parent ff2726c commit 21a4633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/context/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ def load_agate_table(self) -> "agate.Table":
table = agate_helper.from_csv(path, text_columns=column_types, delimiter=delimiter)
except ValueError as e:
raise LoadAgateTableValueError(e, node=self.model)
table.original_abspath = os.path.abspath(path)

return table

@contextproperty()
Expand Down

0 comments on commit 21a4633

Please sign in to comment.