From c5fba9527a139b6eac5a0e124f1e65db0627a9ea Mon Sep 17 00:00:00 2001 From: "Zoltan C. Toth" Date: Tue, 9 Dec 2025 11:58:14 +0100 Subject: [PATCH 1/4] assignment instructions updated --- pipeline/ASSIGNMENT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipeline/ASSIGNMENT.md b/pipeline/ASSIGNMENT.md index ec9e6e7..395e55b 100644 --- a/pipeline/ASSIGNMENT.md +++ b/pipeline/ASSIGNMENT.md @@ -88,3 +88,7 @@ Ensure that all assets you submit check all the requirements above: 5) Lambda function in place and checks all requirements above 6) Lambda function deployed under the function name required and works both with and without passing a date parameter 7) EventBridge created with the schedule name required + +Deadline: 17 Dec 2025, 23:59. Same terms apply as with the previous deadlines + +Submission URL on Moodle \ No newline at end of file From 2d6296d350f44c9ee9e3f106c67e0dae4d6720bc Mon Sep 17 00:00:00 2001 From: "Zoltan C. Toth" Date: Tue, 9 Dec 2025 14:01:26 +0100 Subject: [PATCH 2/4] removed de2 profile --- .vscode/settings.json | 5 ++++- pipeline/solutions/extract_edits_solution.ipynb | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 55a5172..9a50fc5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,6 +18,9 @@ }, "chat.disableAIFeatures": false, "github.copilot.enable": { - "*": false + "*": true, + "plaintext": false, + "markdown": false, + "scminput": false } } \ No newline at end of file diff --git a/pipeline/solutions/extract_edits_solution.ipynb b/pipeline/solutions/extract_edits_solution.ipynb index 0e6ced5..34440c5 100644 --- a/pipeline/solutions/extract_edits_solution.ipynb +++ b/pipeline/solutions/extract_edits_solution.ipynb @@ -46,7 +46,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -58,7 +58,7 @@ "\n", "# The next line is only relevant for courseware development, please ignore it \n", "# and leave it commented out when working on this notebook\n", - "boto3.setup_default_session(profile_name=\"de2\", region_name=\"eu-west-1\")\n" + "# boto3.setup_default_session(profile_name=\"de2\", region_name=\"eu-west-1\")\n" ] }, { From 9f18e5bf033aa4b6730932abe9abefcaf7549503 Mon Sep 17 00:00:00 2001 From: "Zoltan C. Toth" Date: Wed, 10 Dec 2025 13:27:40 +0000 Subject: [PATCH 3/4] assignment deadline updated --- pipeline/ASSIGNMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/ASSIGNMENT.md b/pipeline/ASSIGNMENT.md index 395e55b..c6afb30 100644 --- a/pipeline/ASSIGNMENT.md +++ b/pipeline/ASSIGNMENT.md @@ -89,6 +89,6 @@ Ensure that all assets you submit check all the requirements above: 6) Lambda function deployed under the function name required and works both with and without passing a date parameter 7) EventBridge created with the schedule name required -Deadline: 17 Dec 2025, 23:59. Same terms apply as with the previous deadlines +Deadline: 21 Dec 2025, 23:59. Same terms apply as with the previous deadlines Submission URL on Moodle \ No newline at end of file From b7ee9e7237f6ce0b342ac5d367a6966b3b7f3086 Mon Sep 17 00:00:00 2001 From: "Zoltan C. Toth" Date: Mon, 15 Dec 2025 06:48:22 +0100 Subject: [PATCH 4/4] only execute tests for ceu repo --- .github/workflows/test-notebooks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index 500aa54..683007e 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -11,6 +11,7 @@ on: jobs: test: + if: github.repository == 'CEU-Economics-and-Business/ECBS-5147-Data-Engineering-2-Cloud-Computing' runs-on: ubuntu-latest container: image: ghcr.io/zoltanctoth/ceu-cloud-class:latest