Skip to content
Merged

back #42

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
},
"chat.disableAIFeatures": false,
"github.copilot.enable": {
"*": false
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
}
}
4 changes: 4 additions & 0 deletions pipeline/ASSIGNMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 21 Dec 2025, 23:59. Same terms apply as with the previous deadlines

Submission URL on Moodle
4 changes: 2 additions & 2 deletions pipeline/solutions/extract_edits_solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -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"
]
},
{
Expand Down