snowflake-cli-labs 2.8.1__tar.gz → 2.8.2__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 (810) hide show
  1. snowflake_cli_labs-2.8.2/LICENSE +1 -0
  2. {snowflake_cli_labs-2.8.1 → snowflake_cli_labs-2.8.2}/PKG-INFO +7 -95
  3. {snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/root_files → snowflake_cli_labs-2.8.2}/README.md +5 -1
  4. {snowflake_cli_labs-2.8.1 → snowflake_cli_labs-2.8.2}/RELEASE-NOTES.md +12 -0
  5. snowflake_cli_labs-2.8.2/pyproject.toml +39 -0
  6. snowflake_cli_labs-2.8.1/.pre-commit-config.yaml +0 -133
  7. snowflake_cli_labs-2.8.1/CONTRIBUTING.md +0 -242
  8. snowflake_cli_labs-2.8.1/LICENSE +0 -201
  9. snowflake_cli_labs-2.8.1/README.md +0 -79
  10. snowflake_cli_labs-2.8.1/SECURITY.md +0 -22
  11. snowflake_cli_labs-2.8.1/conftest.py +0 -38
  12. snowflake_cli_labs-2.8.1/docs/images/coverage_1.png +0 -0
  13. snowflake_cli_labs-2.8.1/docs/images/coverage_2.png +0 -0
  14. snowflake_cli_labs-2.8.1/docs/images/coverage_3.png +0 -0
  15. snowflake_cli_labs-2.8.1/docs/images/coverage_4.png +0 -0
  16. snowflake_cli_labs-2.8.1/docs/images/coverage_5.png +0 -0
  17. snowflake_cli_labs-2.8.1/performance_history_analysis.py +0 -118
  18. snowflake_cli_labs-2.8.1/pyproject.toml +0 -161
  19. snowflake_cli_labs-2.8.1/scripts/LICENSE.txt +0 -13
  20. snowflake_cli_labs-2.8.1/scripts/cleanup.py +0 -83
  21. snowflake_cli_labs-2.8.1/scripts/main.py +0 -66
  22. snowflake_cli_labs-2.8.1/scripts/run_tests_with_retry.py +0 -38
  23. snowflake_cli_labs-2.8.1/snyk/dependency-sync.py +0 -32
  24. snowflake_cli_labs-2.8.1/snyk/requirements.txt +0 -22
  25. snowflake_cli_labs-2.8.1/src/__init__.py +0 -13
  26. snowflake_cli_labs-2.8.1/src/snowflake/cli/__about__.py +0 -17
  27. snowflake_cli_labs-2.8.1/src/snowflake/cli/__init__.py +0 -13
  28. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/__init__.py +0 -48
  29. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/cli_global_context.py +0 -390
  30. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/__init__.py +0 -13
  31. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/alias.py +0 -23
  32. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/decorators.py +0 -354
  33. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/execution_metadata.py +0 -40
  34. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/experimental_behaviour.py +0 -19
  35. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/flags.py +0 -662
  36. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/project_initialisation.py +0 -65
  37. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/snow_typer.py +0 -237
  38. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/commands/typer_pre_execute.py +0 -26
  39. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/config.py +0 -348
  40. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/console/__init__.py +0 -17
  41. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/console/abc.py +0 -89
  42. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/console/console.py +0 -134
  43. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/console/enum.py +0 -17
  44. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/constants.py +0 -79
  45. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/errno.py +0 -27
  46. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/exceptions.py +0 -164
  47. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/feature_flags.py +0 -55
  48. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/identifiers.py +0 -167
  49. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/output/__init__.py +0 -13
  50. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/output/formats.py +0 -20
  51. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/output/types.py +0 -118
  52. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/plugins/__init__.py +0 -13
  53. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/plugins/command/__init__.py +0 -72
  54. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/plugins/command/plugin_hook_specs.py +0 -21
  55. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/plugins/plugin_config.py +0 -32
  56. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/__init__.py +0 -13
  57. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/definition.py +0 -84
  58. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/definition_manager.py +0 -134
  59. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/errors.py +0 -56
  60. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/project_verification.py +0 -23
  61. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/__init__.py +0 -13
  62. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/entities/application_entity.py +0 -44
  63. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/entities/application_package_entity.py +0 -66
  64. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/entities/common.py +0 -78
  65. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/entities/entities.py +0 -30
  66. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/identifier_model.py +0 -49
  67. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/native_app/__init__.py +0 -13
  68. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/native_app/application.py +0 -62
  69. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/native_app/native_app.py +0 -93
  70. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/native_app/package.py +0 -78
  71. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/native_app/path_mapping.py +0 -65
  72. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/project_definition.py +0 -199
  73. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/snowpark/__init__.py +0 -13
  74. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/snowpark/argument.py +0 -28
  75. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/snowpark/callable.py +0 -69
  76. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/snowpark/snowpark.py +0 -36
  77. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/streamlit/__init__.py +0 -13
  78. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/streamlit/streamlit.py +0 -46
  79. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/template.py +0 -77
  80. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/schemas/updatable_model.py +0 -194
  81. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/project/util.py +0 -261
  82. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/rendering/__init__.py +0 -13
  83. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/rendering/jinja.py +0 -112
  84. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/rendering/project_definition_templates.py +0 -39
  85. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/rendering/project_templates.py +0 -98
  86. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/rendering/sql_templates.py +0 -60
  87. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/rest_api.py +0 -172
  88. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/sanitizers.py +0 -43
  89. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/secure_path.py +0 -362
  90. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/secure_utils.py +0 -29
  91. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/sql_execution.py +0 -260
  92. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/__init__.py +0 -13
  93. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/cursor.py +0 -34
  94. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/definition_rendering.py +0 -383
  95. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/dict_utils.py +0 -73
  96. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/error_handling.py +0 -23
  97. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/graph.py +0 -97
  98. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/models.py +0 -63
  99. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/naming_utils.py +0 -13
  100. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/path_utils.py +0 -36
  101. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/templating_functions.py +0 -144
  102. snowflake_cli_labs-2.8.1/src/snowflake/cli/api/utils/types.py +0 -35
  103. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/__init__.py +0 -22
  104. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/__main__.py +0 -31
  105. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/api_impl/__init__.py +0 -13
  106. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/api_impl/plugin/__init__.py +0 -13
  107. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/api_impl/plugin/plugin_config_provider_impl.py +0 -66
  108. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/build_and_push.sh +0 -8
  109. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/cli_app.py +0 -243
  110. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/__init__.py +0 -33
  111. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/builtin_plugins.py +0 -54
  112. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/command_plugins_loader.py +0 -169
  113. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/commands_registration_with_callbacks.py +0 -105
  114. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/exception_logging.py +0 -26
  115. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/threadsafe.py +0 -48
  116. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/commands_registration/typer_registration.py +0 -153
  117. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/constants.py +0 -19
  118. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/__init__.py +0 -13
  119. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/commands_structure.py +0 -48
  120. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/__init__.py +0 -13
  121. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/commands_docs_generator.py +0 -100
  122. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/generator.py +0 -35
  123. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/project_definition_docs_generator.py +0 -58
  124. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/project_definition_generate_json_schema.py +0 -227
  125. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/template_utils.py +0 -23
  126. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/templates/definition_description.rst.jinja2 +0 -38
  127. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/templates/overview.rst.jinja2 +0 -9
  128. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/docs/templates/usage.rst.jinja2 +0 -57
  129. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/dev/pycharm_remote_debug.py +0 -46
  130. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/loggers.py +0 -199
  131. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/main_typer.py +0 -62
  132. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/printing.py +0 -181
  133. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/snow_connector.py +0 -243
  134. snowflake_cli_labs-2.8.1/src/snowflake/cli/app/telemetry.py +0 -189
  135. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/__init__.py +0 -13
  136. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/connection/__init__.py +0 -13
  137. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/connection/commands.py +0 -330
  138. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/connection/plugin_spec.py +0 -30
  139. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/connection/util.py +0 -179
  140. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/cortex/__init__.py +0 -13
  141. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/cortex/commands.py +0 -327
  142. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/cortex/constants.py +0 -17
  143. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/cortex/manager.py +0 -189
  144. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/cortex/plugin_spec.py +0 -30
  145. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/cortex/types.py +0 -22
  146. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/git/__init__.py +0 -13
  147. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/git/commands.py +0 -354
  148. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/git/manager.py +0 -105
  149. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/git/plugin_spec.py +0 -30
  150. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/init/__init__.py +0 -13
  151. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/init/commands.py +0 -248
  152. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/init/plugin_spec.py +0 -30
  153. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/__init__.py +0 -13
  154. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/artifacts.py +0 -742
  155. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/__init__.py +0 -13
  156. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/artifact_processor.py +0 -91
  157. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/compiler.py +0 -130
  158. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/sandbox.py +0 -306
  159. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/setup/native_app_setup_processor.py +0 -172
  160. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/setup/setup_driver.py.source +0 -56
  161. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/callback_source.py.jinja +0 -181
  162. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/extension_function_utils.py +0 -217
  163. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/models.py +0 -61
  164. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/python_processor.py +0 -528
  165. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/commands.py +0 -439
  166. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/common_flags.py +0 -44
  167. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/constants.py +0 -27
  168. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/exceptions.py +0 -122
  169. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/feature_flags.py +0 -24
  170. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/init.py +0 -345
  171. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/manager.py +0 -823
  172. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/plugin_spec.py +0 -30
  173. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/policy.py +0 -50
  174. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/project_model.py +0 -195
  175. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/run_processor.py +0 -389
  176. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/teardown_processor.py +0 -301
  177. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/utils.py +0 -98
  178. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/v2_conversions/v2_to_v1_decorator.py +0 -135
  179. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/version/__init__.py +0 -13
  180. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/version/commands.py +0 -170
  181. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/nativeapp/version/version_processor.py +0 -362
  182. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/notebook/__init__.py +0 -13
  183. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/notebook/commands.py +0 -85
  184. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/notebook/exceptions.py +0 -20
  185. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/notebook/manager.py +0 -71
  186. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/notebook/plugin_spec.py +0 -30
  187. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/notebook/types.py +0 -15
  188. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object/__init__.py +0 -13
  189. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object/command_aliases.py +0 -95
  190. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object/commands.py +0 -181
  191. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object/common.py +0 -85
  192. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object/manager.py +0 -97
  193. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object/plugin_spec.py +0 -30
  194. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object_stage_deprecated/__init__.py +0 -15
  195. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object_stage_deprecated/commands.py +0 -122
  196. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/object_stage_deprecated/plugin_spec.py +0 -32
  197. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/__init__.py +0 -13
  198. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/commands.py +0 -546
  199. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/common.py +0 -307
  200. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/manager.py +0 -109
  201. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/models.py +0 -157
  202. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/package/__init__.py +0 -13
  203. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/package/anaconda_packages.py +0 -233
  204. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/package/commands.py +0 -256
  205. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/package/manager.py +0 -44
  206. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/package/utils.py +0 -26
  207. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/package_utils.py +0 -354
  208. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/plugin_spec.py +0 -30
  209. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/snowpark_package_paths.py +0 -65
  210. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/snowpark_shared.py +0 -95
  211. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/snowpark/zipper.py +0 -81
  212. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/__init__.py +0 -35
  213. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/common.py +0 -99
  214. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/compute_pool/__init__.py +0 -13
  215. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/compute_pool/commands.py +0 -241
  216. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/compute_pool/manager.py +0 -121
  217. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/image_registry/__init__.py +0 -13
  218. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/image_registry/commands.py +0 -65
  219. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/image_registry/manager.py +0 -105
  220. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/image_repository/__init__.py +0 -13
  221. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/image_repository/commands.py +0 -202
  222. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/image_repository/manager.py +0 -84
  223. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/jobs/__init__.py +0 -13
  224. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/jobs/commands.py +0 -78
  225. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/jobs/manager.py +0 -53
  226. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/plugin_spec.py +0 -30
  227. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/services/__init__.py +0 -13
  228. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/services/commands.py +0 -312
  229. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/spcs/services/manager.py +0 -170
  230. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/sql/__init__.py +0 -13
  231. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/sql/commands.py +0 -83
  232. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/sql/manager.py +0 -92
  233. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/sql/plugin_spec.py +0 -30
  234. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/sql/snowsql_templating.py +0 -28
  235. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/stage/__init__.py +0 -13
  236. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/stage/commands.py +0 -263
  237. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/stage/diff.py +0 -326
  238. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/stage/manager.py +0 -577
  239. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/stage/md5.py +0 -160
  240. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/stage/plugin_spec.py +0 -30
  241. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/streamlit/__init__.py +0 -13
  242. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/streamlit/commands.py +0 -179
  243. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/streamlit/manager.py +0 -222
  244. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/streamlit/plugin_spec.py +0 -30
  245. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/workspace/__init__.py +0 -13
  246. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/workspace/commands.py +0 -35
  247. snowflake_cli_labs-2.8.1/src/snowflake/cli/plugins/workspace/plugin_spec.py +0 -30
  248. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/.gitignore +0 -4
  249. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/app/__init__.py +0 -0
  250. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/app/common.py +0 -2
  251. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/app/functions.py +0 -15
  252. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/app/procedures.py +0 -22
  253. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/requirements.txt +0 -1
  254. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_snowpark/snowflake.yml +0 -23
  255. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_streamlit/.gitignore +0 -4
  256. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_streamlit/common/hello.py +0 -2
  257. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_streamlit/environment.yml +0 -6
  258. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_streamlit/pages/my_page.py +0 -3
  259. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_streamlit/snowflake.yml +0 -10
  260. snowflake_cli_labs-2.8.1/src/snowflake/cli/templates/default_streamlit/streamlit_app.py +0 -4
  261. snowflake_cli_labs-2.8.1/test_external_plugins/broken_plugin/pyproject.toml +0 -28
  262. snowflake_cli_labs-2.8.1/test_external_plugins/broken_plugin/src/snowflakecli/test_plugins/broken_plugin/__init__.py +0 -13
  263. snowflake_cli_labs-2.8.1/test_external_plugins/broken_plugin/src/snowflakecli/test_plugins/broken_plugin/commands.py +0 -27
  264. snowflake_cli_labs-2.8.1/test_external_plugins/broken_plugin/src/snowflakecli/test_plugins/broken_plugin/plugin_spec.py +0 -30
  265. snowflake_cli_labs-2.8.1/test_external_plugins/failing_plugin/pyproject.toml +0 -28
  266. snowflake_cli_labs-2.8.1/test_external_plugins/failing_plugin/src/snowflakecli/test_plugins/failing_plugin/__init__.py +0 -13
  267. snowflake_cli_labs-2.8.1/test_external_plugins/failing_plugin/src/snowflakecli/test_plugins/failing_plugin/commands.py +0 -19
  268. snowflake_cli_labs-2.8.1/test_external_plugins/failing_plugin/src/snowflakecli/test_plugins/failing_plugin/plugin_spec.py +0 -30
  269. snowflake_cli_labs-2.8.1/test_external_plugins/multilingual_hello_command_group/pyproject.toml +0 -28
  270. snowflake_cli_labs-2.8.1/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/__init__.py +0 -13
  271. snowflake_cli_labs-2.8.1/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/commands.py +0 -69
  272. snowflake_cli_labs-2.8.1/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/hello_language.py +0 -22
  273. snowflake_cli_labs-2.8.1/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/manager.py +0 -31
  274. snowflake_cli_labs-2.8.1/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/plugin_spec.py +0 -30
  275. snowflake_cli_labs-2.8.1/test_external_plugins/override_build_in_command/pyproject.toml +0 -28
  276. snowflake_cli_labs-2.8.1/test_external_plugins/override_build_in_command/src/snowflakecli/test_plugins/override_build_in_command/__init__.py +0 -13
  277. snowflake_cli_labs-2.8.1/test_external_plugins/override_build_in_command/src/snowflakecli/test_plugins/override_build_in_command/commands.py +0 -29
  278. snowflake_cli_labs-2.8.1/test_external_plugins/override_build_in_command/src/snowflakecli/test_plugins/override_build_in_command/plugin_spec.py +0 -30
  279. snowflake_cli_labs-2.8.1/test_external_plugins/snowpark_hello_single_command/pyproject.toml +0 -28
  280. snowflake_cli_labs-2.8.1/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/__init__.py +0 -13
  281. snowflake_cli_labs-2.8.1/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/commands.py +0 -37
  282. snowflake_cli_labs-2.8.1/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/manager.py +0 -30
  283. snowflake_cli_labs-2.8.1/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/plugin_spec.py +0 -30
  284. snowflake_cli_labs-2.8.1/tests/__init__.py +0 -13
  285. snowflake_cli_labs-2.8.1/tests/__snapshots__/test_config.ambr +0 -19
  286. snowflake_cli_labs-2.8.1/tests/__snapshots__/test_connection.ambr +0 -63
  287. snowflake_cli_labs-2.8.1/tests/__snapshots__/test_help_messages.ambr +0 -8731
  288. snowflake_cli_labs-2.8.1/tests/__snapshots__/test_init.ambr +0 -32
  289. snowflake_cli_labs-2.8.1/tests/__snapshots__/test_sql.ambr +0 -86
  290. snowflake_cli_labs-2.8.1/tests/api/__init__.py +0 -13
  291. snowflake_cli_labs-2.8.1/tests/api/__snapshots__/test_sanitizers.ambr +0 -24
  292. snowflake_cli_labs-2.8.1/tests/api/commands/__init__.py +0 -13
  293. snowflake_cli_labs-2.8.1/tests/api/commands/__snapshots__/test_flags.ambr +0 -28
  294. snowflake_cli_labs-2.8.1/tests/api/commands/__snapshots__/test_snow_typer.ambr +0 -142
  295. snowflake_cli_labs-2.8.1/tests/api/commands/test_flags.py +0 -216
  296. snowflake_cli_labs-2.8.1/tests/api/commands/test_snow_typer.py +0 -211
  297. snowflake_cli_labs-2.8.1/tests/api/console/__init__.py +0 -13
  298. snowflake_cli_labs-2.8.1/tests/api/console/test_cli_console_output.py +0 -154
  299. snowflake_cli_labs-2.8.1/tests/api/console/test_console_abc.py +0 -53
  300. snowflake_cli_labs-2.8.1/tests/api/console/test_intermediate_output.py +0 -45
  301. snowflake_cli_labs-2.8.1/tests/api/project/schemas/test_updatable_model.py +0 -251
  302. snowflake_cli_labs-2.8.1/tests/api/test_feature_flags.py +0 -79
  303. snowflake_cli_labs-2.8.1/tests/api/test_fqn.py +0 -159
  304. snowflake_cli_labs-2.8.1/tests/api/test_rendering.py +0 -120
  305. snowflake_cli_labs-2.8.1/tests/api/test_rest_api.py +0 -130
  306. snowflake_cli_labs-2.8.1/tests/api/test_sanitizers.py +0 -68
  307. snowflake_cli_labs-2.8.1/tests/api/test_secure_path.py +0 -560
  308. snowflake_cli_labs-2.8.1/tests/api/utils/test_definition_rendering.py +0 -879
  309. snowflake_cli_labs-2.8.1/tests/api/utils/test_dict_utils.py +0 -172
  310. snowflake_cli_labs-2.8.1/tests/api/utils/test_graph.py +0 -124
  311. snowflake_cli_labs-2.8.1/tests/api/utils/test_naming_utils.py +0 -35
  312. snowflake_cli_labs-2.8.1/tests/api/utils/test_templating_functions.py +0 -363
  313. snowflake_cli_labs-2.8.1/tests/app/test_telemetry.py +0 -148
  314. snowflake_cli_labs-2.8.1/tests/conftest.py +0 -149
  315. snowflake_cli_labs-2.8.1/tests/cortex/__snapshots__/test_cortex_commands.ambr +0 -10
  316. snowflake_cli_labs-2.8.1/tests/cortex/test_cortex_commands.py +0 -261
  317. snowflake_cli_labs-2.8.1/tests/empty_config.toml +0 -13
  318. snowflake_cli_labs-2.8.1/tests/git/__snapshots__/test_git_commands.ambr +0 -119
  319. snowflake_cli_labs-2.8.1/tests/git/test_git_commands.py +0 -730
  320. snowflake_cli_labs-2.8.1/tests/nativeapp/__init__.py +0 -13
  321. snowflake_cli_labs-2.8.1/tests/nativeapp/__snapshots__/test_artifacts.ambr +0 -450
  322. snowflake_cli_labs-2.8.1/tests/nativeapp/__snapshots__/test_commands.ambr +0 -360
  323. snowflake_cli_labs-2.8.1/tests/nativeapp/__snapshots__/test_init.ambr +0 -86
  324. snowflake_cli_labs-2.8.1/tests/nativeapp/__snapshots__/test_teardown_processor.ambr +0 -62
  325. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/snowpark/__snapshots__/test_extension_function_utils.ambr +0 -145
  326. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/snowpark/__snapshots__/test_python_processor.ambr +0 -634
  327. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/snowpark/test_extension_function_utils.py +0 -381
  328. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/snowpark/test_python_processor.py +0 -473
  329. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/test_artifact_processor.py +0 -58
  330. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/test_compiler.py +0 -98
  331. snowflake_cli_labs-2.8.1/tests/nativeapp/codegen/test_sandbox.py +0 -838
  332. snowflake_cli_labs-2.8.1/tests/nativeapp/fixtures.py +0 -23
  333. snowflake_cli_labs-2.8.1/tests/nativeapp/patch_utils.py +0 -38
  334. snowflake_cli_labs-2.8.1/tests/nativeapp/test_annotation_processor_config.py +0 -46
  335. snowflake_cli_labs-2.8.1/tests/nativeapp/test_artifacts.py +0 -1348
  336. snowflake_cli_labs-2.8.1/tests/nativeapp/test_commands.py +0 -127
  337. snowflake_cli_labs-2.8.1/tests/nativeapp/test_feature_flags.py +0 -31
  338. snowflake_cli_labs-2.8.1/tests/nativeapp/test_init.py +0 -487
  339. snowflake_cli_labs-2.8.1/tests/nativeapp/test_manager.py +0 -1513
  340. snowflake_cli_labs-2.8.1/tests/nativeapp/test_package_scripts.py +0 -300
  341. snowflake_cli_labs-2.8.1/tests/nativeapp/test_post_deploy_for_app.py +0 -188
  342. snowflake_cli_labs-2.8.1/tests/nativeapp/test_post_deploy_for_package.py +0 -175
  343. snowflake_cli_labs-2.8.1/tests/nativeapp/test_project_model.py +0 -175
  344. snowflake_cli_labs-2.8.1/tests/nativeapp/test_run_processor.py +0 -1962
  345. snowflake_cli_labs-2.8.1/tests/nativeapp/test_teardown_processor.py +0 -1109
  346. snowflake_cli_labs-2.8.1/tests/nativeapp/test_utils.py +0 -91
  347. snowflake_cli_labs-2.8.1/tests/nativeapp/test_v2_to_v1.py +0 -258
  348. snowflake_cli_labs-2.8.1/tests/nativeapp/test_version_create_processor.py +0 -826
  349. snowflake_cli_labs-2.8.1/tests/nativeapp/test_version_drop_processor.py +0 -236
  350. snowflake_cli_labs-2.8.1/tests/nativeapp/utils.py +0 -178
  351. snowflake_cli_labs-2.8.1/tests/notebook/__init__.py +0 -13
  352. snowflake_cli_labs-2.8.1/tests/notebook/test_notebook_commands.py +0 -67
  353. snowflake_cli_labs-2.8.1/tests/notebook/test_notebook_manager.py +0 -81
  354. snowflake_cli_labs-2.8.1/tests/object/__init__.py +0 -13
  355. snowflake_cli_labs-2.8.1/tests/object/__snapshots__/test_object.ambr +0 -418
  356. snowflake_cli_labs-2.8.1/tests/object/test_common.py +0 -65
  357. snowflake_cli_labs-2.8.1/tests/object/test_object.py +0 -255
  358. snowflake_cli_labs-2.8.1/tests/object/test_stage.py +0 -28
  359. snowflake_cli_labs-2.8.1/tests/output/__init__.py +0 -13
  360. snowflake_cli_labs-2.8.1/tests/output/test_format_silent_enforcement.py +0 -79
  361. snowflake_cli_labs-2.8.1/tests/output/test_printing.py +0 -381
  362. snowflake_cli_labs-2.8.1/tests/output/test_silent_output.py +0 -51
  363. snowflake_cli_labs-2.8.1/tests/project/__init__.py +0 -13
  364. snowflake_cli_labs-2.8.1/tests/project/__snapshots__/test_config.ambr +0 -826
  365. snowflake_cli_labs-2.8.1/tests/project/fixtures.py +0 -70
  366. snowflake_cli_labs-2.8.1/tests/project/test_config.py +0 -146
  367. snowflake_cli_labs-2.8.1/tests/project/test_definition_manager.py +0 -143
  368. snowflake_cli_labs-2.8.1/tests/project/test_project_definition_v2.py +0 -224
  369. snowflake_cli_labs-2.8.1/tests/project/test_project_schemas.py +0 -97
  370. snowflake_cli_labs-2.8.1/tests/project/test_util.py +0 -337
  371. snowflake_cli_labs-2.8.1/tests/snowpark/__init__.py +0 -13
  372. snowflake_cli_labs-2.8.1/tests/snowpark/__snapshots__/test_function.ambr +0 -43
  373. snowflake_cli_labs-2.8.1/tests/snowpark/__snapshots__/test_package.ambr +0 -22
  374. snowflake_cli_labs-2.8.1/tests/snowpark/__snapshots__/test_procedure.ambr +0 -65
  375. snowflake_cli_labs-2.8.1/tests/snowpark/__snapshots__/test_procedure_coverage.ambr +0 -10
  376. snowflake_cli_labs-2.8.1/tests/snowpark/mocks.py +0 -38
  377. snowflake_cli_labs-2.8.1/tests/snowpark/test_anaconda.py +0 -212
  378. snowflake_cli_labs-2.8.1/tests/snowpark/test_build.py +0 -56
  379. snowflake_cli_labs-2.8.1/tests/snowpark/test_common.py +0 -114
  380. snowflake_cli_labs-2.8.1/tests/snowpark/test_function.py +0 -409
  381. snowflake_cli_labs-2.8.1/tests/snowpark/test_models.py +0 -88
  382. snowflake_cli_labs-2.8.1/tests/snowpark/test_package.py +0 -265
  383. snowflake_cli_labs-2.8.1/tests/snowpark/test_procedure.py +0 -512
  384. snowflake_cli_labs-2.8.1/tests/spcs/__init__.py +0 -13
  385. snowflake_cli_labs-2.8.1/tests/spcs/__snapshots__/test_image_repository.ambr +0 -19
  386. snowflake_cli_labs-2.8.1/tests/spcs/__snapshots__/test_registry.ambr +0 -30
  387. snowflake_cli_labs-2.8.1/tests/spcs/test_common.py +0 -79
  388. snowflake_cli_labs-2.8.1/tests/spcs/test_compute_pool.py +0 -521
  389. snowflake_cli_labs-2.8.1/tests/spcs/test_image_repository.py +0 -335
  390. snowflake_cli_labs-2.8.1/tests/spcs/test_jobs.py +0 -83
  391. snowflake_cli_labs-2.8.1/tests/spcs/test_registry.py +0 -242
  392. snowflake_cli_labs-2.8.1/tests/spcs/test_services.py +0 -666
  393. snowflake_cli_labs-2.8.1/tests/stage/__init__.py +0 -13
  394. snowflake_cli_labs-2.8.1/tests/stage/__snapshots__/test_diff.ambr +0 -205
  395. snowflake_cli_labs-2.8.1/tests/stage/__snapshots__/test_stage.ambr +0 -452
  396. snowflake_cli_labs-2.8.1/tests/stage/test_diff.py +0 -522
  397. snowflake_cli_labs-2.8.1/tests/stage/test_md5.py +0 -184
  398. snowflake_cli_labs-2.8.1/tests/stage/test_stage.py +0 -1146
  399. snowflake_cli_labs-2.8.1/tests/streamlit/test_commands.py +0 -786
  400. snowflake_cli_labs-2.8.1/tests/streamlit/test_config.py +0 -47
  401. snowflake_cli_labs-2.8.1/tests/test.toml +0 -42
  402. snowflake_cli_labs-2.8.1/tests/test_cli.py +0 -39
  403. snowflake_cli_labs-2.8.1/tests/test_command_registration.py +0 -215
  404. snowflake_cli_labs-2.8.1/tests/test_common_decorators.py +0 -247
  405. snowflake_cli_labs-2.8.1/tests/test_common_global_context.py +0 -126
  406. snowflake_cli_labs-2.8.1/tests/test_config.py +0 -341
  407. snowflake_cli_labs-2.8.1/tests/test_connection.py +0 -927
  408. snowflake_cli_labs-2.8.1/tests/test_data/__init__.py +0 -13
  409. snowflake_cli_labs-2.8.1/tests/test_data/anaconda_channel_data.json +0 -50
  410. snowflake_cli_labs-2.8.1/tests/test_data/cortex/conversation.json +0 -14
  411. snowflake_cli_labs-2.8.1/tests/test_data/cortex/short_english_text.txt +0 -1
  412. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/INSTALLER +0 -1
  413. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/LICENSE.txt +0 -21
  414. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/METADATA +0 -17
  415. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/RECORD +0 -15
  416. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/REQUESTED +0 -0
  417. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/WHEEL +0 -4
  418. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/top_level.txt +0 -1
  419. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure/core/file.txt +0 -0
  420. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure/eventhub/file.txt +0 -0
  421. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/INSTALLER +0 -1
  422. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/LICENSE +0 -21
  423. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/METADATA +0 -929
  424. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/RECORD +0 -145
  425. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/WHEEL +0 -4
  426. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/top_level.txt +0 -1
  427. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/INSTALLER +0 -1
  428. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/LICENSE +0 -21
  429. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/METADATA +0 -1235
  430. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/RECORD +0 -204
  431. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/REQUESTED +0 -0
  432. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/WHEEL +0 -4
  433. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/top_level.txt +0 -1
  434. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2/file.txt +0 -0
  435. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/INSTALLER +0 -1
  436. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/LICENSE +0 -23
  437. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/METADATA +0 -75
  438. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/RECORD +0 -19
  439. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/WHEEL +0 -4
  440. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/top_level.txt +0 -1
  441. snowflake_cli_labs-2.8.1/tests/test_data/local_packages/.packages/zendesk/file.txt +0 -0
  442. snowflake_cli_labs-2.8.1/tests/test_data/packages_available_in_snowflake_sql_result_rows.json +0 -418
  443. snowflake_cli_labs-2.8.1/tests/test_data/projects/deploy_root_with_incorrect_setup_script/manifest.yml +0 -3
  444. snowflake_cli_labs-2.8.1/tests/test_data/projects/deploy_root_with_incorrect_setup_script/setup_script.sql +0 -1
  445. snowflake_cli_labs-2.8.1/tests/test_data/projects/deploy_root_with_manifest_artifacts/manifest.yml +0 -3
  446. snowflake_cli_labs-2.8.1/tests/test_data/projects/deploy_root_without_manifest_artifacts/manifest.yml +0 -1
  447. snowflake_cli_labs-2.8.1/tests/test_data/projects/empty_project/snowflake.yml +0 -1
  448. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit/environment.yml +0 -5
  449. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit/pages/my_page.py +0 -3
  450. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit/snowflake.yml +0 -7
  451. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit/streamlit_app.py +0 -3
  452. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_defaults/main.py +0 -3
  453. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_defaults/snowflake.yml +0 -8
  454. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_defaults/streamlit_environment.yml +0 -5
  455. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_defaults/streamlit_pages/first_page.py +0 -3
  456. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_stage/environment.yml +0 -5
  457. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_stage/pages/my_page.py +0 -3
  458. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_stage/snowflake.yml +0 -5
  459. snowflake_cli_labs-2.8.1/tests/test_data/projects/example_streamlit_no_stage/streamlit_app.py +0 -3
  460. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration/app/README.md +0 -4
  461. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration/app/manifest.yml +0 -18
  462. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration/app/setup.sql +0 -19
  463. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration/package/001-shared.sql +0 -5
  464. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration/package/002-shared.sql +0 -12
  465. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration/snowflake.yml +0 -12
  466. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/app/README.md +0 -3
  467. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/app/manifest.yml +0 -18
  468. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/app/setup.sql +0 -19
  469. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/package/001-shared.sql +0 -5
  470. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/package/002-shared.sql +0 -12
  471. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/snowflake.local.yml +0 -3
  472. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external/snowflake.yml +0 -12
  473. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/app/README.md +0 -3
  474. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/app/manifest.yml +0 -16
  475. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/app/setup.sql +0 -19
  476. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/package/001-shared.sql +0 -5
  477. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/package/002-shared.sql +0 -12
  478. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/snowflake.local.yml +0 -4
  479. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_external_v2/snowflake.yml +0 -14
  480. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_templated/app/README.md +0 -4
  481. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_templated/app/manifest.yml +0 -18
  482. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_templated/app/setup.sql +0 -19
  483. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_templated/package/001-shared.sql +0 -5
  484. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_templated/package/002-shared.sql +0 -12
  485. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_templated/snowflake.yml +0 -16
  486. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_v2/app/README.md +0 -4
  487. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_v2/app/manifest.yml +0 -18
  488. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_v2/app/setup.sql +0 -19
  489. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_v2/package/001-shared.sql +0 -5
  490. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_v2/package/002-shared.sql +0 -12
  491. snowflake_cli_labs-2.8.1/tests/test_data/projects/integration_v2/snowflake.yml +0 -14
  492. snowflake_cli_labs-2.8.1/tests/test_data/projects/minimal/snowflake.yml +0 -7
  493. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_post_deploy/scripts/app_post_deploy1.sql +0 -4
  494. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_post_deploy/scripts/app_post_deploy2.sql +0 -1
  495. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_post_deploy/scripts/package_post_deploy1.sql +0 -4
  496. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_post_deploy/scripts/package_post_deploy2.sql +0 -1
  497. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_post_deploy/snowflake.yml +0 -19
  498. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_post_deploy_missing_file/snowflake.yml +0 -14
  499. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/001-shared.sql +0 -5
  500. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/002-shared.sql +0 -8
  501. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/app/README.md +0 -1
  502. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/app/streamlit/config.py +0 -1
  503. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/app/streamlit/main.py +0 -1
  504. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/setup.sql +0 -1
  505. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/snowflake.local.yml +0 -9
  506. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_1/snowflake.yml +0 -18
  507. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/001-shared.sql +0 -5
  508. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/002-shared.sql +0 -8
  509. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/app/README.md +0 -1
  510. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/app/streamlit/config.py +0 -1
  511. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/app/streamlit/main.py +0 -1
  512. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/setup.sql +0 -1
  513. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/snowflake.local.yml +0 -10
  514. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_project_with_pkg_warehouse/snowflake.yml +0 -18
  515. snowflake_cli_labs-2.8.1/tests/test_data/projects/napp_with_annotation_processor/snowflake.yml +0 -30
  516. snowflake_cli_labs-2.8.1/tests/test_data/projects/no_definition_version/snowflake.yml +0 -4
  517. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating/dir/dir/file_in_subsubdir.txt +0 -1
  518. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating/dir/file_in_subdir.txt +0 -2
  519. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating/file.txt +0 -1
  520. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating/template.yml +0 -17
  521. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating/variable_values.json +0 -8
  522. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating_jinja_blocks/blocks.txt +0 -3
  523. snowflake_cli_labs-2.8.1/tests/test_data/projects/project_templating_jinja_blocks/template.yml +0 -6
  524. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_external_access/app.py +0 -2
  525. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_external_access/app.zip +0 -0
  526. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_external_access/requirements.txt +0 -1
  527. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_external_access/snowflake.yml +0 -20
  528. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_fully_qualified_name/app/app.py +0 -5
  529. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_fully_qualified_name/app.zip +0 -0
  530. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_fully_qualified_name/requirements.txt +0 -2
  531. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_fully_qualified_name/snowflake.yml +0 -53
  532. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_secrets_without_external_access/app.zip +0 -0
  533. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_function_secrets_without_external_access/snowflake.yml +0 -17
  534. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_functions/app.py +0 -16
  535. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_functions/app.zip +0 -0
  536. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_functions/requirements.txt +0 -1
  537. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_functions/snowflake.yml +0 -16
  538. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_external_access/app.py +0 -5
  539. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_external_access/app.zip +0 -0
  540. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_external_access/requirements.txt +0 -2
  541. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_external_access/snowflake.yml +0 -18
  542. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_fully_qualified_name/app/app.py +0 -7
  543. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_fully_qualified_name/app.zip +0 -0
  544. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_fully_qualified_name/requirements.txt +0 -2
  545. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_fully_qualified_name/snowflake.yml +0 -53
  546. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_secrets_without_external_access/app.zip +0 -0
  547. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedure_secrets_without_external_access/snowflake.yml +0 -15
  548. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures/app.py +0 -26
  549. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures/app.zip +0 -0
  550. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures/requirements.txt +0 -2
  551. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures/snowflake.yml +0 -17
  552. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures_coverage/app.py +0 -26
  553. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures_coverage/app.zip +0 -0
  554. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures_coverage/requirements.txt +0 -2
  555. snowflake_cli_labs-2.8.1/tests/test_data/projects/snowpark_procedures_coverage/snowflake.yml +0 -12
  556. snowflake_cli_labs-2.8.1/tests/test_data/projects/sql_templating/snowflake.local.yml +0 -2
  557. snowflake_cli_labs-2.8.1/tests/test_data/projects/sql_templating/snowflake.yml +0 -4
  558. snowflake_cli_labs-2.8.1/tests/test_data/projects/streamlit_full_definition/environment.yml +0 -5
  559. snowflake_cli_labs-2.8.1/tests/test_data/projects/streamlit_full_definition/pages/my_page.py +0 -3
  560. snowflake_cli_labs-2.8.1/tests/test_data/projects/streamlit_full_definition/snowflake.yml +0 -11
  561. snowflake_cli_labs-2.8.1/tests/test_data/projects/streamlit_full_definition/streamlit_app.py +0 -3
  562. snowflake_cli_labs-2.8.1/tests/test_data/projects/streamlit_full_definition/utils/utils.py +0 -0
  563. snowflake_cli_labs-2.8.1/tests/test_data/projects/underspecified/snowflake.yml +0 -3
  564. snowflake_cli_labs-2.8.1/tests/test_data/projects/unknown_fields/snowflake.yml +0 -6
  565. snowflake_cli_labs-2.8.1/tests/test_data/streamlit/another_file_with_list.yml +0 -13
  566. snowflake_cli_labs-2.8.1/tests/test_data/streamlit/another_file_with_single_item.yml +0 -6
  567. snowflake_cli_labs-2.8.1/tests/test_data/streamlit/with_list_in_source_file.yml +0 -12
  568. snowflake_cli_labs-2.8.1/tests/test_data/streamlit/with_single_item.yml +0 -6
  569. snowflake_cli_labs-2.8.1/tests/test_data/test_data.py +0 -149
  570. snowflake_cli_labs-2.8.1/tests/test_data/test_streamlit_requirements.txt +0 -3
  571. snowflake_cli_labs-2.8.1/tests/test_docs_generation_output.py +0 -164
  572. snowflake_cli_labs-2.8.1/tests/test_experimental_behaviour.py +0 -92
  573. snowflake_cli_labs-2.8.1/tests/test_help_messages.py +0 -133
  574. snowflake_cli_labs-2.8.1/tests/test_init.py +0 -519
  575. snowflake_cli_labs-2.8.1/tests/test_loaded_modules.py +0 -27
  576. snowflake_cli_labs-2.8.1/tests/test_logs.py +0 -221
  577. snowflake_cli_labs-2.8.1/tests/test_main.py +0 -180
  578. snowflake_cli_labs-2.8.1/tests/test_performance.py +0 -34
  579. snowflake_cli_labs-2.8.1/tests/test_project_definition_generate_json_schema.py +0 -98
  580. snowflake_cli_labs-2.8.1/tests/test_project_initialisation.py +0 -49
  581. snowflake_cli_labs-2.8.1/tests/test_snow_connector.py +0 -140
  582. snowflake_cli_labs-2.8.1/tests/test_sql.py +0 -392
  583. snowflake_cli_labs-2.8.1/tests/test_utils.py +0 -307
  584. snowflake_cli_labs-2.8.1/tests/test_zipper.py +0 -83
  585. snowflake_cli_labs-2.8.1/tests/testing_utils/__init__.py +0 -13
  586. snowflake_cli_labs-2.8.1/tests/testing_utils/conversion.py +0 -24
  587. snowflake_cli_labs-2.8.1/tests/testing_utils/files_and_dirs.py +0 -105
  588. snowflake_cli_labs-2.8.1/tests/testing_utils/fixtures.py +0 -462
  589. snowflake_cli_labs-2.8.1/tests/testing_utils/mock_config.py +0 -29
  590. snowflake_cli_labs-2.8.1/tests/testing_utils/result_assertions.py +0 -29
  591. snowflake_cli_labs-2.8.1/tests_common/__init__.py +0 -18
  592. snowflake_cli_labs-2.8.1/tests_common/path_utils.py +0 -31
  593. snowflake_cli_labs-2.8.1/tests_e2e/__init__.py +0 -13
  594. snowflake_cli_labs-2.8.1/tests_e2e/__snapshots__/test_error_handling.ambr +0 -10
  595. snowflake_cli_labs-2.8.1/tests_e2e/__snapshots__/test_installation.ambr +0 -68
  596. snowflake_cli_labs-2.8.1/tests_e2e/__snapshots__/test_nativeapp.ambr +0 -102
  597. snowflake_cli_labs-2.8.1/tests_e2e/config/config.toml +0 -26
  598. snowflake_cli_labs-2.8.1/tests_e2e/config/malformatted_config.toml +0 -13
  599. snowflake_cli_labs-2.8.1/tests_e2e/conftest.py +0 -169
  600. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/.gitignore +0 -4
  601. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/python/cli_gen/accepted.py +0 -80
  602. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/python/cli_gen/errors/e1.py +0 -28
  603. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/python/cli_gen/ignored/i1.py +0 -43
  604. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/python/cli_gen/udaf/custom_udaf.py +0 -44
  605. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/python/cli_gen/udtf/custom_udtf.py +0 -39
  606. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/python/user_gen/echo.py +0 -21
  607. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/resources/unused.py +0 -13
  608. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/root_files/_manifest.yml +0 -10
  609. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/root_files/setup_scripts/setup.sql +0 -26
  610. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/root_files/setup_scripts/user_gen_procs.sql +0 -28
  611. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/root_files/setup_scripts/user_gen_udf.sql +0 -28
  612. snowflake_cli_labs-2.8.1/tests_e2e/test_data/nativeapp/snowflake.yml +0 -18
  613. snowflake_cli_labs-2.8.1/tests_e2e/test_error_handling.py +0 -160
  614. snowflake_cli_labs-2.8.1/tests_e2e/test_installation.py +0 -69
  615. snowflake_cli_labs-2.8.1/tests_e2e/test_nativeapp.py +0 -262
  616. snowflake_cli_labs-2.8.1/tests_e2e/test_snowpark_examples.py +0 -39
  617. snowflake_cli_labs-2.8.1/tests_integration/__init__.py +0 -13
  618. snowflake_cli_labs-2.8.1/tests_integration/__snapshots__/test_function.ambr +0 -50
  619. snowflake_cli_labs-2.8.1/tests_integration/__snapshots__/test_git.ambr +0 -19
  620. snowflake_cli_labs-2.8.1/tests_integration/__snapshots__/test_package.ambr +0 -11
  621. snowflake_cli_labs-2.8.1/tests_integration/__snapshots__/test_sql.ambr +0 -57
  622. snowflake_cli_labs-2.8.1/tests_integration/__snapshots__/test_stage.ambr +0 -121
  623. snowflake_cli_labs-2.8.1/tests_integration/__snapshots__/test_temporary_connection.ambr +0 -12
  624. snowflake_cli_labs-2.8.1/tests_integration/config/config_with_enabled_all_external_plugins.toml +0 -26
  625. snowflake_cli_labs-2.8.1/tests_integration/config/config_with_enabled_only_one_external_plugin.toml +0 -24
  626. snowflake_cli_labs-2.8.1/tests_integration/config/connection_configs.toml +0 -17
  627. snowflake_cli_labs-2.8.1/tests_integration/config/plugin_tests/broken_plugin_config.toml +0 -19
  628. snowflake_cli_labs-2.8.1/tests_integration/config/plugin_tests/disabled_override_plugin_config.toml +0 -16
  629. snowflake_cli_labs-2.8.1/tests_integration/config/plugin_tests/failing_plugin_config.toml +0 -19
  630. snowflake_cli_labs-2.8.1/tests_integration/config/plugin_tests/override_plugin_config.toml +0 -19
  631. snowflake_cli_labs-2.8.1/tests_integration/conftest.py +0 -181
  632. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/__snapshots__/test_deploy.ambr +0 -213
  633. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/__snapshots__/test_version.ambr +0 -53
  634. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_bundle.py +0 -300
  635. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_debug_mode.py +0 -150
  636. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_deploy.py +0 -605
  637. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_init_run.py +0 -617
  638. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_large_upload.py +0 -140
  639. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_open.py +0 -111
  640. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_post_deploy.py +0 -202
  641. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_project_templating.py +0 -379
  642. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_teardown.py +0 -275
  643. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_templates.py +0 -32
  644. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_validate.py +0 -73
  645. snowflake_cli_labs-2.8.1/tests_integration/nativeapp/test_version.py +0 -436
  646. snowflake_cli_labs-2.8.1/tests_integration/notebook/__init__.py +0 -13
  647. snowflake_cli_labs-2.8.1/tests_integration/notebook/test_notebooks.py +0 -74
  648. snowflake_cli_labs-2.8.1/tests_integration/plugin/test_broken_plugin.py +0 -50
  649. snowflake_cli_labs-2.8.1/tests_integration/plugin/test_failing_plugin.py +0 -48
  650. snowflake_cli_labs-2.8.1/tests_integration/plugin/test_override_by_external_plugins.py +0 -73
  651. snowflake_cli_labs-2.8.1/tests_integration/scripts/integration_account_setup.sql +0 -119
  652. snowflake_cli_labs-2.8.1/tests_integration/snowflake_connector.py +0 -116
  653. snowflake_cli_labs-2.8.1/tests_integration/spcs/__init__.py +0 -13
  654. snowflake_cli_labs-2.8.1/tests_integration/spcs/docker/Dockerfile +0 -5
  655. snowflake_cli_labs-2.8.1/tests_integration/spcs/docker/bootstrap_containers_setup.sh +0 -6
  656. snowflake_cli_labs-2.8.1/tests_integration/spcs/docker/build_and_push.sh +0 -8
  657. snowflake_cli_labs-2.8.1/tests_integration/spcs/docker/build_and_push_all.sh +0 -6
  658. snowflake_cli_labs-2.8.1/tests_integration/spcs/docker/echo_service.py +0 -86
  659. snowflake_cli_labs-2.8.1/tests_integration/spcs/spec/spec.yml +0 -13
  660. snowflake_cli_labs-2.8.1/tests_integration/spcs/spec/spec_upgrade.yml +0 -13
  661. snowflake_cli_labs-2.8.1/tests_integration/spcs/test_compute_pool.py +0 -60
  662. snowflake_cli_labs-2.8.1/tests_integration/spcs/test_image_repository.py +0 -111
  663. snowflake_cli_labs-2.8.1/tests_integration/spcs/test_jobs.py +0 -49
  664. snowflake_cli_labs-2.8.1/tests_integration/spcs/test_registry.py +0 -71
  665. snowflake_cli_labs-2.8.1/tests_integration/spcs/test_services.py +0 -72
  666. snowflake_cli_labs-2.8.1/tests_integration/spcs/testing_utils/compute_pool_utils.py +0 -179
  667. snowflake_cli_labs-2.8.1/tests_integration/spcs/testing_utils/spcs_jobs_utils.py +0 -95
  668. snowflake_cli_labs-2.8.1/tests_integration/spcs/testing_utils/spcs_services_utils.py +0 -308
  669. snowflake_cli_labs-2.8.1/tests_integration/test_config.py +0 -32
  670. snowflake_cli_labs-2.8.1/tests_integration/test_connection.py +0 -64
  671. snowflake_cli_labs-2.8.1/tests_integration/test_cortex.py +0 -152
  672. snowflake_cli_labs-2.8.1/tests_integration/test_data/cortex/conversation.json +0 -14
  673. snowflake_cli_labs-2.8.1/tests_integration/test_data/cortex/english_text.txt +0 -12
  674. snowflake_cli_labs-2.8.1/tests_integration/test_data/empty.sql +0 -15
  675. snowflake_cli_labs-2.8.1/tests_integration/test_data/notebook/my_notebook.ipynb +0 -34
  676. snowflake_cli_labs-2.8.1/tests_integration/test_data/notebook/my_notebook_error.ipynb +0 -34
  677. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/app/README.md +0 -4
  678. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/app/manifest.yml +0 -9
  679. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/app/setup_script.sql +0 -11
  680. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/app_post_deploy1.sql +0 -5
  681. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/app_post_deploy2.sql +0 -3
  682. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/package_post_deploy1.sql +0 -5
  683. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/package_post_deploy2.sql +0 -3
  684. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v1/snowflake.yml +0 -20
  685. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/app/README.md +0 -4
  686. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/app/manifest.yml +0 -9
  687. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/app/setup_script.sql +0 -11
  688. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/app_post_deploy1.sql +0 -5
  689. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/app_post_deploy2.sql +0 -3
  690. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/package_post_deploy1.sql +0 -5
  691. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/package_post_deploy2.sql +0 -3
  692. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_application_post_deploy_v2/snowflake.yml +0 -26
  693. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v1/app/README.md +0 -1
  694. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v1/app/manifest.yml +0 -8
  695. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v1/app/setup_script.sql +0 -11
  696. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v1/snowflake.yml +0 -7
  697. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v2/app/README.md +0 -3
  698. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v2/app/manifest.yml +0 -10
  699. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v2/app/setup_script.sql +0 -13
  700. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_create_db_v2/snowflake.yml +0 -17
  701. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/app/README.md +0 -4
  702. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/app/manifest.yml +0 -9
  703. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/app/setup_script.sql +0 -11
  704. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/lib/parent/child/a.py +0 -0
  705. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/lib/parent/child/b.py +0 -0
  706. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/lib/parent/child/c/c.py +0 -0
  707. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/snowflake.yml +0 -10
  708. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/src/main.py +0 -0
  709. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/app/README.md +0 -3
  710. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/app/manifest.yml +0 -7
  711. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/app/setup_script.sql +0 -3
  712. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/lib/parent/child/a.py +0 -0
  713. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/lib/parent/child/b.py +0 -0
  714. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/lib/parent/child/c/c.py +0 -0
  715. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/snowflake.yml +0 -19
  716. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/src/main.py +0 -0
  717. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v1/app/README.md +0 -4
  718. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v1/app/manifest.yml +0 -9
  719. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v1/app/setup_script.sql +0 -11
  720. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v1/snowflake.yml +0 -7
  721. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v2/app/README.md +0 -3
  722. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v2/app/manifest.yml +0 -7
  723. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v2/app/setup_script.sql +0 -3
  724. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/napp_init_v2/snowflake.yml +0 -16
  725. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/project_definition_v2/snowflake.yml +0 -38
  726. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark/.gitignore +0 -4
  727. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark/app/app.py +0 -30
  728. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark/requirements.txt +0 -3
  729. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark/snowflake.yml +0 -23
  730. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_coverage/.gitignore +0 -0
  731. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_coverage/app/__init__.py +0 -0
  732. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_coverage/app/module/__init__.py +0 -0
  733. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_coverage/app/module/procedures.py +0 -26
  734. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_coverage/requirements.txt +0 -3
  735. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_coverage/snowflake.yml +0 -14
  736. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_external_access/.gitignore +0 -0
  737. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_external_access/app/app.py +0 -22
  738. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_external_access/requirements.txt +0 -2
  739. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_external_access/snowflake.yml +0 -23
  740. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_fully_qualified_name/.gitignore +0 -4
  741. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_fully_qualified_name/app/app.py +0 -30
  742. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_fully_qualified_name/requirements.txt +0 -3
  743. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_fully_qualified_name/snowflake.yml +0 -40
  744. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_vectorized/.gitignore +0 -4
  745. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_vectorized/app/app.py +0 -7
  746. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_vectorized/requirements.txt +0 -4
  747. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_vectorized/snowflake.yml +0 -14
  748. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_version_check/.gitignore +0 -4
  749. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_version_check/app/app.py +0 -7
  750. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_version_check/requirements.txt +0 -1
  751. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_version_check/snowflake.yml +0 -10
  752. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_default_values/app/app.py +0 -17
  753. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_default_values/requirements.other.txt +0 -0
  754. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_default_values/requirements.txt +0 -1
  755. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_default_values/snowflake.yml +0 -55
  756. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_import/.gitignore +0 -4
  757. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_import/app/__init__.py +0 -0
  758. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_import/app/functions.py +0 -7
  759. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_import/requirements.txt +0 -5
  760. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_import/snowflake.yml +0 -14
  761. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/.gitignore +0 -4
  762. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/app/__init__.py +0 -0
  763. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/app/functions.py +0 -7
  764. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/requirements.txt +0 -6
  765. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/snowflake.yml +0 -12
  766. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/.gitignore +0 -4
  767. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/app/__init__.py +0 -0
  768. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/app/functions.py +0 -7
  769. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/requirements.txt +0 -6
  770. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/snowflake.yml +0 -12
  771. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/requirements.txt +0 -4
  772. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/script1.py +0 -1
  773. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/script1.sql +0 -1
  774. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/script2.sql +0 -1
  775. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/script3.sql +0 -1
  776. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/script_template.py +0 -19
  777. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_execute/script_template.sql +0 -3
  778. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_get_directory_structure/dir/script2.sql +0 -1
  779. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_get_directory_structure/dir/subdir/script3.sql +0 -1
  780. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/stage_get_directory_structure/script1.sql +0 -1
  781. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/streamlit/environment.yml +0 -5
  782. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/streamlit/pages/my_page.py +0 -3
  783. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/streamlit/snowflake.yml +0 -11
  784. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/streamlit/streamlit_app.py +0 -4
  785. snowflake_cli_labs-2.8.1/tests_integration/test_data/projects/streamlit/utils/utils.py +0 -2
  786. snowflake_cli_labs-2.8.1/tests_integration/test_data/sql_multi_queries.sql +0 -19
  787. snowflake_cli_labs-2.8.1/tests_integration/test_external_plugins.py +0 -173
  788. snowflake_cli_labs-2.8.1/tests_integration/test_git.py +0 -349
  789. snowflake_cli_labs-2.8.1/tests_integration/test_init.py +0 -110
  790. snowflake_cli_labs-2.8.1/tests_integration/test_object.py +0 -329
  791. snowflake_cli_labs-2.8.1/tests_integration/test_package.py +0 -261
  792. snowflake_cli_labs-2.8.1/tests_integration/test_session_token.py +0 -55
  793. snowflake_cli_labs-2.8.1/tests_integration/test_snowpark.py +0 -957
  794. snowflake_cli_labs-2.8.1/tests_integration/test_snowpark_external_access.py +0 -198
  795. snowflake_cli_labs-2.8.1/tests_integration/test_sql.py +0 -158
  796. snowflake_cli_labs-2.8.1/tests_integration/test_sql_templating.py +0 -102
  797. snowflake_cli_labs-2.8.1/tests_integration/test_stage.py +0 -543
  798. snowflake_cli_labs-2.8.1/tests_integration/test_streamlit.py +0 -277
  799. snowflake_cli_labs-2.8.1/tests_integration/test_temporary_connection.py +0 -55
  800. snowflake_cli_labs-2.8.1/tests_integration/test_utils.py +0 -90
  801. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/__init__.py +0 -20
  802. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/assertions/__init__.py +0 -13
  803. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/assertions/test_file_assertions.py +0 -31
  804. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/assertions/test_result_assertions.py +0 -117
  805. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/naming_utils.py +0 -48
  806. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/snowpark_utils.py +0 -394
  807. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/sql_utils.py +0 -51
  808. snowflake_cli_labs-2.8.1/tests_integration/testing_utils/working_directory_utils.py +0 -54
  809. snowflake_cli_labs-2.8.1/tests_integration/workspaces/test_validate_schema.py +0 -25
  810. {snowflake_cli_labs-2.8.1 → snowflake_cli_labs-2.8.2}/.gitignore +0 -0
