Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- package.json
- elasticsearch
- json
- DSL
- filebeat
- KoA
- elastic
- kibana
- venv
- query
- 7.7.1
- Tutorial
- dense_vector
- node.js
- CSV
- OPCUA
- airflow
- ubuntu
- PYTHON
- path.data
- ELK
- Crontab
- logstash
- windows
- typescript
- devtools
- framework
- grok
- Data Engineering
- configure
Archives
- Today
- Total
목록script (1)
Gibbs Kim's playground
[Data Engineering-8] Airflow DAGs test with python class
Python script를 통해 DAGs를 등록하는 예제(LINK)를 수행하다가 python 내부에서 class로 구조를 구성하면 어떨까 테스트 해보았다. #yolo_inference example from https://da2so.tistory.com/40from datetime import datetimefrom pathlib import Pathfrom airflow import DAGfrom airflow.operators.python import PythonOperatorfrom airflow.operators.bash import BashOperatorclass DAGinstance: def __init__(self, args) -> None: self.dag_id = arg..
Tech 기록지/Data Engineering
2024. 7. 30. 13:58