msfabricpysdkcore 0.0.5__tar.gz → 0.0.7__tar.gz
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.
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/PKG-INFO +9 -4
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/README.md +7 -2
- msfabricpysdkcore-0.0.7/msfabricpysdkcore/coreapi.py +670 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/item.py +7 -3
- msfabricpysdkcore-0.0.7/msfabricpysdkcore/otheritems.py +72 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/test_admin_apis.py +1 -2
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/test_domains.py +1 -2
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/test_git.py +1 -1
- msfabricpysdkcore-0.0.7/msfabricpysdkcore/tests/test_items_incl_lakehouse.py +484 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/test_shortcuts.py +1 -1
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/test_workspaces_capacities.py +1 -2
- msfabricpysdkcore-0.0.7/msfabricpysdkcore/workspace.py +1075 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore.egg-info/PKG-INFO +9 -4
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/pyproject.toml +2 -2
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/setup.py +1 -1
- msfabricpysdkcore-0.0.5/msfabricpysdkcore/coreapi.py +0 -324
- msfabricpysdkcore-0.0.5/msfabricpysdkcore/otheritems.py +0 -17
- msfabricpysdkcore-0.0.5/msfabricpysdkcore/tests/test_items_incl_lakehouse.py +0 -103
- msfabricpysdkcore-0.0.5/msfabricpysdkcore/workspace.py +0 -620
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/LICENSE +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/__init__.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/admin_item.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/admin_workspace.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/adminapi.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/auth.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/capacity.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/client.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/domain.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/job_instance.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/lakehouse.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/long_running_operation.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/onelakeshortcut.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/__init__.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore/tests/test_jobs.py +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore.egg-info/SOURCES.txt +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore.egg-info/dependency_links.txt +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore.egg-info/requires.txt +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/msfabricpysdkcore.egg-info/top_level.txt +0 -0
- {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.7}/setup.cfg +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: msfabricpysdkcore
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.7
|
4
4
|
Summary: A Python SDK for Microsoft Fabric
|
5
5
|
Author: Andreas Rederer
|
6
6
|
Project-URL: Homepage, https://github.com/DaSenf1860/ms-fabric-sdk-core
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
9
9
|
Classifier: Operating System :: OS Independent
|
10
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.10
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
13
|
Requires-Dist: requests>=2.30.0
|
@@ -34,7 +34,7 @@ Additionally it brings some extra features like:
|
|
34
34
|
|
35
35
|
See the latest release notes [here](releasenotes/release_notes.md).
|
36
36
|
|
37
|
-
Currently it supports all Core APIs, Admin APIs and
|
37
|
+
Currently it supports all Core APIs, Admin APIs, Lakehouse APIs and all other item specific CRUD APIs, i.e.:
|
38
38
|
- Core APIs
|
39
39
|
- [Capacities](#working-with-capacities)
|
40
40
|
- [Git](#working-with-git)
|
@@ -51,8 +51,10 @@ Currently it supports all Core APIs, Admin APIs and Lakehouse APIs, i.e.:
|
|
51
51
|
- [Tenants](#admin-api-for-tenants)
|
52
52
|
- [Users](#admin-api-for-users)
|
53
53
|
- [Workspaces](#admin-api-for-workspaces)
|
54
|
+
- [Item Specific CRUD APIs](item_specific_apis.md), e.g.
|
55
|
+
- List, create, update, delete warehouses, notebooks, semantic models, kql databases,.....
|
54
56
|
|
55
|
-
It is planned to support also
|
57
|
+
It is planned to support also new APIs which are not released yet.
|
56
58
|
Also we have plans to support APIs to interact with Fabric capacities on the Azure Side.
|
57
59
|
Eventually Power BI APIs like the Scanner API will be covered as well.
|
58
60
|
|
@@ -358,6 +360,9 @@ ws.run_on_demand_item_job(item_id="item_id", job_type="RunNotebook", execution_d
|
|
358
360
|
# or
|
359
361
|
item.run_on_demand_item_job(job_type="RunNotebook", execution_data = None)
|
360
362
|
|
363
|
+
# Other job types are e.g.:
|
364
|
+
jobType=Pipeline
|
365
|
+
|
361
366
|
|
362
367
|
# Get an item job instance
|
363
368
|
fc.get_item_job_instance(workspace_id="workspace_id", item_id="item_id", job_instance_id="job_instance_id")
|
@@ -19,7 +19,7 @@ Additionally it brings some extra features like:
|
|
19
19
|
|
20
20
|
See the latest release notes [here](releasenotes/release_notes.md).
|
21
21
|
|
22
|
-
Currently it supports all Core APIs, Admin APIs and
|
22
|
+
Currently it supports all Core APIs, Admin APIs, Lakehouse APIs and all other item specific CRUD APIs, i.e.:
|
23
23
|
- Core APIs
|
24
24
|
- [Capacities](#working-with-capacities)
|
25
25
|
- [Git](#working-with-git)
|
@@ -36,8 +36,10 @@ Currently it supports all Core APIs, Admin APIs and Lakehouse APIs, i.e.:
|
|
36
36
|
- [Tenants](#admin-api-for-tenants)
|
37
37
|
- [Users](#admin-api-for-users)
|
38
38
|
- [Workspaces](#admin-api-for-workspaces)
|
39
|
+
- [Item Specific CRUD APIs](item_specific_apis.md), e.g.
|
40
|
+
- List, create, update, delete warehouses, notebooks, semantic models, kql databases,.....
|
39
41
|
|
40
|
-
It is planned to support also
|
42
|
+
It is planned to support also new APIs which are not released yet.
|
41
43
|
Also we have plans to support APIs to interact with Fabric capacities on the Azure Side.
|
42
44
|
Eventually Power BI APIs like the Scanner API will be covered as well.
|
43
45
|
|
@@ -343,6 +345,9 @@ ws.run_on_demand_item_job(item_id="item_id", job_type="RunNotebook", execution_d
|
|
343
345
|
# or
|
344
346
|
item.run_on_demand_item_job(job_type="RunNotebook", execution_data = None)
|
345
347
|
|
348
|
+
# Other job types are e.g.:
|
349
|
+
jobType=Pipeline
|
350
|
+
|
346
351
|
|
347
352
|
# Get an item job instance
|
348
353
|
fc.get_item_job_instance(workspace_id="workspace_id", item_id="item_id", job_instance_id="job_instance_id")
|