Skip to content

Commit 83f29b6

Browse files
authored
Merge pull request #21 from michaelconan/michaelconan-patch-1
2 parents 816192a + 108d272 commit 83f29b6

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)