-
-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aw-client
updated
11 files
+4 −7 | Makefile | |
+1 −0 | aw_client/classes.py | |
+4 −15 | aw_client/cli.py | |
+7 −11 | aw_client/client.py | |
+23 −16 | aw_client/queries.py | |
+1 −0 | examples/load_dataframe.py | |
+9 −3 | examples/redact_sensitive.py | |
+2 −1 | examples/working_hours.py | |
+4 −2 | examples/working_hours_gspread.py | |
+331 −435 | poetry.lock | |
+9 −7 | pyproject.toml |
Submodule aw-core
updated
19 files
+0 −7 | .github/workflows/lint.yml | |
+1 −5 | Makefile | |
+2 −4 | aw_core/__about__.py | |
+0 −3 | aw_core/config.py | |
+2 −2 | aw_core/decorators.py | |
+4 −8 | aw_core/models.py | |
+55 −53 | aw_datastore/benchmark.py | |
+8 −15 | aw_datastore/datastore.py | |
+3 −3 | aw_datastore/storages/memory.py | |
+3 −3 | aw_datastore/storages/peewee.py | |
+4 −3 | aw_datastore/storages/sqlite.py | |
+27 −28 | aw_query/functions.py | |
+12 −11 | aw_query/query2.py | |
+2 −6 | aw_transform/flood.py | |
+284 −441 | poetry.lock | |
+11 −8 | pyproject.toml | |
+5 −5 | tests/test_datastore.py | |
+11 −19 | tests/test_query2.py | |
+1 −3 | tests/utils.py |