Skip to content

Commit f6ae695

Browse files
committed
Update index.md
1 parent a254319 commit f6ae695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/post/DevCourse/day-44/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ _<span style = "font-size:15px">(어렵거나 새롭게 알게 된 것 등 다
174174

175175
[Code : GitHub Link](https://github.com/srlee056/devcourse-week10-day3-hw/blob/main/UpdateSymbol_v3.py)
176176

177-
### UpdateSymbol_v2의 Incremental Update 방식 수정해보기
177+
**UpdateSymbol_v2의 Incremental Update 방식 수정해보기**
178178

179179
- 앞서 배운 ROW_NUMBER 방식을 사용해서 Primary key가 동일한 레코드들을 처리하기
180180

@@ -208,15 +208,15 @@ _<span style = "font-size:15px">(어렵거나 새롭게 알게 된 것 등 다
208208
gcloud compute scp {option} {from_path} {to_path}
209209
```
210210

211-
#### 다운로드 (서버 -> 로컬)
211+
### 다운로드 (서버 -> 로컬)
212212

213213
- 서버쪽 폴더 안의 모든 파일을 전부 다운로드
214214

215215
```zsh
216216
gcloud compute scp --recurse "airflow-test":/var/lib/airflow/dags ~/github-repo/dags
217217
```
218218

219-
#### 업로드 (로컬 -> 서버)
219+
### 업로드 (로컬 -> 서버)
220220

221221
- 권한이 있어야 업로드 가능 -> `root@`
222222
- 로컬 특정 파일을 서버쪽 폴더 안으로 업로드

0 commit comments

Comments
 (0)