Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit e711b97

Browse files
committed
remove an extra TODO
1 parent 778626c commit e711b97

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data_diff/dbt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def _cloud_diff(diff_vars: DiffVars) -> None:
269269
response.raise_for_status()
270270
data = response.json()
271271
diff_id = data["id"]
272-
# TODO in future we should support self hosted datafold
273272
diff_url = f"{datafold_host}/datadiffs/{diff_id}/overview"
274273
rich.print(
275274
"[red]"

0 commit comments

Comments
 (0)