Skip to content

Commit

Permalink
Merge branch 'master' into wifi-client-check
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Jan 24, 2025
2 parents a1fa913 + 0200b6c commit a653668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package distributions to PyPI
uses: pypa/[email protected].2
uses: pypa/[email protected].3
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
SELECT_QUERY_LIMIT = 1000
WRITE_BATCH_SIZE = 1000
READ_QUERY = (
"SELECT {fields} FROM {measurement}"
"SELECT {fields} FROM \"{measurement}\""
" WHERE content_type='{content_type_key}'"
" AND object_id='{object_id}'"
)
DELETE_QUERY = (
"DROP SERIES FROM {old_measurement}"
"DROP SERIES FROM \"{old_measurement}\""
" WHERE content_type='{content_type_key}'"
" AND object_id='{object_id}'"
)
Expand Down

0 comments on commit a653668

Please sign in to comment.