From 8d87acbcfa76cfead7cbd1752d7d7968b696d720 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 13 Mar 2025 06:39:14 +0000 Subject: [PATCH] how to run python locally --- run_etl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_etl.sh b/run_etl.sh index 52f43d8..14d0743 100644 --- a/run_etl.sh +++ b/run_etl.sh @@ -1 +1,2 @@ +# Example of how to run python code in this environment poetry run python etl/development.py --debug \ No newline at end of file