From 108d2723004c89039811206c1418210529fc4365 Mon Sep 17 00:00:00 2001 From: Michael Conan <67560023+michaelconan@users.noreply.github.com> Date: Sun, 2 Feb 2025 10:38:09 +0000 Subject: [PATCH] Update notion_habits.py --- dags/michael/notion/notion_habits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/michael/notion/notion_habits.py b/dags/michael/notion/notion_habits.py index 7182214..8c064ea 100644 --- a/dags/michael/notion/notion_habits.py +++ b/dags/michael/notion/notion_habits.py @@ -111,7 +111,7 @@ def create_notion_dag( user_defined_macros={"BQ_TABLE": bq_table}, tags=["notion", "habits", "raw"], ) as dag: - DATA_FILE = "/tmp/notion_data.jsonl" + DATA_FILE = f"/tmp/{dag_id}.jsonl" @task( task_id="get_notion_habit_pages",