Skip to content

Commit

Permalink
Update day 36
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Dec 4, 2023
1 parent 4e292d8 commit 8002a70
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 1 deletion.
Binary file added content/post/DevCourse/day-36/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/DevCourse/day-36/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/DevCourse/day-36/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/DevCourse/day-36/image-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/DevCourse/day-36/image-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/DevCourse/day-36/image-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion content/post/DevCourse/day-36/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ tags = [

## GCS (Google Cloud Storage)

### 버킷 생성

![](image-6.png)

### Scraping using requests

- [1년간의 데이터를 받아오는 함수 코드]()
Expand Down Expand Up @@ -68,7 +72,28 @@ tags = [
blob.upload_from_string(response.content)
```

### IAM ROLE
### Google Cloud 인증 정보

- IAM 및 관리자 > 서비스 계정 > 서비스 계정 만들기

![](image-1.png)

![](image-2.png)

- 액세스 권한 설정 (GCS에 객체를 생성할 수 있는 권한으로 설정)

![](image-3.png)

- 키 생성 및 로컬에 저장

![](image-4.png)

![](image-5.png)

- `~/.zshrc`
```
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/service-account-file.json"
```

## Snowflake

Expand Down

0 comments on commit 8002a70

Please sign in to comment.