msfabricpysdkcore 0.0.5__tar.gz → 0.0.6__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.
Files changed (39) hide show
  1. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/PKG-INFO +8 -3
  2. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/README.md +7 -2
  3. msfabricpysdkcore-0.0.6/msfabricpysdkcore/coreapi.py +670 -0
  4. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/item.py +7 -3
  5. msfabricpysdkcore-0.0.6/msfabricpysdkcore/otheritems.py +72 -0
  6. msfabricpysdkcore-0.0.6/msfabricpysdkcore/tests/test_items_incl_lakehouse.py +484 -0
  7. msfabricpysdkcore-0.0.6/msfabricpysdkcore/workspace.py +1075 -0
  8. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore.egg-info/PKG-INFO +8 -3
  9. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/pyproject.toml +1 -1
  10. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/setup.py +1 -1
  11. msfabricpysdkcore-0.0.5/msfabricpysdkcore/coreapi.py +0 -324
  12. msfabricpysdkcore-0.0.5/msfabricpysdkcore/otheritems.py +0 -17
  13. msfabricpysdkcore-0.0.5/msfabricpysdkcore/tests/test_items_incl_lakehouse.py +0 -103
  14. msfabricpysdkcore-0.0.5/msfabricpysdkcore/workspace.py +0 -620
  15. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/LICENSE +0 -0
  16. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/__init__.py +0 -0
  17. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/admin_item.py +0 -0
  18. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/admin_workspace.py +0 -0
  19. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/adminapi.py +0 -0
  20. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/auth.py +0 -0
  21. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/capacity.py +0 -0
  22. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/client.py +0 -0
  23. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/domain.py +0 -0
  24. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/job_instance.py +0 -0
  25. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/lakehouse.py +0 -0
  26. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/long_running_operation.py +0 -0
  27. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/onelakeshortcut.py +0 -0
  28. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/__init__.py +0 -0
  29. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/test_admin_apis.py +0 -0
  30. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/test_domains.py +0 -0
  31. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/test_git.py +0 -0
  32. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/test_jobs.py +0 -0
  33. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/test_shortcuts.py +0 -0
  34. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore/tests/test_workspaces_capacities.py +0 -0
  35. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore.egg-info/SOURCES.txt +0 -0
  36. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore.egg-info/dependency_links.txt +0 -0
  37. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore.egg-info/requires.txt +0 -0
  38. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/msfabricpysdkcore.egg-info/top_level.txt +0 -0
  39. {msfabricpysdkcore-0.0.5 → msfabricpysdkcore-0.0.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: msfabricpysdkcore
3
- Version: 0.0.5
3
+ Version: 0.0.6
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
@@ -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 Lakehouse APIs, i.e.:
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 the APIs of the user experiences and new APIs which are not released yet.
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 Lakehouse APIs, i.e.:
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 the APIs of the user experiences and new APIs which are not released yet.
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")