Skip to content

Commit 108d272

Browse files
authored
Update notion_habits.py
1 parent 816192a commit 108d272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/michael/notion/notion_habits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def create_notion_dag(
111111
user_defined_macros={"BQ_TABLE": bq_table},
112112
tags=["notion", "habits", "raw"],
113113
) as dag:
114-
DATA_FILE = "/tmp/notion_data.jsonl"
114+
DATA_FILE = f"/tmp/{dag_id}.jsonl"
115115

116116
@task(
117117
task_id="get_notion_habit_pages",

0 commit comments

Comments
 (0)