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 |
Tags
- elastic
- query
- CSV
- elasticsearch
- path.data
- package.json
- configure
- ubuntu
- windows
- kibana
- dense_vector
- KoA
- filebeat
- node.js
- DSL
- grok
- airflow
- typescript
- Tutorial
- Data Engineering
- framework
- venv
- json
- 7.7.1
- Crontab
- ELK
- PYTHON
- devtools
- logstash
- OPCUA
Archives
- Today
- Total
목록dags (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