Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Yonatan Most edd11ddbf1
Add option for installing without dependencies which are not needed in PySpark (#171)
1. Extract `PyKustoClientBase` class which is inherited by `PyKustoClient` and `PySparkKustoClient`.
2. Remove dependency of `PySparkKustoClient` on azure-kust-data package.
3. Add `pyspark` installation option, for installing without dependencies which are not needed in PySpark.
4. Replace `tests_require` (which is deprecated) with `extras_require`.
5. Small improvement to test coverage exclusion style.
2021-08-08 20:00:02 +03:00
Ofri Kleinfeld c42dea7d4b
fixed bug with retry config override for a query + added a matching test (#159)
* fixed bug with retry config override for a query + added a matching test

* adapted the test after pull from latest master version

Co-authored-by: Ofri Kleinfeld <okleinfeld@microsoft.com>
2021-06-24 15:01:22 +03:00
Yonatan Most e03b0bfdfe
Update azure-kusto-data dependency to 2.1.1 (#150)
Update azure-kusto-data to 2.1.1, fix functionality of falling back from Azure CLI auth to AAD device
2021-05-13 14:06:13 +03:00
Yonatan Most c9fbfd2c3b
Retries (#133) 2021-03-16 14:53:04 +02:00
Yonatan Most b5532d5c20 Move code to _src for better of externally-facing names 2020-07-21 13:10:38 +03:00
Yonatan Most c51e20f35e More internal classes and constants. Unify to_kql and _subexpr_to_kql 2020-07-21 11:59:02 +03:00
Yonatan Most 3c62c4abcf
Prevent accidental use of logical operators (#97) 2020-06-16 13:18:43 +03:00
Yonatan Most 6764cd8547
Add support for Azure CLI authentication (#83) 2020-06-01 12:56:47 +03:00
Yonatan Most 810572798a
Update requirements (#81) 2020-05-31 16:19:46 +03:00
Yonatan Most 97ab6162de
Add optional global client cache (#77)
* Add optional global client cache + tests

* Move methods back to being static

Co-authored-by: Yonatan Most <>
2020-05-31 08:46:06 +03:00
Yonatan Most 1c6163c50e
Fix race condition when executing a query before fetch is done (#63) 2020-03-29 16:22:42 +03:00
Yonatan Most a769c49785
Handle union in autocomplete (#62) 2020-03-24 15:21:12 +02:00