This is an automated email from the ASF dual-hosted git repository. onikolas pushed a commit to branch onikolas/vancouver_meetup in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit c42339e929061e2ee956ad0a749f8bed4756c165 Author: Niko Oliveira <[email protected]> AuthorDate: Thu Feb 13 11:23:44 2025 -0800 Add the Vancouver Meetup location --- landing-pages/site/static/meetups.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/landing-pages/site/static/meetups.json b/landing-pages/site/static/meetups.json index 0f1751ece6..faa0e188fe 100644 --- a/landing-pages/site/static/meetups.json +++ b/landing-pages/site/static/meetups.json @@ -132,6 +132,13 @@ "members": 34, "url": "https://www.meetup.com/taipei-py/" }, + { + "city": "Vancouver", + "country": "Canada", + "date": "", + "members": 191, + "url": "https://www.meetup.com/vancouver-apache-airflow-meetup/" + }, { "city": "Warsaw", "country": "Poland",
