Skip to content

Commit

Permalink
Updated data package API, Ruff (#120)
Browse files Browse the repository at this point in the history
* Updated data package API

* coverage update

* version bump

* coverage
  • Loading branch information
dogversioning authored Oct 3, 2024
1 parent c153c10 commit ff4bee6
Show file tree
Hide file tree
Showing 39 changed files with 774 additions and 360 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Install dependencies
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: .9
thresholdNew: 1
thresholdModified: .95
thresholdModified: .9

lint:
runs-on: ubuntu-22.04
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install linters
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions docs/dashboard-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This is the customer implementation of the Dashboard's API for receiving chart d
which the Aggregator re-implements as a lambda building Athena queries.

### endpoint
`/chart_data/{subscription_name}`
`/chart_data/{data_package}`

### URL segments
- `subscription_name` - The name of the data subscription we are querying
- `data_package` - The name of the data package we are querying

### Query parameters
- `column` - `string`, `required`; The name of the column we are requesting from the data table.
Expand Down
Loading

0 comments on commit ff4bee6

Please sign in to comment.