Skip to content

Commit

Permalink
update sql examples (flyteorg#724)
Browse files Browse the repository at this point in the history
* update sql examples

Signed-off-by: Niels Bantilan <[email protected]>

* update conf.py

Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Apr 13, 2022
1 parent 66b3141 commit 682a03f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cookbook/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ class CustomSorter(FileNameSortKey):
"task_example.py",
"type_example.py",
"knn_classifier.py",
"sqlite3_integration.py",
"sql_alchemy.py",
## Kubernetes
"pod.py",
"pyspark_pi.py",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# https://www.sqlitetutorial.net/sqlite-sample-database/
from flytekit.types.schema import FlyteSchema

EXAMPLE_DB = "https://cdn.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip"
EXAMPLE_DB = "https://www.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip"

# %%
# the task is declared as a regular task. Alternatively it can be declared within a workflow just at the point of using
Expand Down

0 comments on commit 682a03f

Please sign in to comment.