redash에 google sheets 연결하기

redash DataSource에 google sheets를 연결해본다. redash에서 기본적으로 잘 정리된 문서와 영상을 제공해주지만 ...

# DataViz redash google sheets

DB용 Command Line Client 활용하기

다양한 기능을 제공하는 Command Line Client 사용법을 알아본다. mycli - MySQL | pgcli - PostgreSQ...

# SQL MySQL mycli PostgreSQL pgcli

SQL에서 User-Defined Variable 사용하기

SQL에서 User Defined Variable 다루는 법을 알아본다. SQL 문제를 풀다보면 쿼리가 매우 길어지는 경우가 있다. Use...

# SQL PostgreSQL MySQL variable

Airflow의 시간정보에 대한 정리

Airflow의 시간정보에 대한 정리해본다. Airflow는 UTC TIMEZONE으로 처리 Airflow는 aware datetime ...

# DataOps Airflow TIMEZONE