MindsDB 25.3.2.0__py3-none-any.whl → 25.3.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of MindsDB might be problematic. Click here for more details.
- mindsdb/__about__.py +1 -1
- mindsdb/__main__.py +0 -1
- mindsdb/integrations/handlers/github_handler/generate_api.py +228 -0
- mindsdb/integrations/handlers/github_handler/github_handler.py +15 -8
- mindsdb/integrations/handlers/github_handler/requirements.txt +1 -1
- mindsdb/integrations/handlers/redshift_handler/redshift_handler.py +1 -0
- mindsdb/integrations/handlers/salesforce_handler/requirements.txt +1 -1
- mindsdb/integrations/handlers/salesforce_handler/salesforce_handler.py +20 -25
- mindsdb/integrations/handlers/salesforce_handler/salesforce_tables.py +2 -2
- mindsdb/integrations/handlers/timescaledb_handler/timescaledb_handler.py +11 -6
- mindsdb/integrations/libs/ml_handler_process/learn_process.py +9 -3
- mindsdb/utilities/render/sqlalchemy_render.py +11 -5
- {mindsdb-25.3.2.0.dist-info → mindsdb-25.3.3.0.dist-info}/METADATA +221 -221
- {mindsdb-25.3.2.0.dist-info → mindsdb-25.3.3.0.dist-info}/RECORD +17 -18
- {mindsdb-25.3.2.0.dist-info → mindsdb-25.3.3.0.dist-info}/WHEEL +1 -1
- mindsdb/integrations/handlers/timescaledb_handler/tests/__init__.py +0 -0
- mindsdb/integrations/handlers/timescaledb_handler/tests/test_timescaledb_handler.py +0 -47
- {mindsdb-25.3.2.0.dist-info → mindsdb-25.3.3.0.dist-info}/LICENSE +0 -0
- {mindsdb-25.3.2.0.dist-info → mindsdb-25.3.3.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
mindsdb/__about__.py,sha256=
|
|
1
|
+
mindsdb/__about__.py,sha256=7xE5LpjKTOw5WXoWMuiZAy5WT1KosaIDK7yxpF7dIEk,444
|
|
2
2
|
mindsdb/__init__.py,sha256=fZopLiAYa9MzMZ0d48JgHc_LddfFKDzh7n_8icsjrVs,54
|
|
3
|
-
mindsdb/__main__.py,sha256=
|
|
3
|
+
mindsdb/__main__.py,sha256=OOvGVNYi17UNn66OFjRNGcgxR9JefTxLZzL3vHq3AEg,21826
|
|
4
4
|
mindsdb/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
mindsdb/api/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
mindsdb/api/common/check_auth.py,sha256=cQEZqsnCbrRtUf8j4H6uPF98cDPu79t8TdtwBi5g30w,1345
|
|
@@ -648,10 +648,11 @@ mindsdb/integrations/handlers/gcs_handler/requirements.txt,sha256=zLZXjAKF7BzZXl
|
|
|
648
648
|
mindsdb/integrations/handlers/github_handler/__about__.py,sha256=bDVOGS37C6HVRgSOekhxUcvW2Eg0Z5k2bq558mUM07M,339
|
|
649
649
|
mindsdb/integrations/handlers/github_handler/__init__.py,sha256=ov-CvC4-1IbwvuKykY7i3wJxHnYenbU8KtNZUSRzB-0,629
|
|
650
650
|
mindsdb/integrations/handlers/github_handler/connection_args.py,sha256=jnJKzK-5UI5-GZVh57iWaYXkAlhnc8p_4vUn357wXow,911
|
|
651
|
-
mindsdb/integrations/handlers/github_handler/
|
|
651
|
+
mindsdb/integrations/handlers/github_handler/generate_api.py,sha256=GRIhxpUKQ_zazZDWqiUWu_fdXOztKF6c4ne1AgjE3qg,7089
|
|
652
|
+
mindsdb/integrations/handlers/github_handler/github_handler.py,sha256=6Xk5piMuafTvfPGvJ5U0WabE4W_Je75nZVUlfzMeRvE,3795
|
|
652
653
|
mindsdb/integrations/handlers/github_handler/github_tables.py,sha256=ICt2HmrE0TSI_dEFgVMA00INoL5z5jhA8aKH9C_EiiA,30970
|
|
653
654
|
mindsdb/integrations/handlers/github_handler/icon.svg,sha256=c1j3IrEwYsGXPwW-hjZDpOceLhVCW_0tT8Aba5PdF5c,1198
|
|
654
|
-
mindsdb/integrations/handlers/github_handler/requirements.txt,sha256=
|
|
655
|
+
mindsdb/integrations/handlers/github_handler/requirements.txt,sha256=BJz2OYblSD2RZAV7csj2UIyRfuSQmstGWB3flUgFOk4,16
|
|
655
656
|
mindsdb/integrations/handlers/gitlab_handler/__about__.py,sha256=2uH49-_UriKLYrfBa8yIU6j1L9Bxpyp5Gqm7zsTT7eA,341
|
|
656
657
|
mindsdb/integrations/handlers/gitlab_handler/__init__.py,sha256=MleI0P8FKMYzbzd_XPkTbCjT1_Ub21hreu56QhXQuy8,481
|
|
657
658
|
mindsdb/integrations/handlers/gitlab_handler/gitlab_handler.py,sha256=fSj7r7irmC2WEOWGKM9An3V-gs-U1Ub5HommbwPdBDs,2575
|
|
@@ -1283,7 +1284,7 @@ mindsdb/integrations/handlers/redshift_handler/__about__.py,sha256=l9Ri3bz7eW3C5
|
|
|
1283
1284
|
mindsdb/integrations/handlers/redshift_handler/__init__.py,sha256=CwcbbRYbQLXROfpRN3KOjqle2oEfOVkB1y-4h2HUOTs,631
|
|
1284
1285
|
mindsdb/integrations/handlers/redshift_handler/connection_args.py,sha256=je_PzZnNCR5goeNyZY1Tt_0mPQmGUiU_5lCw-lEBxwc,1676
|
|
1285
1286
|
mindsdb/integrations/handlers/redshift_handler/icon.svg,sha256=iIsJ28OGHPtST21OT4_bNoGt48ORHDPdnNGRYmrDPtQ,765
|
|
1286
|
-
mindsdb/integrations/handlers/redshift_handler/redshift_handler.py,sha256=
|
|
1287
|
+
mindsdb/integrations/handlers/redshift_handler/redshift_handler.py,sha256=AgwJbVaUjPgzHIqt0ZzsMW5vmH7mKrbRxLqIYoi_tHo,2190
|
|
1287
1288
|
mindsdb/integrations/handlers/redshift_handler/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1288
1289
|
mindsdb/integrations/handlers/redshift_handler/tests/test_redshift_handler.py,sha256=dNQfm--1S8v-SPfAbS9VGuY7T8M97ELhwL9lxJ3zUNU,5523
|
|
1289
1290
|
mindsdb/integrations/handlers/replicate_handler/__about__.py,sha256=2_18jFKOFO_515IYxchEJYQG77sR5MJTvOPUfZ_pjnU,349
|
|
@@ -1321,9 +1322,9 @@ mindsdb/integrations/handlers/salesforce_handler/__about__.py,sha256=WLr4oUXEPsa
|
|
|
1321
1322
|
mindsdb/integrations/handlers/salesforce_handler/__init__.py,sha256=nH_HnnS5cnDadXEy6ZiGuUPByT_JGu2Nrgx3Nzw0JCg,650
|
|
1322
1323
|
mindsdb/integrations/handlers/salesforce_handler/connection_args.py,sha256=XF20-m222AxVvK751lWKV2tb3I1WkRrmR5AJ7qV9PtI,1498
|
|
1323
1324
|
mindsdb/integrations/handlers/salesforce_handler/icon.svg,sha256=sL7XX_vF5Y7gLLklV1h17MXILGYz0f79VH915DQXyV0,8594
|
|
1324
|
-
mindsdb/integrations/handlers/salesforce_handler/requirements.txt,sha256=
|
|
1325
|
-
mindsdb/integrations/handlers/salesforce_handler/salesforce_handler.py,sha256=
|
|
1326
|
-
mindsdb/integrations/handlers/salesforce_handler/salesforce_tables.py,sha256=
|
|
1325
|
+
mindsdb/integrations/handlers/salesforce_handler/requirements.txt,sha256=JbByk_8_aqTrg45rT_tUbyDgUoDSTK7VVpgUaMen3wU,22
|
|
1326
|
+
mindsdb/integrations/handlers/salesforce_handler/salesforce_handler.py,sha256=vJRjGTLBE3IYWcU_TG5JV7nreSqIDxV0gNxokAMWO_g,6448
|
|
1327
|
+
mindsdb/integrations/handlers/salesforce_handler/salesforce_tables.py,sha256=6h7BhO8U6J0Zqil3ja3Snv98t2jeylSTrD-xWm2pkTw,5065
|
|
1327
1328
|
mindsdb/integrations/handlers/sap_erp_handler/__about__.py,sha256=yXC_YavBeY0vTZvwkU4EN7DUijGMZ8m3jtQsftKwlhs,340
|
|
1328
1329
|
mindsdb/integrations/handlers/sap_erp_handler/__init__.py,sha256=2rnUX-yeCkCgh4viBttHdG4o4HKJrVI3m82S8GJFCBU,531
|
|
1329
1330
|
mindsdb/integrations/handlers/sap_erp_handler/api.py,sha256=tAIqeww34R0N0QyVKYhSE3NRzIDoBn8xepCZIG4tYbg,2168
|
|
@@ -1532,9 +1533,7 @@ mindsdb/integrations/handlers/timegpt_handler/timegpt_handler.py,sha256=rdAQhmGP
|
|
|
1532
1533
|
mindsdb/integrations/handlers/timescaledb_handler/__about__.py,sha256=joUHMPBAiylB7Uc7sipeFVWlWDZ_wqVqyyy_MivkNFI,355
|
|
1533
1534
|
mindsdb/integrations/handlers/timescaledb_handler/__init__.py,sha256=ynMpLqCRlYomZEFEinXmtYYGr0DPIMQZ9HtsytOpe6c,497
|
|
1534
1535
|
mindsdb/integrations/handlers/timescaledb_handler/icon.svg,sha256=sZHwvwAJ5SiTLSHhjdm_2YazVz0KEDQj-5KYR7cBTxo,6197
|
|
1535
|
-
mindsdb/integrations/handlers/timescaledb_handler/timescaledb_handler.py,sha256=
|
|
1536
|
-
mindsdb/integrations/handlers/timescaledb_handler/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1537
|
-
mindsdb/integrations/handlers/timescaledb_handler/tests/test_timescaledb_handler.py,sha256=6X6w-jusR76pKk0XvBwV5xZxjq8SP0tWPAw0pa10rB0,1552
|
|
1536
|
+
mindsdb/integrations/handlers/timescaledb_handler/timescaledb_handler.py,sha256=24xdH6WK-EDXmRK_51J-uvsizQcveeRopEtohfgUfqU,1439
|
|
1538
1537
|
mindsdb/integrations/handlers/tpot_handler/__about__.py,sha256=UnKylDgzptBz8GP0Az_AnwEtYN7tGTzSkrk8OByt9hg,335
|
|
1539
1538
|
mindsdb/integrations/handlers/tpot_handler/__init__.py,sha256=In_YSefcrQXPbgqBoTR77fx9sIRpBTBpWaIlhaaHHhA,526
|
|
1540
1539
|
mindsdb/integrations/handlers/tpot_handler/icon.png,sha256=j1DfF2jF1kWD3dhCET51X26QnSW9rNuLXXG7Tav3M2M,114250
|
|
@@ -1695,7 +1694,7 @@ mindsdb/integrations/libs/ml_handler_process/create_validation_process.py,sha256
|
|
|
1695
1694
|
mindsdb/integrations/libs/ml_handler_process/describe_process.py,sha256=D1FEY2C5Ht1KjiycMuplLgHhfRaw-OJylVgst6pOzpQ,4205
|
|
1696
1695
|
mindsdb/integrations/libs/ml_handler_process/func_call_process.py,sha256=W29lPhV6K8g2prNR57CmyJ_t5DNG_EVnf4fhnHpGFPI,728
|
|
1697
1696
|
mindsdb/integrations/libs/ml_handler_process/handlers_cacher.py,sha256=Lult730J8sPGabO4cVqXWtc9gqt_iFvTFlY7GAym1RM,771
|
|
1698
|
-
mindsdb/integrations/libs/ml_handler_process/learn_process.py,sha256=
|
|
1697
|
+
mindsdb/integrations/libs/ml_handler_process/learn_process.py,sha256=67Pn-0Y1H-q8sDnpCtCCpaw4dynCtskalO3MbLeVyhI,7521
|
|
1699
1698
|
mindsdb/integrations/libs/ml_handler_process/predict_process.py,sha256=QmThCaCy-LBVCcpzHWEecl6eWW48QJsf2HxxnwNWN0o,1346
|
|
1700
1699
|
mindsdb/integrations/libs/ml_handler_process/update_engine_process.py,sha256=cczOfdAPbriukLa5lamDT4VRONjFZ9QGdlXxzOad4K8,788
|
|
1701
1700
|
mindsdb/integrations/libs/ml_handler_process/update_process.py,sha256=QA3S0GK2wsbCLmTQxPvdHt2V5-hr5t_25JBRFDfvTEo,784
|
|
@@ -1932,9 +1931,9 @@ mindsdb/utilities/otel/metric_handlers/__init__.py,sha256=3jGsLt5KkdhqaAUUw8ALxE
|
|
|
1932
1931
|
mindsdb/utilities/profiler/__init__.py,sha256=d4VXl80uSm1IotR-WwbBInPmLmACiK0AzxXGBA40I-0,251
|
|
1933
1932
|
mindsdb/utilities/profiler/profiler.py,sha256=KCUtOupkbM_nCoof9MtiuhUzDGezx4a4NsBX6vGWbPA,3936
|
|
1934
1933
|
mindsdb/utilities/render/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1935
|
-
mindsdb/utilities/render/sqlalchemy_render.py,sha256=
|
|
1936
|
-
mindsdb-25.3.
|
|
1937
|
-
mindsdb-25.3.
|
|
1938
|
-
mindsdb-25.3.
|
|
1939
|
-
mindsdb-25.3.
|
|
1940
|
-
mindsdb-25.3.
|
|
1934
|
+
mindsdb/utilities/render/sqlalchemy_render.py,sha256=E6_sJv9kfwOwUMurDklFOKpwplASwUBFhfknUqwbUCw,30627
|
|
1935
|
+
mindsdb-25.3.3.0.dist-info/LICENSE,sha256=ziqdjujs6WDn-9g3t0SISjHCBc2pLRht3gnRbQoXmIs,5804
|
|
1936
|
+
mindsdb-25.3.3.0.dist-info/METADATA,sha256=Ow16X8K3pHk0j_i7nAT0p56ckZKLms4S13A-2Rxuzaw,41689
|
|
1937
|
+
mindsdb-25.3.3.0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
|
1938
|
+
mindsdb-25.3.3.0.dist-info/top_level.txt,sha256=10wPR96JDf3hM8aMP7Fz0lDlmClEP480zgXISJKr5jE,8
|
|
1939
|
+
mindsdb-25.3.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import unittest
|
|
2
|
-
from mindsdb.integrations.handlers.timescaledb_handler.timescaledb_handler import TimeScaleDBHandler
|
|
3
|
-
from mindsdb.api.executor.data_types.response_type import RESPONSE_TYPE
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class TimeScaleDBHandlerTest(unittest.TestCase):
|
|
7
|
-
@classmethod
|
|
8
|
-
def setUpClass(cls):
|
|
9
|
-
cls.kwargs = {
|
|
10
|
-
"host": "localhost",
|
|
11
|
-
"port": 36806,
|
|
12
|
-
"user": "USERNAME",
|
|
13
|
-
"password": "P455W0rd",
|
|
14
|
-
"database": "tsdb"
|
|
15
|
-
}
|
|
16
|
-
cls.handler = TimeScaleDBHandler('test_timescaledb_handler', connection_data=cls.kwargs)
|
|
17
|
-
|
|
18
|
-
def test_0_connect(self):
|
|
19
|
-
self.handler.connect()
|
|
20
|
-
|
|
21
|
-
def test_1_drop_table(self):
|
|
22
|
-
res = self.handler.query("DROP TABLE IF EXISTS LOVE;")
|
|
23
|
-
assert res.type is not RESPONSE_TYPE.ERROR
|
|
24
|
-
|
|
25
|
-
def test_2_create_table(self):
|
|
26
|
-
res = self.handler.query("CREATE TABLE IF NOT EXISTS LOVE (LOVER varchar(20));")
|
|
27
|
-
assert res.type is not RESPONSE_TYPE.ERROR
|
|
28
|
-
|
|
29
|
-
def test_3_insert(self):
|
|
30
|
-
res = self.handler.query("INSERT INTO LOVE VALUES('Hari');")
|
|
31
|
-
assert res.type is not RESPONSE_TYPE.ERROR
|
|
32
|
-
|
|
33
|
-
def test_4_get_tables(self):
|
|
34
|
-
tables = self.handler.get_tables()
|
|
35
|
-
assert tables.type is RESPONSE_TYPE.TABLE
|
|
36
|
-
|
|
37
|
-
def test_5_select_query(self):
|
|
38
|
-
query = "SELECT * FROM LOVE;"
|
|
39
|
-
result = self.handler.native_query(query)
|
|
40
|
-
assert result.type is RESPONSE_TYPE.TABLE
|
|
41
|
-
|
|
42
|
-
def test_5_check_connection(self):
|
|
43
|
-
self.handler.check_connection()
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
if __name__ == '__main__':
|
|
47
|
-
unittest.main()
|
|
File without changes
|
|
File without changes
|