File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/post/DevCourse/day-44 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ _<span style = "font-size:15px">(어렵거나 새롭게 알게 된 것 등 다
174
174
175
175
[Code : GitHub Link](https:// github.com/ srlee056/ devcourse- week10- day3- hw/ blob/ main/ UpdateSymbol_v3.py)
176
176
177
- # ## UpdateSymbol_v2의 Incremental Update 방식 수정해보기
177
+ ** UpdateSymbol_v2의 Incremental Update 방식 수정해보기**
178
178
179
179
- 앞서 배운 ROW_NUMBER 방식을 사용해서 Primary key가 동일한 레코드들을 처리하기
180
180
@@ -208,15 +208,15 @@ _<span style = "font-size:15px">(어렵거나 새롭게 알게 된 것 등 다
208
208
gcloud compute scp {option} {from_path} {to_path}
209
209
```
210
210
211
- #### 다운로드 (서버 -> 로컬)
211
+ ### 다운로드 (서버 -> 로컬)
212
212
213
213
- 서버쪽 폴더 안의 모든 파일을 전부 다운로드
214
214
215
215
``` zsh
216
216
gcloud compute scp --recurse " airflow-test" :/var/lib/airflow/dags ~ /github-repo/dags
217
217
```
218
218
219
- #### 업로드 (로컬 -> 서버)
219
+ ### 업로드 (로컬 -> 서버)
220
220
221
221
- 권한이 있어야 업로드 가능 -> ` root@ `
222
222
- 로컬 특정 파일을 서버쪽 폴더 안으로 업로드
You can’t perform that action at this time.
0 commit comments