Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 626 Bytes

Awesome dbt

This is the data services via API Endpoint

DEV

  • [Optional] Set the python alias (if Linux)
update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
python --version

Start service locally

set env_sqlserver_user_secret=datnguye
set env_sqlserver_password_secret=datnguye
set env_sqlserver_host_secret=DAT\DAT19
uvicorn main:app --host 0.0.0.0 --port 8000 --app-dir "./services/api_service" --reload