msfabricpysdkcore 0.1.6__py3-none-any.whl → 0.1.7__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.
msfabricpysdkcore/auth.py CHANGED
@@ -85,7 +85,7 @@ class FabricSparkUtilsAuthentication(FabricAuth):
85
85
  """FabricSparkUtilsAuthentication class to interact with Entra ID"""
86
86
 
87
87
  def __init__(self, scope, silent=None):
88
- # super().__init__(scope)
88
+ super().__init__(scope)
89
89
 
90
90
  mssparkutils.credentials.getToken("pbi")
91
91
  self._logger.info("Using Synapse Spark Utils for authentication")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: msfabricpysdkcore
3
- Version: 0.1.6
3
+ Version: 0.1.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
@@ -12,6 +12,7 @@ Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: requests >=2.30.0
14
14
  Requires-Dist: azure-identity >=1.15.0
15
+ Requires-Dist: msal >=1.28.0
15
16
 
16
17
  # Python SDK for Microsoft Fabric
17
18
 
@@ -2,7 +2,7 @@ msfabricpysdkcore/__init__.py,sha256=ObRW5Q8IMqrvA6VH6zXSv3n01AzRCGjn5RojJXAR6VE
2
2
  msfabricpysdkcore/admin_item.py,sha256=9L09Kb7kn7JW0bqVu1qPOMT6oHLduX4Q5_qhVJZTLxQ,3290
3
3
  msfabricpysdkcore/admin_workspace.py,sha256=umNnIF8sf5Y8BDgfQdfG6sOZrQQc7RJINL9j8DPnm3c,3180
4
4
  msfabricpysdkcore/adminapi.py,sha256=90OcFVXYhv6wf3bQCwspbw-NRxVugrgACkyru-h79MU,26188
5
- msfabricpysdkcore/auth.py,sha256=CwagXOYpGlfOh9zGA8nP8g-L602ujp0aqBWJuZNYt98,4332
5
+ msfabricpysdkcore/auth.py,sha256=Y9YUDqoArvkD7rLnbQvNBnCXqHJtw6PDRUHMx0CVMT0,4330
6
6
  msfabricpysdkcore/capacity.py,sha256=Q_2-XrZtdf9F67fY0qU3D0ocEOGQq4KtIXAv9dXjQhI,1761
7
7
  msfabricpysdkcore/client.py,sha256=KpHREbfzQRRighyJzyES3COZP3raK0C1-WhxGd07LHU,7890
8
8
  msfabricpysdkcore/coreapi.py,sha256=6d4sB36Ib-SJzo_qTOvBWKaEJd2ofqmMYWJUGiQsv0Q,132298
@@ -21,8 +21,8 @@ msfabricpysdkcore/spark_custom_pool.py,sha256=YsEULaQG-FO507aPIb-4kk93ZWBmDZj6fb
21
21
  msfabricpysdkcore/workspace.py,sha256=7ZOt8ovlUOfusQ-avl4OOgMueN1XAp7AXdfpzAhXh3s,40428
22
22
  msfabricpysdkcore/util/__init__.py,sha256=p-1dC4AurfKdIUppNVlRCIcmwHBTURqfgIwxcie3fEA,50
23
23
  msfabricpysdkcore/util/logger.py,sha256=XXdeaqI-BhXZgacChKrWP88TPU4FTWvS8L0YWjCT54A,1166
24
- msfabricpysdkcore-0.1.6.dist-info/LICENSE,sha256=1NrGuF-zOmzbwzk3iI6lsP9koyDeKO1B0-8OD_tTvOQ,1156
25
- msfabricpysdkcore-0.1.6.dist-info/METADATA,sha256=5VVcA08CdBJuaYQNSPvlJFpj9qchw1C8pHr1D2eC9TU,23352
26
- msfabricpysdkcore-0.1.6.dist-info/WHEEL,sha256=nCVcAvsfA9TDtwGwhYaRrlPhTLV9m-Ga6mdyDtuwK18,91
27
- msfabricpysdkcore-0.1.6.dist-info/top_level.txt,sha256=3iRonu6ptDGQN4Yl6G76XGM7xbFNsskiEHW-P2gMQGY,18
28
- msfabricpysdkcore-0.1.6.dist-info/RECORD,,
24
+ msfabricpysdkcore-0.1.7.dist-info/LICENSE,sha256=1NrGuF-zOmzbwzk3iI6lsP9koyDeKO1B0-8OD_tTvOQ,1156
25
+ msfabricpysdkcore-0.1.7.dist-info/METADATA,sha256=TgGknkrcwJMfUWsw6ouYoDgY3MAXpqDd70T4kHYMycA,23382
26
+ msfabricpysdkcore-0.1.7.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
27
+ msfabricpysdkcore-0.1.7.dist-info/top_level.txt,sha256=3iRonu6ptDGQN4Yl6G76XGM7xbFNsskiEHW-P2gMQGY,18
28
+ msfabricpysdkcore-0.1.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (73.0.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5