Yet another bootstrap theme.

2022-04-01
airflow-tutorial-note

使用 docker 來跑 apache airflow 來玩玩 tutorial 的程式

cmd for list dag and task

`

initialize the database tables

airflow db init

print the list of active DAGs

airflow dags list

prints the list of tasks in the “tutorial” DAG

airflow tasks list tutorial

prints the hierarchy of tasks in the “tutorial” DAG

airflow tasks list tutorial –tree
`

local 跑測試的方式

  • 跑一個特定的 task
    • airflow tasks test tutorial templated 2015-06-01 # testing templated
  • 跑一個特定的 DAG
    • airflow dags test [dag_id] [logical_date]

Reference

Read More

2022-04-01
difftastic

diff 的使用,一直是宅宅必要的技能,好用的 diff 值得記錄一下

Reference

Read More

2022-03-31
shuowen

最近對文字的起源、文字的來源有興趣,所以就想來找找、看看 許慎 的說文解字
其中段玉裁的說文解字注,是最為有名的

Reference

Read More

2022-03-30
my-python-project

用這份文件,簡略記錄一下自己要捉取甲骨文資料,用到的一些 package & 參考文件

有關 word reference

有關 google drive api

有關 selenium reference

selenium youtube 介紹

Read More

2022-03-29
airflow-basic

Read More

2022-03-29
data-engineer

Read More

2022-03-29
dimensional-model

Read More

2022-03-29
about-data-team

Read More

2022-03-29
data-warehouse

在進行資料分析時,通常會建立 data warehouse 來儲存大量資料,給 data engineer & data analyst 來使用

Data Warehouse

  • AWS redshift
    • 與 prostgres compatible
  • SnowFlake
  • BigQuery

Reference

Read More

2022-03-28
aws-airflow-wmaa

使用 amazon management 的 WMAA 來跑 Apache Airflow 是個要開始使用 airflow 的好方式

how to access WMAA airflow

example

airflow token

Reference

使用 KMS key 可以參考的:

有時間要來試試看

Compare

Read More