We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2def1 commit b417b82Copy full SHA for b417b82
CHANGELOG.md
@@ -4,6 +4,8 @@
4
### Updated
5
- Make client compatible with python 3
6
- Correct data extraction validator to accept columns: all
7
+- Add support for SQL queries on client
8
+- Adapt test queries to the changes on SlicingDice API
9
10
## [2.0.0]
11
setup.py
@@ -8,7 +8,7 @@ def read(fname):
setup(
name="pyslicer",
- version="2.0.0",
+ version="2.0.1",
12
author="SlicingDice LLC",
13
author_email="help@slicingdice.com",
14
description="Official Python client for SlicingDice, Data Warehouse and "
0 commit comments