Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ analytics/nl_query/ is an isolated module for natural-language-to-SQL generation
* Ollama client wrapper
* Orchestration service

## Testing
## Testing:

Run all tests with the following command:

Expand All @@ -214,7 +214,7 @@ The current test suite includes coverage for:
- Script behavior
- NL-query safety and service paths

## CI/CD and Branching
## CI/CD and Branching:


- `dev`: integration branch
Expand Down Expand Up @@ -253,7 +253,7 @@ python -m dagster api grpc -m dagster_op.repository
## Deployment


Deployment flow is workflow-based:
Deployment flow is Workflow-Based:

- Production auto-path after successful Docker release
- Manual staging/production dispatch path
Expand Down
Loading