[Cloud] AWS Redshift - Dbeaver 연결
AWS Redshift - Dbeaver 연결 IAM Role - AmazonRedShiftFullAccess 추가 Security Group - Inbound Rule에 Type: Redshift, My IP 추가 Redshift Cluster 생성 후 Actions...
AWS Redshift - Dbeaver 연결 IAM Role - AmazonRedShiftFullAccess 추가 Security Group - Inbound Rule에 Type: Redshift, My IP 추가 Redshift Cluster 생성 후 Actions...
AttributeError: ‘NoneType’ object has no attribute ‘get_frozen_credentials’” 상황 Docker Airflow을 통해 AWS S3에서 AWS Redshift로 데이터 COPY 하는 task(S3...
from itertools import combinations, permutations, product, combinations_with_replacement
Backfill Data schema가 backfill이 가능한 구조여야함 예를 들어 시간 단위인 경우 created, modified와 같은 날짜 column이 존재 Airflow 내부 변수인 execution_date를 바탕으로 코드를...
DELETE FROM vs TRUNCATE 공통적으로 record를 삭제 DELETE FROM은 WHERE을 통해 특정 조건을 만족하는 record 삭제/ TRUNCATE는 모든 record 삭제 DELETE FROM보다 TRUNCATE의 속도가 빠름 TRUNCAT...