Top Stories published by 數據共筆 in 2022
February
March
October
November
December

Airflow寄信附檔2:信件內容設定與附檔

前情提要
Airflow寄信附檔:儲存 Bigquery執行結果為 csv檔

不囉嗦,直接上 Code

# 定義 email相關的設內容
# 附件是我們在前情提要中已經下載而來的檔案
...
receiver = {
"宜蘭縣":YILAN_RECEIVER,
"高雄市":KAOSHUNG_RECEIVER…

Airflow:PythonOperator

Airflow在其官網中就表明他是一個純粹的 Python架構,因此對 Python的支援很廣泛,作為多數資料工程人員熟悉的語言,如果能用 Python操作一定是相對容易的。


Airflow: SlackAPIPostOperator

由於均一工作溝通主要使用 Slack,如果 Airflow各階段的執行結果都能在 Slack跳訊息通知,就不需要一直切換到 Airflow之中確認狀態;另外也不是每個人都有權限可以打開 Airflow,但都可以藉由…


LeetCode:(Array)(Python)Majority Element

題目連結:https://leetcode.com/problems/majority-element/

有一個 list,裡面的數字沒有經過排序,但會有一個數字的數量佔整個 list超過一半,找出那個數字。

以下範例

初始想法

These were the top 10 stories published by 數據共筆 in 2022. You can also dive into monthly archives for 2022 by using the calendar at the top of this page.