добавляет dag
This commit is contained in:
8
dags/task_01/dto.py
Normal file
8
dags/task_01/dto.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class ConnectionInfo:
|
||||
uri: str
|
||||
username: str
|
||||
password: str
|
||||
Reference in New Issue
Block a user