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

Commit 4a848eb

Browse files
authored
Update __main__.py
1 parent 9d4d747 commit 4a848eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"-": "red",
3434
}
3535

36-
set_entrypoint_name(os.getenv("TRIGGERED_BY", "CLI"))
36+
set_entrypoint_name(os.getenv("DATAFOLD_TRIGGERED_BY", "CLI"))
3737

3838

3939
def _get_log_handlers(is_dbt: Optional[bool] = False) -> Dict[str, logging.Handler]:

0 commit comments

Comments
 (0)