Skip to content

Instantly share code, notes, and snippets.

View heumsi's full-sized avatar

heumsi heumsi

View GitHub Profile
@heumsi
heumsi / 81ff58bf_4442_4d28_9278_30c61ba621f5_logs_18_txt
Created January 7, 2023 13:43
Airbyte connection reset log after schema change
2023-01-07 13:38:30 INFO i.a.w.t.TemporalAttemptExecution(get):136 - Docker volume job log path: /tmp/workspace/18/0/logs.log
2023-01-07 13:38:30 INFO i.a.w.t.TemporalAttemptExecution(get):141 - Executing worker wrapper. Airbyte version: 0.40.21
2023-01-07 13:38:30 WARN i.a.m.l.MetricClientFactory(initialize):60 - Metric client is already initialized to otel
2023-01-07 13:38:30 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):50 - Using default value for environment variable LOG_CONNECTOR_MESSAGES: 'false'
2023-01-07 13:38:30 INFO i.a.w.g.DefaultReplicationWorker(run):135 - start sync worker. job id: 18 attempt id: 0
2023-01-07 13:38:30 INFO i.a.w.g.DefaultReplicationWorker(run):150 - configured sync modes: {my_database.table_one=full_refresh - overwrite}
2023-01-07 13:38:30 INFO i.a.w.i.DefaultAirbyteDestination(start):72 - Running destination...
2023-01-07 13:38:30 INFO i.a.c.i.LineGobbler(voidCall):114 -
2023-01-07 13:38:30 INFO
@heumsi
heumsi / 81ff58bf_4442_4d28_9278_30c61ba621f5_logs_13_txt
Created January 7, 2023 06:39
Airbyte Sync Log (full refresh)
2022-11-26 07:37:42 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.method: must be a constant value Standard
2022-11-26 07:37:42 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.credential.hmac_key_secret: object found, string expected, $.credential.hmac_key_access_id: object found, string expected
2022-11-26 07:37:42 INFO i.a.w.t.TemporalAttemptExecution(get):136 - Docker volume job log path: /tmp/workspace/13/0/logs.log
2022-11-26 07:37:42 INFO i.a.w.t.TemporalAttemptExecution(get):141 - Executing worker wrapper. Airbyte version: 0.40.21
2022-11-26 07:37:43 INFO i.a.c.i.LineGobbler(voidCall):114 -
2022-11-26 07:37:43 INFO i.a.c.i.LineGobbler(voidCall):114 - ----- START CHECK -----
2022-11-26 07:37:43 INFO i.a.c.i.LineGobbler(voidCall):114 -
2022-11-26 07:37:43 INFO i.a.c.i.LineGobbler(voidCall):114 - Checking if airbyte/source-mysql:1.0.13 exists...
@heumsi
heumsi / blog_eda_200303.ipynb
Last active March 3, 2020 07:01
내 티스토리 블로그 EDA 과정을 적은 노트북
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[공통] 마크다운 markdown 작성법

1. 마크다운에 관하여

1.1. 마크다운이란?

**Markdown**은 텍스트 기반의 마크업언어로 2004년 존그루버에 의해 만들어졌으며 쉽게 쓰고 읽을 수 있으며 HTML로 변환이 가능하다. 특수기호와 문자를 이용한 매우 간단한 구조의 문법을 사용하여 웹에서도 보다 빠르게 컨텐츠를 작성하고 보다 직관적으로 인식할 수 있다. 마크다운이 최근 각광받기 시작한 이유는 깃헙(https://github.com) 덕분이다. 깃헙의 저장소Repository에 관한 정보를 기록하는 README.md는 깃헙을 사용하는 사람이라면 누구나 가장 먼저 접하게 되는 마크다운 문서였다. 마크다운을 통해서 설치방법, 소스코드 설명, 이슈 등을 간단하게 기록하고 가독성을 높일 수 있다는 강점이 부각되면서 점점 여러 곳으로 퍼져가게 된다.

1.2. 마크다운의 장-단점

1.2.1. 장점