@@ -0,0 +1 @@
1
+ ../../LICENSE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: snowflake-cli-labs
3
- Version: 2.8.1
3
+ Version: 2.8.2
4
4
  Summary: Snowflake CLI
5
5
  Project-URL: Source code, https://github.com/snowflakedb/snowflake-cli
6
6
  Project-URL: Bug Tracker, https://github.com/snowflakedb/snowflake-cli/issues
@@ -207,39 +207,9 @@ License: Apache License
207
207
  See the License for the specific language governing permissions and
208
208
  limitations under the License.
209
209
  License-File: LICENSE
210
- Classifier: Development Status :: 5 - Production/Stable
211
- Classifier: Environment :: Console
212
- Classifier: Intended Audience :: Developers
213
- Classifier: Intended Audience :: Information Technology
214
- Classifier: Intended Audience :: System Administrators
215
- Classifier: License :: OSI Approved :: Apache Software License
216
- Classifier: Programming Language :: Python :: 3 :: Only
217
- Classifier: Programming Language :: SQL
218
- Classifier: Topic :: Database
219
- Requires-Python: >=3.8
220
- Requires-Dist: gitpython==3.1.43
221
- Requires-Dist: jinja2==3.1.4
222
- Requires-Dist: packaging
223
- Requires-Dist: pip
224
- Requires-Dist: pluggy==1.5.0
225
- Requires-Dist: pydantic==2.8.2
226
- Requires-Dist: pyyaml==6.0.1
227
- Requires-Dist: requests==2.32.3
228
- Requires-Dist: requirements-parser==0.9.0
229
- Requires-Dist: rich==13.7.1
230
- Requires-Dist: setuptools==70.3.0
231
- Requires-Dist: snowflake-connector-python[secure-local-storage]==3.11.0
232
- Requires-Dist: snowflake-core==0.8.0; python_version < '3.12'
233
- Requires-Dist: snowflake-snowpark-python>=1.15.0; python_version < '3.12'
234
- Requires-Dist: tomlkit==0.13.0
235
- Requires-Dist: typer==0.12.3
236
- Requires-Dist: urllib3<2.3,>=1.24.3
237
- Provides-Extra: development
238
- Requires-Dist: coverage==7.6.0; extra == 'development'
239
- Requires-Dist: pre-commit>=3.5.0; extra == 'development'
240
- Requires-Dist: pytest-randomly==3.15.0; extra == 'development'
241
- Requires-Dist: pytest==8.3.1; extra == 'development'
242
- Requires-Dist: syrupy==4.6.1; extra == 'development'
210
+ Classifier: Development Status :: 7 - Inactive
211
+ Requires-Python: >=3.10
212
+ Requires-Dist: snowflake-cli==2.8.2
243
213
  Description-Content-Type: text/markdown
