일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 오블완
- Exception
- Trino
- til #loguru #str #format
- nodeport
- pyenv
- 쿠버네티스
- Python #PEP
- pep 740 #소프트웨어 공급망
- 타입 #type
- k8s
- 카프카
- trino #hive #sync
- Python3 #PEP
- fetch
- 티스토리챌린지
- Glossary #Python
- pull
- aws #modernization #eks #k8s
- merge
- Git
- crossfit_geeks #크로스핏 #crossfit #당산크로스핏 #크로스핏긱스 #running #역도 #오운완 #크로스핏터 #Django가 고장날때까지
- Push
- Today
- Total
Django가 고장날때까지
is_paused_upon_creation: bool | None = Nonejinja_environment_kwargs: dict | None = Nonerender_template_as_native_obj: bool = attrs.field(default=False, converter=bool)tags: MutableSet[str] = attrs.field(factory=set, converter=_convert_tags)owner_links: dict[str, str] = attrs.field(factory=dict)auto_register: bool = attrs.field(default=True, converter=bool)fail_fast: bool = attrs.field(default=Fa..
https://shuiky.tistory.com/entry/agnosterzsh-theme91-parse-error-near
def _run_task_by_selected_method(args, dag: DAG, ti: TaskInstance) -> None | TaskReturnCode: """ Run the task based on a mode. Any of the 3 modes are available: - using LocalTaskJob - as raw task - by executor """ if args.local: return _run_task_by_local_task_job(args, ti) if args.raw: return _run_raw_task(args, ti) _run_task_by_executor(args, dag, ti)..