You've already forked DataMate
[Feature] Refactor project to use 'datamate' naming convention for services and configurations (#14)
* Enhance CleaningTaskService to track cleaning process progress and update ExecutorType to DATAMATE * Refactor project to use 'datamate' naming convention for services and configurations
This commit is contained in:
@@ -19,4 +19,3 @@ xmltodict==1.0.2
|
||||
zhconv==1.4.3
|
||||
sqlalchemy==2.0.40
|
||||
pymysql==1.1.1
|
||||
unstructured[pdf,docx]==0.18.15
|
||||
@@ -15,7 +15,7 @@ from datamate.scheduler import func_scheduler
|
||||
from datamate.wrappers import WRAPPERS
|
||||
|
||||
# 日志配置
|
||||
LOG_DIR = "/var/log/data-mate/runtime"
|
||||
LOG_DIR = "/var/log/datamate/runtime"
|
||||
os.makedirs(LOG_DIR, exist_ok=True)
|
||||
logger.add(
|
||||
f"{LOG_DIR}/runtime.log",
|
||||
|
||||
@@ -17,7 +17,7 @@ classifiers = [
|
||||
|
||||
# Core dependencies
|
||||
dependencies = [
|
||||
"uvicorn",
|
||||
"uvicorn[standard]",
|
||||
"fastapi",
|
||||
"loguru",
|
||||
"jsonargparse",
|
||||
|
||||
Reference in New Issue
Block a user