Skip to content

Commit

Permalink
fix to tutorial 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmadrigal committed Aug 30, 2024
1 parent 9612d42 commit 53f3c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/tutorial_cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Coming soon
10 changes: 5 additions & 5 deletions examples/tutorial_ex1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 2,
"id": "1a6773d9-db5e-484e-ae21-70acfa744e12",
"metadata": {},
"outputs": [],
Expand All @@ -103,16 +103,16 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 3,
"id": "482b2b61-d2e9-44fd-96ff-57c14a7f5a8d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2024-08-29 19:11:28 [warning ] no `date_key` set for <GraphReduceNode: fpath=cust.csv fmt=csv>\n",
"2024-08-29 19:11:28 [warning ] no `date_key` set for <GraphReduceNode: fpath=orders.csv fmt=csv>\n"
"2024-08-30 16:40:16 [warning ] no `date_key` set for <GraphReduceNode: fpath=cust.csv fmt=csv>\n",
"2024-08-30 16:40:16 [warning ] no `date_key` set for <GraphReduceNode: fpath=orders.csv fmt=csv>\n"
]
}
],
Expand All @@ -129,7 +129,7 @@
" compute_period_val=730,\n",
" compute_period_unit=PeriodUnit.day,\n",
" )\n",
" for f in files.keys()\n",
" for f in prefixes.keys()\n",
"}"
]
},
Expand Down

0 comments on commit 53f3c72

Please sign in to comment.