From afdaee73daf2b8d076415650cb1306eaee0ca5e1 Mon Sep 17 00:00:00 2001 From: Narendra Babu <69940285+narendra751@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:25:37 +0530 Subject: [PATCH 1/6] Fix broken link for Interesting Data Gigs The original link (https://newsletter.interestinggigs.com) was not working and showed a DNS error. Updated the link to the working URL (https://www.interestinggigs.com). --- newsletters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newsletters.md b/newsletters.md index 4bc656c1..75621751 100644 --- a/newsletters.md +++ b/newsletters.md @@ -20,7 +20,7 @@ - [All Hands on Data](https://allhandsondata.substack.com/) - [Modern Data 101](https://moderndata101.substack.com/) - [SELECT Insights](https://newsletter.ssp.sh/) -- [Interesting Data Gigs](https://newsletter.interestinggigs.com) +- [Interesting Data Gigs](https://www.interestinggigs.com/) - [Ju Data Engineering Weekly](https://juhache.substack.com/) - [From An Engineer Sight](https://fromanengineersight.substack.com/) -- [Data Engineering Community](https://dataengineeringcommunity.substack.com/) \ No newline at end of file +- [Data Engineering Community](https://dataengineeringcommunity.substack.com/) From ca84854c5ebd6fb014282ecc18b683966c32c1ef Mon Sep 17 00:00:00 2001 From: Gerasimos Date: Mon, 18 Nov 2024 18:43:54 +0000 Subject: [PATCH 2/6] fix HOST_PORT in docker compose file --- .../materials/1-dimensional-data-modeling/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml b/bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml index bcb9f8d5..a5828d94 100644 --- a/bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml +++ b/bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml @@ -11,7 +11,7 @@ services: - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} ports: - - "${CONTAINER_PORT}:5432" + - "${HOST_PORT}:5432" volumes: - ./:/bootcamp/ - ./data.dump:/docker-entrypoint-initdb.d/data.dump From dd382a73558651f38059e97c2b91dd4949b7fb2b Mon Sep 17 00:00:00 2001 From: Abdelhak Date: Mon, 18 Nov 2024 21:41:53 +0100 Subject: [PATCH 3/6] Add years_since_last_active column to Match the insert in day 2 lab --- .../1-dimensional-data-modeling/lecture-lab/players.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/bootcamp/materials/1-dimensional-data-modeling/lecture-lab/players.sql b/bootcamp/materials/1-dimensional-data-modeling/lecture-lab/players.sql index 45e618bd..43545a11 100644 --- a/bootcamp/materials/1-dimensional-data-modeling/lecture-lab/players.sql +++ b/bootcamp/materials/1-dimensional-data-modeling/lecture-lab/players.sql @@ -19,6 +19,7 @@ draft_number TEXT, seasons season_stats[], scorer_class scoring_class, + years_since_last_active INTEGER, is_active BOOLEAN, current_season INTEGER, PRIMARY KEY (player_name, current_season) From 99a4a75a1491842174b2e9ec433ca58a6b165719 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 18 Nov 2024 21:02:39 -0500 Subject: [PATCH 4/6] Adding Evidence to Visualization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a8ba5..96de7d48 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Top must-join communities for ML: - [Tableau](https://www.tableau.com/) - [Power BI](https://powerbi.microsoft.com/) - [Apache Superset](https://superset.apache.org/) + - [Evidence](https://evidence.dev) - Data Integration - [Cube](https://cube.dev) - [Fivetran](https://www.fivetran.com) From 2357bdcb6e4d724237b3c111b8bf5aba60387119 Mon Sep 17 00:00:00 2001 From: LennyArdiles Date: Tue, 19 Nov 2024 07:42:30 -0500 Subject: [PATCH 5/6] Add linkedin profile - Lenny Ardiles - LinkedIn 6k --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96de7d48..0c3f1fb2 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Here's the mostly comprehensive list of data engineering creators: | Ijaz Ali | | [Ijaz Ali](https://www.linkedin.com/in/ijaz-ali-6aaa87122/) (24K+) | Subhankar | | [Subhankar](https://www.linkedin.com/in/subhankarumass/) (5k+) | | | | | Ankur Ranjan | [Big Data Show](https://www.youtube.com/@TheBigDataShow) (100k+) | [Ankur Ranjan](https://www.linkedin.com/in/thebigdatashow/) (48k+) | | | | +| Lenny | | [Lenny A](https://www.linkedin.com/in/lennyardiles/) (6k+) | | | | ### Great Podcasts From 975590794b4da910813ee4c74c84d08aa83b5c12 Mon Sep 17 00:00:00 2001 From: Tyler Dardis <161078640+tyler-dardis@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:01:06 -0900 Subject: [PATCH 6/6] Update introduction.md Added links to day 3 lecture and lab --- bootcamp/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootcamp/introduction.md b/bootcamp/introduction.md index 38a045b7..e09fd80d 100644 --- a/bootcamp/introduction.md +++ b/bootcamp/introduction.md @@ -8,6 +8,8 @@ This will be six weeks of curricula - Day 1 Lab is [here](https://www.dataexpert.io/lesson/dimensional-data-modeling-lab-day-1-yt) - Day 2 Lecture is [here](https://www.dataexpert.io/lesson/dimensional-data-modeling-day-2-lecture-yt) - Day 2 Lab is [here](https://www.dataexpert.io/lesson/dimensional-data-modeling-day-2-lab-yt) + - Day 3 Lecture is [here](https://www.dataexpert.io/lesson/dimensional-data-modeling-day-3-lecture-yt) + - Day 3 Lab is [here](https://www.dataexpert.io/lesson/dimensional-data-modeling-day-3-lab-yt) - Fact Data Modeling - Homework is (to be added) - Data Quality (analytics)