244
214
 
245
215
  <!--
@@ -258,66 +228,8 @@ Description-Content-Type: text/markdown
258
228
  limitations under the License.
259
229
  -->
260
230
 
261
- [![Code quality checks](https://github.com/snowflakedb/snowflake-cli/actions/workflows/lint.yaml/badge.svg)](https://github.com/snowflakedb/snowflake-cli/actions/workflows/lint.yaml)
262
- [![Integration testing](https://github.com/snowflakedb/snowflake-cli/actions/workflows/integration_test.yaml/badge.svg)](https://github.com/snowflakedb/snowflake-cli/actions/workflows/integration_test.yaml)
263
- [![CLI Action testing](https://github.com/snowflakedb/snowflake-cli/actions/workflows/test_cli_action.yaml/badge.svg?branch=main)](https://github.com/snowflakedb/snowflake-cli/actions/workflows/test_cli_action.yaml)
231
+ # Snowflake Developer CLI
264
232
 
265
- [//]: # ([![Python 3.11]&#40;https://img.shields.io/badge/python-3.11-blue.svg&#41;]&#40;https://www.python.org/downloads/release/python-311/&#41;)
233
+ This package has been renamed. Use `pip install snowflake-cli` instead.
266
234
 
267
- # Snowflake CLI
268
-
269
- Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations. It is a flexible and extensible tool that can accommodate modern development practices and technologies.
270
-
271
- With Snowflake CLI, developers can create, manage, update, and view apps running on Snowflake across workloads such as Streamlit in Snowflake, the Snowflake Native App Framework, Snowpark Container Services, and Snowpark. It supports a range of Snowflake features, including user-defined functions, stored procedures, Streamlit in Snowflake, and SQL execution.
272
-
273
-
274
- **Note**: Snowflake CLI is in Public Preview (PuPr).
275
-
276
- Docs: https://docs.snowflake.com/en/developer-guide/snowflake-cli-v2/index.
277
-
278
- Quick start: https://quickstarts.snowflake.com/guide/getting-started-with-snowflake-cli
279
-
280
- Cheatsheet: https://github.com/Snowflake-Labs/sf-cheatsheets/blob/main/snowflake-cli.md
281
-
282
-
283
- ## Install Snowflake CLI
284
-
285
- ### Install with pip (PyPi)
286
-
287
- Requires Python >= 3.8
288
-
289
- ```bash
290
- pip install snowflake-cli-labs
291
- snow --help
292
- ```
293
-
294
- ### Install with Homebrew (Mac only)
295
-
296
- Requires [Homebrew](https://brew.sh/).
297
-
298
- ```bash
299
- brew tap snowflakedb/snowflake-cli
300
- brew install snowflake-cli
301
- snow --help
302
- ```
303
-
304
- ### Install from source
305
-
306
- Requires Python >= 3.8 and git
307
-
308
- ```bash
309
- git clone https://github.com/snowflakedb/snowflake-cli
310
- cd snowflake-cli
311
- # you can also do the below in an active virtual environment:
312
- # python -m venv .venv
313
- # source .venv/bin/activate
314
- hatch build && pip install .
315
- snow --version
316
- ```
317
-
318
- You should now be able to run `snow` and get the CLI message.
319
-
320
- ## Get involved
321
-
322
- Have a feature idea? Running into a bug? Want to contribute? We'd love to hear from you!
323
- Please open or review issues, open pull requests, or reach out to us on developers@snowflake.com
235
+ New package: https://pypi.org/project/snowflake-cli/
@@ -14,4 +14,8 @@
14
14
  limitations under the License.
15
15
  -->
16
16
 
17
- DUMMY README FILE
17
+ # Snowflake Developer CLI
18
+
19
+ This package has been renamed. Use `pip install snowflake-cli` instead.
20
+
21
+ New package: https://pypi.org/project/snowflake-cli/
@@ -24,6 +24,18 @@
24
24
  ## Fixes and improvements
25
25
 
26
26
 
27
+ # v2.8.2
28
+
29
+ # Unreleased version
30
+ ## Backward incompatibility
31
+
32
+ ## Deprecations
33
+ * Changing package name from `snowflake-cli-labs` to `snowflake-cli`. `Snowflake-cli-labs` will be pointing to the corresponding version of `snowflake-cli`.
34
+ ## New additions
35
+
36
+ ## Fixes and improvements
37
+
38
+
27
39
  # v2.8.1
28
40
  ## Backward incompatibility
29
41
 
@@ -0,0 +1,39 @@
1
+ # Copyright (c) 2024 Snowflake Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ [build-system]
16
+ requires = ["hatchling"]
17
+ build-backend = "hatchling.build"
18
+
19
+ [project]
20
+ license = { file = "LICENSE" }
21
+ name = "snowflake-cli-labs"
22
+ authors = [{ name = "Snowflake Inc." }]
23
+ dynamic = ["version"]
24
+ requires-python = ">=3.10"
25
+ description = "Snowflake CLI"
26
+ readme = "README.md"
27
+ dependencies = ["snowflake-cli==2.8.2"]
28
+ classifiers = ["Development Status :: 7 - Inactive"]
29
+
30
+ [project.urls]
31
+ "Source code" = "https://github.com/snowflakedb/snowflake-cli"
32
+ "Bug Tracker" = "https://github.com/snowflakedb/snowflake-cli/issues"
33
+
34
+ [tool.hatch.build.targets.wheel]
35
+ packages = ["README.md"]
36
+ exclude = ["/compat"]
37
+
38
+ [tool.hatch.version]
39
+ path = "../../src/snowflake/cli/__about__.py"
@@ -1,133 +0,0 @@
1
- repos:
2
- - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.1.0
4
- hooks:
5
- - id: trailing-whitespace
6
- exclude: '(^tests/|^tests_integration/|^tests_e2e)'
7
- - id: end-of-file-fixer
8
- exclude: license_header.txt
9
- - id: check-yaml
10
- exclude: .github/repo_meta.yaml
11
- - id: debug-statements
12
- exclude: src/snowflake/cli/app/dev/pycharm_remote_debug.py
13
- - id: check-ast
14
- - repo: https://github.com/charliermarsh/ruff-pre-commit
15
- rev: "v0.1.7"
16
- hooks:
17
- - id: ruff
18
- args: [--fix, --exclude, "**/tests_common/,**/tests_integration/"]
19
- - repo: https://github.com/psf/black
20
- rev: 22.12.0
21
- hooks:
22
- - id: black
23
- - repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v0.990
25
- hooks:
26
- - id: mypy
27
- additional_dependencies: [types-pkg-resources==0.1.3, types-all==1.0.0]
28
- - repo: https://github.com/codespell-project/codespell
29
- rev: v2.2.4
30
- hooks:
31
- - id: codespell
32
- additional_dependencies:
33
- - tomli
34
- - repo: local
35
- hooks:
36
- - id: check-print-in-code
37
- language: pygrep
38
- name: "Check for print statements"
39
- entry: "print\\(|echo\\("
40
- pass_filenames: true
41
- files: ^src/snowflake/.*\.py$
42
- exclude: >
43
- (?x)
44
- ^src/snowflake/cli/api/console/.*$|
45
- ^src/snowflake/cli/app/printing.py$|
46
- ^src/snowflake/cli/app/dev/.*$|
47
- ^src/snowflake/cli/templates/.*$|
48
- ^src/snowflake/cli/api/utils/rendering.py$|
49
- ^src/snowflake/cli/plugins/spcs/common.py$|
50
- ^src/snowflake/cli/plugins/snowpark/venv.py$|
51
- ^src/snowflake/cli/app/cli_app.py$
52
- - id: check-app-imports-in-api
53
- language: pygrep
54
- name: "No top level cli.app imports in cli.api"
55
- entry: "^from snowflake\\.cli\\.app"
56
- pass_filenames: true
57
- files: ^src/snowflake/cli/api/.*\.py$
58
- - id: avoid-snowcli
59
- language: pygrep
60
- name: "Prefer snowflake CLI over snowcli"
61
- entry: "snowcli"
62
- pass_filenames: true
63
- files: ^src/.*\.py$
64
- exclude: ^src/snowflake/cli/app/constants.py$
65
- - id: dependencies-sync
66
- name: "Copy dependencies from pyproject.toml to requirements.txt"
67
- language: system
68
- entry: python snyk/dependency-sync.py
69
- files: ^pyproject.toml$
70
- - id: use-local-requirements-model
71
- language: pygrep
72
- name: "Use snowflake.cli.plugins.snowpark.models.Requirement for requirements parsing"
73
- files: ^src/snowflake/.*\.py$
74
- entry: >
75
- ^from requirements.* import|
76
- ^import requirements.*
77
- pass_filenames: true
78
- exclude: ^src/snowflake/cli/plugins/snowpark/models.py$
79
- - repo: https://github.com/Lucas-C/pre-commit-hooks
80
- rev: v1.5.5
81
- hooks:
82
- - id: insert-license
83
- name: Add license for all SQL files
84
- files: \.sql$
85
- exclude: |
86
- (?x)
87
- ^\.github/|
88
- tests/test_data/projects/.*|
89
- tests_integration/test_data/projects/.*
90
- args:
91
- - --comment-style
92
- - "/*||*/"
93
- - --license-filepath
94
- - scripts/LICENSE.txt
95
- - --fuzzy-match-generates-todo
96
- - id: insert-license
97
- name: Add license for all toml files
98
- files: \.toml$
99
- args:
100
- - --comment-style
101
- - "|#|"
102
- - --license-filepath
103
- - scripts/LICENSE.txt
104
- - --fuzzy-match-generates-todo
105
- - id: insert-license
106
- name: Add license for all Python files
107
- exclude: |
108
- (?x)
109
- ^\.github/|
110
- tests/test_data/projects/.*|
111
- tests_integration/test_data/projects/.*|
112
- src/snowflake/cli/templates/.*
113
- files: \.py$|\.pyi$
114
- args:
115
- - --comment-style
116
- - "|#|"
117
- - --license-filepath
118
- - scripts/LICENSE.txt
119
- - --fuzzy-match-generates-todo
120
- - id: insert-license
121
- name: Add license for all Markdown files
122
- exclude: |
123
- (?x)
124
- ^\.github/|
125
- tests/test_data/projects/.*|
126
- tests_integration/test_data/projects/.*
127
- files: \.md$
128
- args:
129
- - --comment-style
130
- - "<!--|| -->"
131
- - --license-filepath
132
- - scripts/LICENSE.txt
133
- - --fuzzy-match-generates-todo
@@ -1,242 +0,0 @@
1
- <!--
2
- Copyright (c) 2024 Snowflake Inc.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
-
17
- # Contributing to Snowflake CLI
18
-
19
- There are two ways to contribute code to the repository: directly or by use of forks. For best practices for the second approach, refer to the section on forks below. Right now, there is limited access to contributing to the repository directly, and hence using forks is the recommended approach.
20
-
21
- ## Setup a development environment
22
- If you are interested in contributing, you will need to instantiate dev virtual environments and the pre-commit logic to help with formatting and linting of commits.
23
-
24
- We use [hatch](https://hatch.pypa.io/latest/) to manage and created development environments.
25
- Default environment will use the python version in your shell.
26
- ```bash
27
- pip install -U hatch
28
- hatch run pre-commit
29
- ```
30
- This will spawn new shell with environment and all required packages installed.
31
- This will also install snowflake cli package in editable mode.
32
-
33
- To enter environment use following command.
34
- ```bash
35
- hatch shell
36
- ```
37
- This will spawn new shell with virtual environment enables. To leave just press ^D.
38
-
39
-
40
- Currently, the required Python version for development is Python 3.8+. For local development we recommend to use
41
- a wrapper for virtual environments like [pyenv](https://github.com/pyenv/pyenv).
42
-
43
- If you wish to setup environment with specific version ie. 3.8 you can use following command:
44
-
45
- ```bash
46
- hatch env create local.py3.8```
47
-
48
- You can see all locally supported environments with
49
-
50
- ```bash
51
- hatch env show
52
- ```
53
-
54
- Please keep in mind that you need these python versions available in your `$PATH`. You can install them using `hatch` or other tool like [pyenv](https://github.com/pyenv/pyenv)
55
-
56
- ## Unit tests
57
-
58
- Unit tests are executed in random order. If tests fail after your change, you can re-execute them in the same order using `pytest --randomly-seed=<number>`, where number is a seed printed at the beginning of the test execution output.
59
- Random order of test execution is provided by pytest-randomly, so more details are available in [pytest-randomly docs](https://pypi.org/project/pytest-randomly/).
60
-
61
- ```bash
62
- hatch run test
63
- ```
64
- or by running `pytest` inside activated environment.
65
-
66
-
67
- ## Integration tests
68
-
69
- Every integration test should have `integration` mark. By default, integration tests are not execute when running `pytest`.
70
-
71
- To execute only integration tests run `hatch run integration:test` or `pytest -m integration` inside environment.
72
-
73
- ### User setup
74
-
75
- Integration tests require environment variables to be set up. Parameters must use the following format:
76
-
77
- ``SNOWFLAKE_CONNECTIONS_INTEGRATION_<key>=<value>``
78
-
79
- where ``<key>`` is the name of the key. The following environment variables are required:
80
-
81
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_HOST`
82
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_ACCOUNT`
83
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_USER`
84
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_PASSWORD` or `SNOWFLAKE_CONNECTIONS_INTEGRATION_PRIVATE_KEY_PATH` (if using private key authentication `SNOWFLAKE_CONNECTIONS_INTEGRATION_PASSWORD=SNOWFLAKE_JWT` should be set)
85
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_ROLE`
86
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_DATABASE`
87
- - `SNOWFLAKE_CONNECTIONS_INTEGRATION_WAREHOUSE`
88
-
89
- ### Integration account setup script
90
-
91
- To set up an account for integration tests, run the following script with `ACCOUNTADMIN` role:
92
-
93
- ```bash
94
- snow sql \
95
- -f tests_integration/scripts/integration_account_setup.sql \
96
- -D "user=${SNOWFLAKE_CONNECTIONS_INTEGRATION_USER}" \
97
- -D "role=${SNOWFLAKE_CONNECTIONS_INTEGRATION_ROLE}" \
98
- -D "warehouse=${SNOWFLAKE_CONNECTIONS_INTEGRATION_WAREHOUSE}" \
99
- -D "main_database=${SNOWFLAKE_CONNECTIONS_INTEGRATION_DATABASE}"\
100
- -c <your_connection_name>
101
- ```
102
-
103
- Note: Before running the script, set up your environment variables.
104
-
105
- ### Build and push Docker images
106
-
107
- To build and push all required Docker images, run the following script:
108
-
109
- ```bash
110
- ./tests_integration/spcs/docker/build_and_push_all.sh
111
- ```
112
-
113
- ## Remote debugging with PyCharm or IntelliJ
114
-
115
- Snowflake CLI can connect to a remote debug server started in PyCharm or Intellij.
116
- It allows you to debug any installation of our tool in one of mentioned IDEs.
117
-
118
- There are only three requirements:
119
- * the same source code loaded in your IDE as running in the debugged CLI installation
120
- * open network connection to your IDE
121
- * `pydevd-pycharm.egg` file accessible on the machine where the CLI is installed (the file has to match the version of your IDE)
122
-
123
- How to use it?
124
- 1. Create a "remote debug config" run configuration in your IDE.
125
- * Steps 1-2 from [this tutorial from JetBrains](https://www.jetbrains.com/help/pycharm/remote-debugging-with-product.html#create-remote-debug-config).
126
- * `localhost` and `12345` port are defaults both in the IDE and in the CLI.
127
- 1. Run your new configuration in debug mode.
128
- 1. Find `pydevd-pycharm.egg` in the directory where your IDE is installed.
129
- * Some tips how to find it should be present in the following places:
130
- * The instruction from JetBrains linked above.
131
- * The "remote debug config" creation window.
132
- 1. If the CLI and the IDE are on the same machine, you have to just copy the path to the file.
133
- 1. If the CLI is on another machine, then you have to copy the file there and also copy the target file path.
134
- 1. Run the CLI using `snow --pycharm-debug-library-path <path-to-pydevd-pycharm.egg> <other-options-and-command>`.
135
- * Example: `snow --pycharm-debug-library-path "/Users/xyz/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/231.9011.34/IntelliJ IDEA.app.plugins/python/debugger-eggs-output/pydevd-pycharm.egg" snowpark function list`
136
- * The CLI will try to connect to your debug server (by default to `localhost:12345`).
137
- * If a connection cannot be established, you will see some exception about it.
138
- * If you want to use other host or port you can use `--pycharm-debug-server-host` and `--pycharm-debug-server-port` options.
139
- * The code execution will be paused before execution of your command.
140
- You will see the exact line in the IDE's debug view.
141
- You can resume code execution, add breakpoints, evaluate variables, do all the things you usually do when debugging locally.
142
-
143
- ## Using Forks
144
- Create your own fork from the `snowflake-cli` repo. As a heads up, all `snowflake-cli` forks are publicly accessible on Github.
145
-
146
- Syncing forks with the upstream `snowflake-cli` repo can be a hassle when trying to resolve merge conflicts. To avoid issues with this approach, we recommend always rebasing to the upstream `snowflake-cli` branch.
147
-
148
- In the cloned copy of your fork, perform the following steps.
149
-
150
- ```bash
151
- git remote add sfcli https://github.com/snowflakedb/snowflake-cli.git
152
- git fetch sfcli
153
- git checkout <your-branch>
154
- git rebase sfcli/main
155
- ```
156
-
157
- ## Presenting intermediate output to users
158
-
159
- Snowflake CLI enables users to interact with the Snowflake ecosystem using command line. Some commands provide immediate results, while others require some amount of operations to be executed before the result can be presented to the user.
160
-
161
- Presenting intermediate output to the user during execution of complex commands can improve users' experience.
162
-
163
- Since snowflake-cli is preparing to support additional commands via plugins, it is the right time to introduce a unified mechanism for displaying intermediate output. This will help keep consistent output among cli and plugins. There is no way to restrain usage of any kind of output in plugins developed in external repositories, but providing api may discourage others from introducing custom output.
164
-
165
- The proposal is to introduce cli_console object that will provide following helper methods to interact with the output:
166
- step - a method for printing regular output
167
- warning - a method for printing messages that should be
168
- phase - a context manager that will group all output within its scope as distinct unit
169
-
170
- Implemented CliConsole class must respect parameter `–silent` and disable any output when requested.
171
-
172
- Context manager must allow only one grouping level at a time. All subsequent invocations will result in raising `CliConsoleNestingProhibitedError` derived from `RuntimeError`.
173
-
174
- Logging support
175
- All messages handled by CliConsole may be logged regardless of is_silent property.
176
-
177
- ### Example usage
178
-
179
- #### Simple output
180
-
181
- ```python
182
- from snowflake.cli.api.console import cli_console as cc
183
-
184
- def my_command():
185
- cc.step("Some work...")
186
- ...
187
- cc.step("Next work...")
188
- ```
189
-
190
- #### Output
191
-
192
- ```bash
193
- > snow my_command
194
-
195
- Some work...
196
- Next work...
197
- ```
198
-
199
- #### Grouped output
200
-
201
- ```python
202
- from snowflake.cli.api.console import cli_console as cc
203
-
204
- def my_command():
205
- cc.step("Building and publishing the application")
206
- prepare_data_for_processing()
207
-
208
- with cc.phase(
209
- enter_message="Building app bundle...",
210
- exit_message="Application bundle created.",
211
- ):
212
- try:
213
- cc.step("Building package artifact")
214
- make_archive_bundle()
215
- except BundleSizeWarning:
216
- cc.warning("Bundle size is large. It may take some time to upload.")
217
-
218
- cc.step("Uploading bundle")
219
- upload_bundle()
220
-
221
- cc.step("Publishing application")
222
- publish_application()
223
- ```
224
-
225
- #### Output
226
-
227
- ```bash
228
- > snow my_command
229
-
230
- Building and publishing the application
231
- Building app bundle...
232
- Building package artifact
233
- __Bundle size is large. It may take some time to upload.__
234
- Uploading bundle
235
- Application bundle created.
236
- Publishing application
237
- ```
238
-
239
- ## Known issues
240
-
241
- ### `permission denied` during integration tests on Windows
242
- This error occurs when using NamedTemporaryFile and try to open it second time https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile