Skip to content

Commit bfc2091

Browse files
updating readme doc
1 parent 95a5450 commit bfc2091

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Prerequisite
1111
- Run cmd -> `poetry config virtualenvs.in-project true`
1212
- To install the project dependencies and create the virtual env run -> `poetry install`
1313
- To activate the env -> `poetry shell`
14-
- Now you can run the main script by running -> `python src/main.py`
14+
- Now you can run the main script by running -> python src/auto_etl.py -t query-builder -m tests/Auto_ETL_Metadata_Mapping_V1.xlsx -c tests/sample_config.json

src/app/services/query_builder/query_builder.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import dataclasses
22
import logging
33
import os
4-
import sys
54

65
from pydantic.dataclasses import dataclass
76

0 commit comments

Comments
 (0)