Home
Study Log
Cancel

External table

External Table external table의 실제 데이터는 external stage에 있는 파일들에 저장이 되어 있다. External table들은 data file들에 대한 file-level metadata를 저장하고 있다. (such as filename, a version identifier, related properties) ...

Web terminology

uvicorn lightning-fast ASGI server implementation, using uvloop and httptools ASGI(Asynchronous Server Gateway Interface) async-capable python web server, frameworks and applications 간의 standa...

PyCharm

PyCharm에서 Src root 설정 및 해제 PyCharm에서 다른 소스파일의 모듈을 import할수 있으려면, content root 설정을 해주어야 한다. PyCharm Navigation bar에서 root 디렉토리의 오른쪽 버튼 클릭하고 Mark directory as 버튼 클릭후 Source root 선택 Source root를 변경하고 ...

Resource Hooks

Hook types PreSync Executes prior to the application of the manifests. Sync Executes after all PreSync hooks completed and were successful, at the ...

[MySQL]Commands

Login mysql -u root -p

Setting manual review for github action

links https://devblogs.microsoft.com/devops/i-need-manual-approvers-for-github-actions-and-i-got-them-now/

Trouble shooting log(Linux)

sudo add-apt-repository apt-get install software-properties-common 실행

pip option

–no-cache-dir disable cache 여기서 말하는 cache란 아래와 같다. pip으로 설치하는 모듈들의 설치파일들(.whl 등) source file(.tar.gz등)들 사용하는 이유는 도커 이미지를 가능하면 작게 유지하기 위해서이거나 공간을 절약하기 위해서이다. -e option pip install을 할때 -e를 fl...

Trouble shooting log(Airflow)

Trouble Shooting DB Creation and initialization failed [2020-12-08 11:19:30,734] {manager.py:96} ERROR - DB Creation and initialization failed: Invalid argument(s) 'pool_size','max_overflow' sent ...

DinD vs DooD

DinD (Docker in Docker) 도커 컨테이너 내에서 추가적인 도커 데몬을 실행하는 방식 ` docker run –privileged –name dind1 -d docker:20.10.5-dind 명령어를 실행해서 생성하는 –privileged` 옵션은 호스트의 모든 장치에 액세스하는 권한을 부여함. 단점 : 컨테이너가 호스트의...

Trending Tags