Recent posts

[Cloud] AWS Redshift - Dbeaver 연결

less than 1 minute read

AWS Redshift - Dbeaver 연결 IAM Role - AmazonRedShiftFullAccess 추가 Security Group - Inbound Rule에 Type: Redshift, My IP 추가 Redshift Cluster 생성 후 Actions...

[Python] itertools

less than 1 minute read

from itertools import combinations, permutations, product, combinations_with_replacement

[Apache Airflow] Backfill

less than 1 minute read

Backfill Data schema가 backfill이 가능한 구조여야함 예를 들어 시간 단위인 경우 created, modified와 같은 날짜 column이 존재 Airflow 내부 변수인 execution_date를 바탕으로 코드를...