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

Commit 7686db8

Browse files
authored
Update dbt.py
1 parent 4a848eb commit 7686db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def dbt_diff(
7474
) -> None:
7575
print_version_info()
7676
diff_threads = []
77-
set_entrypoint_name(os.getenv("TRIGGERED_BY", "CLI-dbt"))
77+
set_entrypoint_name(os.getenv("DATAFOLD_TRIGGERED_BY", "CLI-dbt"))
7878
dbt_parser = DbtParser(profiles_dir_override, project_dir_override, state)
7979
models = dbt_parser.get_models(dbt_selection)
8080
config = dbt_parser.get_datadiff_config()

0 commit comments

Comments
 (0)