snowflake-native-apps-permission-stub 0.1.7__py3-none-any.whl → 0.1.9__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.
snowflake/permissions.py CHANGED
@@ -48,6 +48,12 @@ def is_event_sharing_enabled() -> bool:
48
48
  def is_application_local_to_package() -> bool:
49
49
  return False
50
50
 
51
+ def is_application_authorized_for_telemetry_event_sharing() -> bool:
52
+ return False
53
+
54
+ def is_application_all_mandatory_telemetry_event_definitions_enabled() -> bool:
55
+ return False
56
+
51
57
  def request_external_data() -> None:
52
58
  pass
53
59
 
snowflake/version.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = '0.1.7'
1
+ __version__ = '0.1.9'
2
2
 
@@ -1,10 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snowflake-native-apps-permission-stub
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: Snowflake Native App Permission SDK Stub
5
+ Home-page: UNKNOWN
5
6
  Author: Snowflake, Inc
6
7
  Author-email: support@snowflake.com
8
+ License: UNKNOWN
7
9
  Keywords: Snowflake db database cloud warehouse permissions sdk native apps
10
+ Platform: UNKNOWN
8
11
  Classifier: Development Status :: 1 - Planning
9
12
  Classifier: Environment :: Console
10
13
  Classifier: Environment :: Other Environment
@@ -25,6 +28,7 @@ Classifier: Topic :: Software Development :: Libraries
25
28
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
26
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
30
  License-File: LICENSE.txt
28
- Requires-Dist: setuptools >=40.0.0
31
+ Requires-Dist: setuptools (>=40.0.0)
29
32
 
30
33
  This package provides a set of stub functions that replaces the permissions SDK for local testing
34
+
@@ -0,0 +1,9 @@
1
+ snowflake/__init__.py,sha256=JZxHb015VU0EpPxmmqsalyGQCv6F2SP_rNSHgwhbdC8,25
2
+ snowflake/permissions.py,sha256=R8TW_KRsEXxYl3iXtY8g26wz8yc2e0wPHiRSJ41YXeY,1830
3
+ snowflake/version.py,sha256=5DlTc7L2LgsECl1ywSDGr0oLIC2BiiVdpXyEO5MMT1Q,23
4
+ snowflake_native_apps_permission_stub-0.1.9.dist-info/LICENSE.txt,sha256=Shs2Swxz8GRUMvBM5irDnKjIguM1uwru2AS23r_aMkE,11366
5
+ snowflake_native_apps_permission_stub-0.1.9.dist-info/METADATA,sha256=IXyHueNp2GVYbnnRD4WkY3PiS61oqLiiy4m4LknRmWs,1441
6
+ snowflake_native_apps_permission_stub-0.1.9.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
7
+ snowflake_native_apps_permission_stub-0.1.9.dist-info/top_level.txt,sha256=TY0gFSHKDdZy3THb0FGomyikWQasEGldIR1O0HGOHVw,10
8
+ snowflake_native_apps_permission_stub-0.1.9.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
9
+ snowflake_native_apps_permission_stub-0.1.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.37.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,9 +0,0 @@
1
- snowflake/__init__.py,sha256=JZxHb015VU0EpPxmmqsalyGQCv6F2SP_rNSHgwhbdC8,25
2
- snowflake/permissions.py,sha256=OwQffc2IueE2GJie0Og8RnQeu6yTA0SBpKXT2xCZDso,1645
3
- snowflake/version.py,sha256=X6EO1hIB0x5VNiCcgke6hso1zTzie-LKBXaPfuVdYpc,23
4
- snowflake_native_apps_permission_stub-0.1.7.dist-info/LICENSE.txt,sha256=Shs2Swxz8GRUMvBM5irDnKjIguM1uwru2AS23r_aMkE,11366
5
- snowflake_native_apps_permission_stub-0.1.7.dist-info/METADATA,sha256=rPQeguDF3xpXG4VmcpJPpvGJPN-nSWqMR9wnj2FsGHQ,1384
6
- snowflake_native_apps_permission_stub-0.1.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
- snowflake_native_apps_permission_stub-0.1.7.dist-info/top_level.txt,sha256=TY0gFSHKDdZy3THb0FGomyikWQasEGldIR1O0HGOHVw,10
8
- snowflake_native_apps_permission_stub-0.1.7.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
9
- snowflake_native_apps_permission_stub-0.1.7.dist-info/RECORD,,