snowflake-cli-labs 3.0.0rc5__tar.gz → 3.0.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.
- snowflake_cli_labs-3.0.2/LICENSE +1 -0
- {snowflake_cli_labs-3.0.0rc5 → snowflake_cli_labs-3.0.2}/PKG-INFO +6 -96
- {snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/root_files → snowflake_cli_labs-3.0.2}/README.md +5 -1
- {snowflake_cli_labs-3.0.0rc5 → snowflake_cli_labs-3.0.2}/RELEASE-NOTES.md +34 -0
- snowflake_cli_labs-3.0.2/pyproject.toml +39 -0
- snowflake_cli_labs-3.0.0rc5/.pre-commit-config.yaml +0 -132
- snowflake_cli_labs-3.0.0rc5/CONTRIBUTING.md +0 -245
- snowflake_cli_labs-3.0.0rc5/LICENSE +0 -201
- snowflake_cli_labs-3.0.0rc5/README.md +0 -79
- snowflake_cli_labs-3.0.0rc5/SECURITY.md +0 -22
- snowflake_cli_labs-3.0.0rc5/conftest.py +0 -38
- snowflake_cli_labs-3.0.0rc5/docs/images/coverage_1.png +0 -0
- snowflake_cli_labs-3.0.0rc5/docs/images/coverage_2.png +0 -0
- snowflake_cli_labs-3.0.0rc5/docs/images/coverage_3.png +0 -0
- snowflake_cli_labs-3.0.0rc5/docs/images/coverage_4.png +0 -0
- snowflake_cli_labs-3.0.0rc5/docs/images/coverage_5.png +0 -0
- snowflake_cli_labs-3.0.0rc5/performance_history_analysis.py +0 -118
- snowflake_cli_labs-3.0.0rc5/pyproject.toml +0 -186
- snowflake_cli_labs-3.0.0rc5/scripts/LICENSE.txt +0 -13
- snowflake_cli_labs-3.0.0rc5/scripts/cleanup.py +0 -84
- snowflake_cli_labs-3.0.0rc5/scripts/main.py +0 -66
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/Dockerfile +0 -44
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/build_binaries.sh +0 -27
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/build_darwin_package.sh +0 -217
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/build_packages.sh +0 -62
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/centos/after_install.sh +0 -9
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/centos/after_remove.sh +0 -11
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/docker-compose.yaml +0 -21
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/Distribution.xml +0 -20
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/Resources/snowflake-cli_get_started.html +0 -28
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/Resources/snowflake-cli_welcome.html +0 -24
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/Resources/snowflake_darwin.icns +0 -0
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/Resources/snowflake_darwin_background.png +0 -0
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/SnowflakeCLI.bash +0 -11
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/SnowflakeCLI.plist +0 -18
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/SnowflakeCLI_entitlements.plist +0 -14
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/postinstall +0 -36
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/macos/snowflake_darwin.icns +0 -0
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/ubuntu/after_install.sh +0 -9
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/ubuntu/after_remove.sh +0 -11
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/build_installer.bat +0 -37
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/build_snowflake_cli.bat +0 -31
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/build_version.py +0 -25
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/snowflake_cli.wxs +0 -118
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/snowflake_cli_en-us.wxl +0 -12
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/snowflake_cli_exitdlg.wxs +0 -33
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/snowflake_msi.ico +0 -0
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/snowflake_msi_background.png +0 -0
- snowflake_cli_labs-3.0.0rc5/scripts/packaging/win/snowflake_msi_banner.png +0 -0
- snowflake_cli_labs-3.0.0rc5/scripts/run_tests_qa.sh +0 -10
- snowflake_cli_labs-3.0.0rc5/snyk/dependency-sync.py +0 -32
- snowflake_cli_labs-3.0.0rc5/snyk/requirements.txt +0 -22
- snowflake_cli_labs-3.0.0rc5/src/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/__about__.py +0 -17
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/__init__.py +0 -22
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/__main__.py +0 -31
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/api_impl/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/api_impl/plugin/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/api_impl/plugin/plugin_config_provider_impl.py +0 -66
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/cli_app.py +0 -252
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/__init__.py +0 -33
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/builtin_plugins.py +0 -50
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/command_plugins_loader.py +0 -169
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/commands_registration_with_callbacks.py +0 -105
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/exception_logging.py +0 -26
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/threadsafe.py +0 -48
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/commands_registration/typer_registration.py +0 -153
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/constants.py +0 -19
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/commands_structure.py +0 -48
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/commands_docs_generator.py +0 -118
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/generator.py +0 -35
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/project_definition_docs_generator.py +0 -58
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/project_definition_generate_json_schema.py +0 -227
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/template_utils.py +0 -23
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/templates/definition_description.rst.jinja2 +0 -38
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/templates/overview.rst.jinja2 +0 -9
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/docs/templates/usage.rst.jinja2 +0 -67
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/dev/pycharm_remote_debug.py +0 -46
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/loggers.py +0 -199
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/main_typer.py +0 -62
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/printing.py +0 -181
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/secret.py +0 -9
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/snow_connector.py +0 -309
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/telemetry.py +0 -220
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_app/version_check.py +0 -74
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/connection/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/connection/commands.py +0 -353
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/connection/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/connection/util.py +0 -195
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/cortex/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/cortex/commands.py +0 -332
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/cortex/constants.py +0 -17
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/cortex/manager.py +0 -189
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/cortex/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/cortex/types.py +0 -22
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/git/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/git/commands.py +0 -358
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/git/manager.py +0 -151
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/git/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/helpers/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/helpers/commands.py +0 -90
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/helpers/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/init/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/init/commands.py +0 -248
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/init/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/artifacts.py +0 -757
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/bundle_context.py +0 -31
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/artifact_processor.py +0 -91
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/compiler.py +0 -149
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/sandbox.py +0 -306
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/setup/native_app_setup_processor.py +0 -249
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/setup/setup_driver.py.source +0 -59
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/snowpark/callback_source.py.jinja +0 -181
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/snowpark/extension_function_utils.py +0 -217
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/snowpark/models.py +0 -61
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/snowpark/python_processor.py +0 -523
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/codegen/templates/templates_processor.py +0 -114
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/commands.py +0 -559
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/common_flags.py +0 -44
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/constants.py +0 -27
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/entities/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/entities/application.py +0 -878
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/entities/application_package.py +0 -1392
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/exceptions.py +0 -113
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/feature_flags.py +0 -24
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/manager.py +0 -415
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/policy.py +0 -53
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/project_model.py +0 -211
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/run_processor.py +0 -184
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/same_account_install_method.py +0 -70
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/teardown_processor.py +0 -70
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/utils.py +0 -98
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/v2_conversions/v2_to_v1_decorator.py +0 -262
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/version/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/version/commands.py +0 -141
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/nativeapp/version/version_processor.py +0 -98
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/notebook/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/notebook/commands.py +0 -86
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/notebook/exceptions.py +0 -20
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/notebook/manager.py +0 -71
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/notebook/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/notebook/types.py +0 -15
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/object/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/object/command_aliases.py +0 -95
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/object/commands.py +0 -180
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/object/common.py +0 -85
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/object/manager.py +0 -118
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/object/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/commands.py +0 -450
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/common.py +0 -268
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/models.py +0 -150
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/package/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/package/anaconda_packages.py +0 -199
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/package/commands.py +0 -195
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/package/manager.py +0 -44
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/package/utils.py +0 -26
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/package_utils.py +0 -354
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/snowpark_entity.py +0 -29
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/snowpark_entity_model.py +0 -173
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/snowpark_project_paths.py +0 -109
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/snowpark_shared.py +0 -59
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/snowpark/zipper.py +0 -89
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/__init__.py +0 -33
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/common.py +0 -99
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/compute_pool/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/compute_pool/commands.py +0 -241
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/compute_pool/manager.py +0 -121
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/image_registry/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/image_registry/commands.py +0 -65
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/image_registry/manager.py +0 -105
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/image_repository/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/image_repository/commands.py +0 -202
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/image_repository/manager.py +0 -84
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/services/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/services/commands.py +0 -345
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/spcs/services/manager.py +0 -208
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/sql/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/sql/commands.py +0 -86
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/sql/manager.py +0 -92
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/sql/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/sql/snowsql_templating.py +0 -28
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/commands.py +0 -264
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/diff.py +0 -280
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/manager.py +0 -582
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/md5.py +0 -160
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/stage/utils.py +0 -54
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/streamlit/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/streamlit/commands.py +0 -195
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/streamlit/manager.py +0 -220
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/streamlit/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/streamlit/streamlit_entity.py +0 -12
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/streamlit/streamlit_entity_model.py +0 -66
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/workspace/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/workspace/action_context.py +0 -18
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/workspace/commands.py +0 -306
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/workspace/manager.py +0 -74
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/_plugins/workspace/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/__init__.py +0 -48
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/cli_global_context.py +0 -247
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/alias.py +0 -23
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/common.py +0 -25
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/decorators.py +0 -369
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/execution_metadata.py +0 -40
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/experimental_behaviour.py +0 -18
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/flags.py +0 -561
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/overrideable_parameter.py +0 -143
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/snow_typer.py +0 -247
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/commands/utils.py +0 -18
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/config.py +0 -380
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/connections.py +0 -216
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/console/__init__.py +0 -17
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/console/abc.py +0 -94
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/console/console.py +0 -134
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/console/enum.py +0 -17
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/constants.py +0 -90
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/entities/common.py +0 -56
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/entities/utils.py +0 -370
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/errno.py +0 -28
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/exceptions.py +0 -190
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/feature_flags.py +0 -54
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/identifiers.py +0 -190
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/metrics.py +0 -92
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/output/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/output/formats.py +0 -20
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/output/types.py +0 -118
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/plugins/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/plugins/command/__init__.py +0 -72
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/plugins/command/plugin_hook_specs.py +0 -21
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/plugins/plugin_config.py +0 -32
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/definition.py +0 -126
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/definition_conversion.py +0 -400
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/definition_manager.py +0 -145
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/errors.py +0 -56
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/project_verification.py +0 -23
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/entities/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/entities/common.py +0 -153
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/entities/entities.py +0 -61
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/project_definition.py +0 -330
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/template.py +0 -77
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/updatable_model.py +0 -202
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/identifier_model.py +0 -51
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/native_app/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/native_app/application.py +0 -61
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/native_app/native_app.py +0 -93
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/native_app/package.py +0 -84
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/native_app/path_mapping.py +0 -65
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/snowpark/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/snowpark/argument.py +0 -28
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/snowpark/callable.py +0 -69
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/snowpark/snowpark.py +0 -36
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/streamlit/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/schemas/v1/streamlit/streamlit.py +0 -47
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/project/util.py +0 -278
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/rendering/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/rendering/jinja.py +0 -118
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/rendering/project_definition_templates.py +0 -43
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/rendering/project_templates.py +0 -98
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/rendering/sql_templates.py +0 -105
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/rest_api.py +0 -178
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/sanitizers.py +0 -43
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/secure_path.py +0 -360
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/secure_utils.py +0 -118
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/sql_execution.py +0 -280
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/cursor.py +0 -34
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/definition_rendering.py +0 -415
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/dict_utils.py +0 -73
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/error_handling.py +0 -23
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/graph.py +0 -97
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/models.py +0 -63
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/naming_utils.py +0 -13
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/path_utils.py +0 -36
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/templating_functions.py +0 -144
- snowflake_cli_labs-3.0.0rc5/src/snowflake/cli/api/utils/types.py +0 -35
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/broken_plugin/pyproject.toml +0 -28
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/broken_plugin/src/snowflakecli/test_plugins/broken_plugin/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/broken_plugin/src/snowflakecli/test_plugins/broken_plugin/commands.py +0 -27
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/broken_plugin/src/snowflakecli/test_plugins/broken_plugin/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/failing_plugin/pyproject.toml +0 -28
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/failing_plugin/src/snowflakecli/test_plugins/failing_plugin/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/failing_plugin/src/snowflakecli/test_plugins/failing_plugin/commands.py +0 -19
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/failing_plugin/src/snowflakecli/test_plugins/failing_plugin/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/multilingual_hello_command_group/pyproject.toml +0 -28
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/commands.py +0 -69
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/hello_language.py +0 -22
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/manager.py +0 -31
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/multilingual_hello_command_group/src/snowflakecli/test_plugins/multilingual_hello/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/override_build_in_command/pyproject.toml +0 -28
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/override_build_in_command/src/snowflakecli/test_plugins/override_build_in_command/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/override_build_in_command/src/snowflakecli/test_plugins/override_build_in_command/commands.py +0 -29
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/override_build_in_command/src/snowflakecli/test_plugins/override_build_in_command/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/snowpark_hello_single_command/pyproject.toml +0 -28
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/commands.py +0 -37
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/manager.py +0 -30
- snowflake_cli_labs-3.0.0rc5/test_external_plugins/snowpark_hello_single_command/src/snowflakecli/test_plugins/snowpark_hello/plugin_spec.py +0 -30
- snowflake_cli_labs-3.0.0rc5/tests/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/__snapshots__/test_config.ambr +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/__snapshots__/test_connection.ambr +0 -106
- snowflake_cli_labs-3.0.0rc5/tests/__snapshots__/test_docs_generation_output.ambr +0 -120
- snowflake_cli_labs-3.0.0rc5/tests/__snapshots__/test_help_messages.ambr +0 -9763
- snowflake_cli_labs-3.0.0rc5/tests/__snapshots__/test_init.ambr +0 -32
- snowflake_cli_labs-3.0.0rc5/tests/__snapshots__/test_sql.ambr +0 -102
- snowflake_cli_labs-3.0.0rc5/tests/api/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/api/__snapshots__/test_connections.ambr +0 -10
- snowflake_cli_labs-3.0.0rc5/tests/api/__snapshots__/test_sanitizers.ambr +0 -24
- snowflake_cli_labs-3.0.0rc5/tests/api/commands/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/api/commands/__snapshots__/test_flags.ambr +0 -34
- snowflake_cli_labs-3.0.0rc5/tests/api/commands/__snapshots__/test_snow_typer.ambr +0 -159
- snowflake_cli_labs-3.0.0rc5/tests/api/commands/test_flags.py +0 -231
- snowflake_cli_labs-3.0.0rc5/tests/api/commands/test_snow_typer.py +0 -253
- snowflake_cli_labs-3.0.0rc5/tests/api/console/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/api/console/test_cli_console_output.py +0 -154
- snowflake_cli_labs-3.0.0rc5/tests/api/console/test_console_abc.py +0 -53
- snowflake_cli_labs-3.0.0rc5/tests/api/console/test_intermediate_output.py +0 -45
- snowflake_cli_labs-3.0.0rc5/tests/api/project/schemas/test_updatable_model.py +0 -251
- snowflake_cli_labs-3.0.0rc5/tests/api/test_connections.py +0 -100
- snowflake_cli_labs-3.0.0rc5/tests/api/test_feature_flags.py +0 -79
- snowflake_cli_labs-3.0.0rc5/tests/api/test_fqn.py +0 -194
- snowflake_cli_labs-3.0.0rc5/tests/api/test_global_cli_context.py +0 -86
- snowflake_cli_labs-3.0.0rc5/tests/api/test_metrics.py +0 -101
- snowflake_cli_labs-3.0.0rc5/tests/api/test_rendering.py +0 -148
- snowflake_cli_labs-3.0.0rc5/tests/api/test_rest_api.py +0 -131
- snowflake_cli_labs-3.0.0rc5/tests/api/test_sanitizers.py +0 -68
- snowflake_cli_labs-3.0.0rc5/tests/api/test_secure_path.py +0 -560
- snowflake_cli_labs-3.0.0rc5/tests/api/utils/test_definition_rendering.py +0 -1046
- snowflake_cli_labs-3.0.0rc5/tests/api/utils/test_dict_utils.py +0 -172
- snowflake_cli_labs-3.0.0rc5/tests/api/utils/test_graph.py +0 -124
- snowflake_cli_labs-3.0.0rc5/tests/api/utils/test_naming_utils.py +0 -35
- snowflake_cli_labs-3.0.0rc5/tests/api/utils/test_override_tag.py +0 -74
- snowflake_cli_labs-3.0.0rc5/tests/api/utils/test_templating_functions.py +0 -363
- snowflake_cli_labs-3.0.0rc5/tests/app/test_telemetry.py +0 -149
- snowflake_cli_labs-3.0.0rc5/tests/app/test_version_check.py +0 -135
- snowflake_cli_labs-3.0.0rc5/tests/conftest.py +0 -163
- snowflake_cli_labs-3.0.0rc5/tests/cortex/__snapshots__/test_cortex_commands.ambr +0 -10
- snowflake_cli_labs-3.0.0rc5/tests/cortex/test_cortex_commands.py +0 -303
- snowflake_cli_labs-3.0.0rc5/tests/empty_config.toml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/git/__snapshots__/test_git_commands.ambr +0 -167
- snowflake_cli_labs-3.0.0rc5/tests/git/test_git_commands.py +0 -831
- snowflake_cli_labs-3.0.0rc5/tests/helpers/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/helpers/__snapshots__/test_v1_to_v2.ambr +0 -376
- snowflake_cli_labs-3.0.0rc5/tests/helpers/test_v1_to_v2.py +0 -201
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/__snapshots__/test_artifacts.ambr +0 -450
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/__snapshots__/test_commands.ambr +0 -360
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/__snapshots__/test_init.ambr +0 -86
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/__snapshots__/test_teardown_processor.ambr +0 -62
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/snowpark/__snapshots__/test_extension_function_utils.ambr +0 -145
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/snowpark/__snapshots__/test_python_processor.ambr +0 -634
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/snowpark/test_extension_function_utils.py +0 -381
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/snowpark/test_python_processor.py +0 -490
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/templating/test_templates_processor.py +0 -215
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/test_artifact_processor.py +0 -58
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/test_compiler.py +0 -97
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/codegen/test_sandbox.py +0 -838
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/fixtures.py +0 -23
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/patch_utils.py +0 -41
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_annotation_processor_config.py +0 -48
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_artifacts.py +0 -1394
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_feature_flags.py +0 -31
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_manager.py +0 -1754
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_package_scripts.py +0 -315
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_post_deploy_for_app.py +0 -280
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_post_deploy_for_package.py +0 -277
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_project_model.py +0 -283
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_run_processor.py +0 -1981
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_teardown_processor.py +0 -1138
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_utils.py +0 -93
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_v2_to_v1.py +0 -433
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_version_create.py +0 -622
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/test_version_drop.py +0 -296
- snowflake_cli_labs-3.0.0rc5/tests/nativeapp/utils.py +0 -209
- snowflake_cli_labs-3.0.0rc5/tests/notebook/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/notebook/test_notebook_commands.py +0 -67
- snowflake_cli_labs-3.0.0rc5/tests/notebook/test_notebook_manager.py +0 -81
- snowflake_cli_labs-3.0.0rc5/tests/object/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/object/__snapshots__/test_object.ambr +0 -418
- snowflake_cli_labs-3.0.0rc5/tests/object/test_common.py +0 -65
- snowflake_cli_labs-3.0.0rc5/tests/object/test_object.py +0 -267
- snowflake_cli_labs-3.0.0rc5/tests/output/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/output/test_format_silent_enforcement.py +0 -79
- snowflake_cli_labs-3.0.0rc5/tests/output/test_printing.py +0 -381
- snowflake_cli_labs-3.0.0rc5/tests/output/test_silent_output.py +0 -51
- snowflake_cli_labs-3.0.0rc5/tests/project/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/project/__snapshots__/test_config.ambr +0 -789
- snowflake_cli_labs-3.0.0rc5/tests/project/fixtures.py +0 -70
- snowflake_cli_labs-3.0.0rc5/tests/project/test_config.py +0 -126
- snowflake_cli_labs-3.0.0rc5/tests/project/test_definition_manager.py +0 -161
- snowflake_cli_labs-3.0.0rc5/tests/project/test_project_definition_v2.py +0 -708
- snowflake_cli_labs-3.0.0rc5/tests/project/test_project_schemas.py +0 -97
- snowflake_cli_labs-3.0.0rc5/tests/project/test_util.py +0 -337
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/__snapshots__/test_function.ambr +0 -62
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/__snapshots__/test_package.ambr +0 -22
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/__snapshots__/test_procedure.ambr +0 -56
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/__snapshots__/test_procedure_coverage.ambr +0 -10
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/mocks.py +0 -38
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_anaconda.py +0 -138
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_build.py +0 -30
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_common.py +0 -185
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_function.py +0 -468
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_models.py +0 -88
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_package.py +0 -186
- snowflake_cli_labs-3.0.0rc5/tests/snowpark/test_procedure.py +0 -549
- snowflake_cli_labs-3.0.0rc5/tests/spcs/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/spcs/__snapshots__/test_image_repository.ambr +0 -22
- snowflake_cli_labs-3.0.0rc5/tests/spcs/__snapshots__/test_registry.ambr +0 -30
- snowflake_cli_labs-3.0.0rc5/tests/spcs/test_common.py +0 -79
- snowflake_cli_labs-3.0.0rc5/tests/spcs/test_compute_pool.py +0 -523
- snowflake_cli_labs-3.0.0rc5/tests/spcs/test_image_repository.py +0 -335
- snowflake_cli_labs-3.0.0rc5/tests/spcs/test_registry.py +0 -248
- snowflake_cli_labs-3.0.0rc5/tests/spcs/test_services.py +0 -790
- snowflake_cli_labs-3.0.0rc5/tests/stage/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/stage/__snapshots__/test_diff.ambr +0 -205
- snowflake_cli_labs-3.0.0rc5/tests/stage/__snapshots__/test_stage.ambr +0 -430
- snowflake_cli_labs-3.0.0rc5/tests/stage/test_diff.py +0 -521
- snowflake_cli_labs-3.0.0rc5/tests/stage/test_md5.py +0 -184
- snowflake_cli_labs-3.0.0rc5/tests/stage/test_stage.py +0 -1153
- snowflake_cli_labs-3.0.0rc5/tests/streamlit/__snapshots__/test_commands.ambr +0 -26
- snowflake_cli_labs-3.0.0rc5/tests/streamlit/test_commands.py +0 -953
- snowflake_cli_labs-3.0.0rc5/tests/streamlit/test_config.py +0 -47
- snowflake_cli_labs-3.0.0rc5/tests/streamlit/test_streamlit_manager.py +0 -146
- snowflake_cli_labs-3.0.0rc5/tests/test.toml +0 -52
- snowflake_cli_labs-3.0.0rc5/tests/test_cli.py +0 -39
- snowflake_cli_labs-3.0.0rc5/tests/test_command_registration.py +0 -215
- snowflake_cli_labs-3.0.0rc5/tests/test_common_decorators.py +0 -249
- snowflake_cli_labs-3.0.0rc5/tests/test_common_global_context.py +0 -107
- snowflake_cli_labs-3.0.0rc5/tests/test_config.py +0 -418
- snowflake_cli_labs-3.0.0rc5/tests/test_connection.py +0 -1137
- snowflake_cli_labs-3.0.0rc5/tests/test_data/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/test_data/anaconda_channel_data.json +0 -50
- snowflake_cli_labs-3.0.0rc5/tests/test_data/cortex/conversation.json +0 -14
- snowflake_cli_labs-3.0.0rc5/tests/test_data/cortex/short_english_text.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/INSTALLER +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/LICENSE.txt +0 -21
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/METADATA +0 -17
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/RECORD +0 -15
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/REQUESTED +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/WHEEL +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/Zendesk-1.1.1.dist-info/top_level.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure/core/file.txt +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure/eventhub/file.txt +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/INSTALLER +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/LICENSE +0 -21
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/METADATA +0 -929
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/RECORD +0 -145
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/WHEEL +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_core-1.29.5.dist-info/top_level.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/INSTALLER +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/LICENSE +0 -21
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/METADATA +0 -1235
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/RECORD +0 -204
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/REQUESTED +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/WHEEL +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/azure_eventhub-5.11.5.dist-info/top_level.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2/file.txt +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/INSTALLER +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/LICENSE +0 -23
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/METADATA +0 -75
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/RECORD +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/WHEEL +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/httplib2-0.22.0.dist-info/top_level.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/local_packages/.packages/zendesk/file.txt +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/packages_available_in_snowflake_sql_result_rows.json +0 -418
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/deploy_root_with_incorrect_setup_script/manifest.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/deploy_root_with_incorrect_setup_script/setup_script.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/deploy_root_with_manifest_artifacts/manifest.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/deploy_root_without_manifest_artifacts/manifest.yml +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/empty_project/snowflake.yml +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit/snowflake.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit/streamlit_app.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_multiple_v2/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_multiple_v2/streamlit_app.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_defaults/main.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_defaults/snowflake.yml +0 -8
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_defaults/streamlit_environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_defaults/streamlit_pages/first_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_stage/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_stage/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_stage/snowflake.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_no_stage/streamlit_app.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_v2/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_v2/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_v2/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_v2/streamlit_app.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_with_comment_v2/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_with_comment_v2/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_with_comment_v2/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/example_streamlit_with_comment_v2/streamlit_app.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/snowflake.local.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/app/manifest.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/snowflake.local.yml +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_external_v2/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated/snowflake.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated_v2/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated_v2/app/manifest.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated_v2/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated_v2/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated_v2/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_templated_v2/snowflake.yml +0 -22
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_v2/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_v2/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_v2/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_v2/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_v2/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/integration_v2/snowflake.yml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/app.py +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/scripts/post_app_deploy.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/scripts/post_pkg_deploy.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/snowflake.yml +0 -32
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_all_app_entities/to_process/some_python.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_already_v2/app.py +0 -22
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_already_v2/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_already_v2/pages/my_page.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_already_v2/requirements.txt +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_already_v2/snowflake.yml +0 -39
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_already_v2/streamlit_app.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_local_yml/snowflake.local.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_local_yml/snowflake.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/app.py +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/pages/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/pages/my_page.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/snowflake.yml +0 -38
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/streamlit_app.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_multiple_entities/to_process/some_python.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_package_scripts/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_package_scripts/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_package_scripts/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_package_scripts/package_scripts/001.sql +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_package_scripts/package_scripts/002.sql +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/migration_package_scripts/snowflake.yml +0 -11
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/minimal/snowflake.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_basic/snowflake.yml +0 -28
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_defaults_hierarchy/snowflake.yml +0 -28
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_different_entities/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_different_entities/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_different_entities/snowflake.yml +0 -43
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_different_entities/streamlit_app.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_list_applied_in_order/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_list_applied_in_order/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_list_applied_in_order/snowflake.yml +0 -53
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/mixins_list_applied_in_order/streamlit_app.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_post_deploy/scripts/app_post_deploy1.sql +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_post_deploy/scripts/app_post_deploy2.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_post_deploy/scripts/package_post_deploy1.sql +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_post_deploy/scripts/package_post_deploy2.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_post_deploy/snowflake.yml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_post_deploy_missing_file/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/002-shared.sql +0 -8
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/app/README.md +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/app/streamlit/config.py +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/app/streamlit/main.py +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/setup.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/snowflake.local.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_1/snowflake.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/002-shared.sql +0 -8
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/app/README.md +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/app/streamlit/config.py +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/app/streamlit/main.py +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/setup.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/snowflake.local.yml +0 -10
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_project_with_pkg_warehouse/snowflake.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/napp_with_annotation_processor/snowflake.yml +0 -30
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/no_definition_version/snowflake.yml +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating/dir/dir/file_in_subsubdir.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating/dir/file_in_subdir.txt +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating/file.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating/template.yml +0 -17
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating/variable_values.json +0 -8
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating_jinja_blocks/blocks.txt +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/project_templating_jinja_blocks/template.yml +0 -6
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_external_access/app.py +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_external_access/requirements.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_external_access/snowflake.yml +0 -20
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_fully_qualified_name/app/app.py +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_fully_qualified_name/app.zip +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_fully_qualified_name/requirements.txt +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_fully_qualified_name/snowflake.yml +0 -53
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_secrets_without_external_access/app.py +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_function_secrets_without_external_access/snowflake.yml +0 -17
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_functions/app.py +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_functions/requirements.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_functions/snowflake.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_external_access/app.py +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_external_access/requirements.txt +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_external_access/snowflake.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_fully_qualified_name/app/app.py +0 -7
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_fully_qualified_name/app.zip +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_fully_qualified_name/requirements.txt +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_fully_qualified_name/snowflake.yml +0 -53
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_secrets_without_external_access/app.py +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_secrets_without_external_access/app.zip +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedure_secrets_without_external_access/snowflake.yml +0 -15
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedures/app.py +0 -26
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedures/requirements.txt +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_procedures/snowflake.yml +0 -17
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_templated_v1/requirements.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/snowpark_templated_v1/snowflake.yml +0 -25
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/sql_templating/snowflake.local.yml +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/sql_templating/snowflake.yml +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_empty_pages/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_empty_pages/snowflake.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_empty_pages/streamlit_app.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_full_definition/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_full_definition/extra_file.py +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_full_definition/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_full_definition/snowflake.yml +0 -11
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_full_definition/streamlit_app.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_full_definition/utils/utils.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_templated_v1/common/hello.py +0 -2
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_templated_v1/environment.yml +0 -6
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_templated_v1/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_templated_v1/snowflake.yml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/streamlit_templated_v1/streamlit_app.py +0 -4
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/underspecified/snowflake.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/unknown_fields/snowflake.yml +0 -6
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/workspaces_simple/app/README.md +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/workspaces_simple/app/manifest.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/workspaces_simple/app/setup_script.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests/test_data/projects/workspaces_simple/snowflake.yml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/test_data/streamlit/another_file_with_list.yml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/test_data/streamlit/another_file_with_single_item.yml +0 -6
- snowflake_cli_labs-3.0.0rc5/tests/test_data/streamlit/with_list_in_source_file.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests/test_data/streamlit/with_single_item.yml +0 -6
- snowflake_cli_labs-3.0.0rc5/tests/test_data/test_data.py +0 -178
- snowflake_cli_labs-3.0.0rc5/tests/test_data/test_streamlit_requirements.txt +0 -3
- snowflake_cli_labs-3.0.0rc5/tests/test_docs_generation_output.py +0 -177
- snowflake_cli_labs-3.0.0rc5/tests/test_experimental_behaviour.py +0 -92
- snowflake_cli_labs-3.0.0rc5/tests/test_help_messages.py +0 -153
- snowflake_cli_labs-3.0.0rc5/tests/test_init.py +0 -519
- snowflake_cli_labs-3.0.0rc5/tests/test_loaded_modules.py +0 -27
- snowflake_cli_labs-3.0.0rc5/tests/test_logs.py +0 -221
- snowflake_cli_labs-3.0.0rc5/tests/test_main.py +0 -180
- snowflake_cli_labs-3.0.0rc5/tests/test_performance.py +0 -34
- snowflake_cli_labs-3.0.0rc5/tests/test_project_definition_generate_json_schema.py +0 -98
- snowflake_cli_labs-3.0.0rc5/tests/test_snow_connector.py +0 -224
- snowflake_cli_labs-3.0.0rc5/tests/test_sql.py +0 -429
- snowflake_cli_labs-3.0.0rc5/tests/test_utils.py +0 -309
- snowflake_cli_labs-3.0.0rc5/tests/test_zipper.py +0 -83
- snowflake_cli_labs-3.0.0rc5/tests/testing_utils/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests/testing_utils/conversion.py +0 -24
- snowflake_cli_labs-3.0.0rc5/tests/testing_utils/files_and_dirs.py +0 -105
- snowflake_cli_labs-3.0.0rc5/tests/testing_utils/fixtures.py +0 -472
- snowflake_cli_labs-3.0.0rc5/tests/testing_utils/mock_config.py +0 -29
- snowflake_cli_labs-3.0.0rc5/tests/testing_utils/result_assertions.py +0 -31
- snowflake_cli_labs-3.0.0rc5/tests/workspace/__snapshots__/test_manager.ambr +0 -324
- snowflake_cli_labs-3.0.0rc5/tests/workspace/test_application_package_entity.py +0 -192
- snowflake_cli_labs-3.0.0rc5/tests/workspace/test_manager.py +0 -111
- snowflake_cli_labs-3.0.0rc5/tests/workspace/utils.py +0 -52
- snowflake_cli_labs-3.0.0rc5/tests_common/__init__.py +0 -18
- snowflake_cli_labs-3.0.0rc5/tests_common/deflake.py +0 -348
- snowflake_cli_labs-3.0.0rc5/tests_common/path_utils.py +0 -31
- snowflake_cli_labs-3.0.0rc5/tests_e2e/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_e2e/__snapshots__/test_error_handling.ambr +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_e2e/__snapshots__/test_installation.ambr +0 -63
- snowflake_cli_labs-3.0.0rc5/tests_e2e/__snapshots__/test_nativeapp.ambr +0 -102
- snowflake_cli_labs-3.0.0rc5/tests_e2e/config/config.toml +0 -27
- snowflake_cli_labs-3.0.0rc5/tests_e2e/config/malformatted_config.toml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_e2e/conftest.py +0 -178
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/python/cli_gen/accepted.py +0 -80
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/python/cli_gen/errors/e1.py +0 -28
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/python/cli_gen/ignored/i1.py +0 -43
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/python/cli_gen/udaf/custom_udaf.py +0 -44
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/python/cli_gen/udtf/custom_udtf.py +0 -39
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/python/user_gen/echo.py +0 -21
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/resources/unused.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/root_files/_manifest.yml +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/root_files/setup_scripts/setup.sql +0 -26
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/root_files/setup_scripts/user_gen_procs.sql +0 -28
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/root_files/setup_scripts/user_gen_udf.sql +0 -28
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_data/nativeapp/snowflake.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_error_handling.py +0 -137
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_installation.py +0 -90
- snowflake_cli_labs-3.0.0rc5/tests_e2e/test_nativeapp.py +0 -262
- snowflake_cli_labs-3.0.0rc5/tests_integration/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/__snapshots__/test_function.ambr +0 -50
- snowflake_cli_labs-3.0.0rc5/tests_integration/__snapshots__/test_git.ambr +0 -39
- snowflake_cli_labs-3.0.0rc5/tests_integration/__snapshots__/test_package.ambr +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/__snapshots__/test_sql.ambr +0 -62
- snowflake_cli_labs-3.0.0rc5/tests_integration/__snapshots__/test_stage.ambr +0 -121
- snowflake_cli_labs-3.0.0rc5/tests_integration/__snapshots__/test_temporary_connection.ambr +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/config_with_enabled_all_external_plugins.toml +0 -26
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/config_with_enabled_only_one_external_plugin.toml +0 -24
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/connection_configs.toml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/plugin_tests/broken_plugin_config.toml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/plugin_tests/disabled_override_plugin_config.toml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/plugin_tests/failing_plugin_config.toml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/plugin_tests/override_plugin_config.toml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/config/world_readable.toml +0 -20
- snowflake_cli_labs-3.0.0rc5/tests_integration/conftest.py +0 -259
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/__snapshots__/test_deploy.ambr +0 -330
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/__snapshots__/test_version.ambr +0 -79
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/conftest.py +0 -89
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_bundle.py +0 -299
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_debug_mode.py +0 -138
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_deploy.py +0 -731
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_events.py +0 -92
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_feature_metrics.py +0 -155
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_init_run.py +0 -511
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_large_upload.py +0 -99
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_open.py +0 -47
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_post_deploy.py +0 -283
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_project_templating.py +0 -423
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_teardown.py +0 -384
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_validate.py +0 -60
- snowflake_cli_labs-3.0.0rc5/tests_integration/nativeapp/test_version.py +0 -437
- snowflake_cli_labs-3.0.0rc5/tests_integration/notebook/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/notebook/__snapshots__/test_notebooks.ambr +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/notebook/test_notebooks.py +0 -70
- snowflake_cli_labs-3.0.0rc5/tests_integration/plugin/test_broken_plugin.py +0 -50
- snowflake_cli_labs-3.0.0rc5/tests_integration/plugin/test_failing_plugin.py +0 -48
- snowflake_cli_labs-3.0.0rc5/tests_integration/plugin/test_override_by_external_plugins.py +0 -73
- snowflake_cli_labs-3.0.0rc5/tests_integration/scripts/integration_account_setup.sql +0 -121
- snowflake_cli_labs-3.0.0rc5/tests_integration/snowflake_connector.py +0 -126
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/build_and_push_all.sh +0 -6
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/echo_service/Dockerfile +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/echo_service/build_and_push.sh +0 -8
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/echo_service/echo_service.py +0 -86
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/test_counter/Dockerfile +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/test_counter/build_and_push.sh +0 -8
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/docker/test_counter/simple_counter.py +0 -44
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/spec/job_service_spec.yaml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/spec/spec.yml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/spec/spec_upgrade.yml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/test_compute_pool.py +0 -60
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/test_image_repository.py +0 -111
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/test_registry.py +0 -73
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/test_services.py +0 -91
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/testing_utils/compute_pool_utils.py +0 -181
- snowflake_cli_labs-3.0.0rc5/tests_integration/spcs/testing_utils/spcs_services_utils.py +0 -318
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_config.py +0 -36
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_connection.py +0 -64
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_cortex.py +0 -158
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/cortex/conversation.json +0 -14
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/cortex/english_text.txt +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/empty.sql +0 -15
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/notebook/my_notebook.ipynb +0 -34
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/notebook/my_notebook_error.ipynb +0 -34
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/app/manifest.yml +0 -18
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/snowflake.local.yml +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/app/manifest.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/app/setup.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/package/001-shared.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/package/002-shared.sql +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/snowflake.local.yml +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/integration_external_v2/snowflake.yml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/app/manifest.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/app/setup_script.sql +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/app_post_deploy1.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/app_post_deploy2.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/package_post_deploy1.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/scripts/package_post_deploy2.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v1/snowflake.yml +0 -20
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/app/manifest.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/app/setup_script.sql +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/app_post_deploy1.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/app_post_deploy2.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/package_post_deploy1.sql +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/scripts/package_post_deploy2.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_application_post_deploy_v2/snowflake.yml +0 -26
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v1/app/README.md +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v1/app/manifest.yml +0 -8
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v1/app/setup_script.sql +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v1/snowflake.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v2/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v2/app/manifest.yml +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v2/app/setup_script.sql +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_create_db_v2/snowflake.yml +0 -17
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/app/manifest.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/app/setup_script.sql +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/lib/parent/child/a.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/lib/parent/child/b.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/lib/parent/child/c/c.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/snowflake.yml +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v1/src/main.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/app/manifest.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/app/setup_script.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/lib/parent/child/a.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/lib/parent/child/b.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/lib/parent/child/c/c.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/snowflake.yml +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_deploy_prefix_matches_v2/src/main.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v1/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v1/app/manifest.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v1/app/setup_script.sql +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v1/snowflake.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2/app/manifest.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2/app/setup_script.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2/snowflake.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2_multiple_entities/app/README.md +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2_multiple_entities/app/manifest.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2_multiple_entities/app/setup_script.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_init_v2_multiple_entities/snowflake.yml +0 -28
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v1/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v1/app/another_script.sql +0 -6
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v1/app/manifest.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v1/app/nesteddir/testfile.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v1/app/setup_script.sql +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v1/snowflake.yml +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v2/app/README.md +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v2/app/another_script.sql +0 -6
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v2/app/manifest.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v2/app/nesteddir/testfile.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v2/app/setup_script.sql +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/napp_templates_processors_v2/snowflake.yml +0 -20
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/project_definition_v2/snowflake.yml +0 -45
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark/app/app.py +0 -30
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark/requirements.txt +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark/snowflake.yml +0 -23
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_coverage/.gitignore +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_coverage/app/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_coverage/app/module/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_coverage/app/module/procedures.py +0 -26
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_coverage/requirements.txt +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_coverage/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_external_access/.gitignore +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_external_access/app/app.py +0 -22
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_external_access/requirements.txt +0 -2
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_external_access/snowflake.yml +0 -23
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_fully_qualified_name/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_fully_qualified_name/app/app.py +0 -30
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_fully_qualified_name/requirements.txt +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_fully_qualified_name/snowflake.yml +0 -40
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_v2/app_1/a.py +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_v2/app_2/b.py +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_v2/c.py +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_v2/requirements.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_v2/snowflake.yml +0 -43
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_vectorized/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_vectorized/app/app.py +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_vectorized/requirements.txt +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_vectorized/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_version_check/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_version_check/app/app.py +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_version_check/requirements.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_version_check/snowflake.yml +0 -10
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_default_values/app/app.py +0 -17
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_default_values/requirements.other.txt +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_default_values/requirements.txt +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_default_values/snowflake.yml +0 -55
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_import/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_import/app/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_import/app/functions.py +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_import/requirements.txt +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_import/snowflake.yml +0 -14
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/app/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/app/functions.py +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/requirements.txt +0 -6
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_no_other_deps/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/.gitignore +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/app/__init__.py +0 -0
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/app/functions.py +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/requirements.txt +0 -6
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/snowpark_with_single_requirements_having_transient_deps/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/ScriptInPascalCase.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/requirements.txt +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/script1.py +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/script1.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/script2.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/script3.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/script_template.py +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_execute/script_template.sql +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_get_directory_structure/dir/script2.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_get_directory_structure/dir/subdir/script3.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/stage_get_directory_structure/script1.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v1/environment.yml +0 -5
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v1/pages/my_page.py +0 -3
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v1/snowflake.yml +0 -11
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v1/streamlit_app.py +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v1/utils/utils.py +0 -2
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v2/snowflake.yml +0 -12
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v2/streamlit_app.py +0 -4
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v2_external_access/snowflake.yml +0 -16
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/streamlit_v2_external_access/streamlit_app.py +0 -6
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/workspaces_simple/app/README.md +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/workspaces_simple/app/manifest.yml +0 -7
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/workspaces_simple/app/setup_script.sql +0 -1
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/projects/workspaces_simple/snowflake.yml +0 -9
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_data/sql_multi_queries.sql +0 -19
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_external_plugins.py +0 -173
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_git.py +0 -341
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_init.py +0 -110
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_object.py +0 -349
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_package.py +0 -261
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_session_token.py +0 -56
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_snowpark.py +0 -1024
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_snowpark_external_access.py +0 -199
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_sql.py +0 -180
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_sql_templating.py +0 -105
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_stage.py +0 -543
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_streamlit.py +0 -401
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_temporary_connection.py +0 -87
- snowflake_cli_labs-3.0.0rc5/tests_integration/test_utils.py +0 -82
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/__init__.py +0 -20
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/assertions/__init__.py +0 -13
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/assertions/test_file_assertions.py +0 -31
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/assertions/test_result_assertions.py +0 -126
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/naming_utils.py +0 -48
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/snowpark_utils.py +0 -398
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/sql_utils.py +0 -51
- snowflake_cli_labs-3.0.0rc5/tests_integration/testing_utils/working_directory_utils.py +0 -54
- {snowflake_cli_labs-3.0.0rc5 → snowflake_cli_labs-3.0.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: 3.0.
|
|
3
|
+
Version: 3.0.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,41 +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 ::
|
|
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
|
|
210
|
+
Classifier: Development Status :: 7 - Inactive
|
|
219
211
|
Requires-Python: >=3.10
|
|
220
|
-
Requires-Dist:
|
|
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.9.2
|
|
226
|
-
Requires-Dist: pyyaml==6.0.2
|
|
227
|
-
Requires-Dist: requests==2.32.3
|
|
228
|
-
Requires-Dist: requirements-parser==0.11.0
|
|
229
|
-
Requires-Dist: rich==13.8.1
|
|
230
|
-
Requires-Dist: setuptools==75.1.0
|
|
231
|
-
Requires-Dist: snowflake-connector-python[secure-local-storage]==3.12.2
|
|
232
|
-
Requires-Dist: snowflake-core==0.12.1; python_version < '3.12'
|
|
233
|
-
Requires-Dist: snowflake-snowpark-python>=1.15.0; python_version < '3.12'
|
|
234
|
-
Requires-Dist: tomlkit==0.13.2
|
|
235
|
-
Requires-Dist: typer==0.12.5
|
|
236
|
-
Requires-Dist: urllib3<2.3,>=1.24.3
|
|
237
|
-
Provides-Extra: development
|
|
238
|
-
Requires-Dist: coverage==7.6.1; 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.3; extra == 'development'
|
|
242
|
-
Requires-Dist: syrupy==4.7.1; extra == 'development'
|
|
243
|
-
Provides-Extra: packaging
|
|
244
|
-
Requires-Dist: pyinstaller~=6.10; extra == 'packaging'
|
|
212
|
+
Requires-Dist: snowflake-cli==3.0.2
|
|
245
213
|
Description-Content-Type: text/markdown
|
|
246
214
|
|
|
247
215
|
<!--
|
|
@@ -260,66 +228,8 @@ Description-Content-Type: text/markdown
|
|
|
260
228
|
limitations under the License.
|
|
261
229
|
-->
|
|
262
230
|
|
|
263
|
-
|
|
264
|
-
[](https://github.com/snowflakedb/snowflake-cli/actions/workflows/integration_test.yaml)
|
|
265
|
-
[](https://github.com/snowflakedb/snowflake-cli/actions/workflows/test_cli_action.yaml)
|
|
231
|
+
# Snowflake Developer CLI
|
|
266
232
|
|
|
267
|
-
|
|
233
|
+
This package has been renamed. Use `pip install snowflake-cli` instead.
|
|
268
234
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
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.
|
|
272
|
-
|
|
273
|
-
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.
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
**Note**: Snowflake CLI is in Public Preview (PuPr).
|
|
277
|
-
|
|
278
|
-
Docs: https://docs.snowflake.com/en/developer-guide/snowflake-cli-v2/index.
|
|
279
|
-
|
|
280
|
-
Quick start: https://quickstarts.snowflake.com/guide/getting-started-with-snowflake-cli
|
|
281
|
-
|
|
282
|
-
Cheatsheet: https://github.com/Snowflake-Labs/sf-cheatsheets/blob/main/snowflake-cli.md
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
## Install Snowflake CLI
|
|
286
|
-
|
|
287
|
-
### Install with pipx (PyPi)
|
|
288
|
-
|
|
289
|
-
We recommend installing Snowflake CLI in isolated environment using [pipx](https://pipx.pypa.io/stable/). Requires Python >= 3.10
|
|
290
|
-
|
|
291
|
-
```bash
|
|
292
|
-
pipx install snowflake-cli-labs
|
|
293
|
-
snow --help
|
|
294
|
-
```
|
|
295
|
-
|
|
296
|
-
### Install with Homebrew (Mac only)
|
|
297
|
-
|
|
298
|
-
Requires [Homebrew](https://brew.sh/).
|
|
299
|
-
|
|
300
|
-
```bash
|
|
301
|
-
brew tap snowflakedb/snowflake-cli
|
|
302
|
-
brew install snowflake-cli
|
|
303
|
-
snow --help
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
### Install from source
|
|
307
|
-
|
|
308
|
-
Requires Python >= 3.10 and git
|
|
309
|
-
|
|
310
|
-
```bash
|
|
311
|
-
git clone https://github.com/snowflakedb/snowflake-cli
|
|
312
|
-
cd snowflake-cli
|
|
313
|
-
# you can also do the below in an active virtual environment:
|
|
314
|
-
# python -m venv .venv
|
|
315
|
-
# source .venv/bin/activate
|
|
316
|
-
hatch build && pip install .
|
|
317
|
-
snow --version
|
|
318
|
-
```
|
|
319
|
-
|
|
320
|
-
You should now be able to run `snow` and get the CLI message.
|
|
321
|
-
|
|
322
|
-
## Get involved
|
|
323
|
-
|
|
324
|
-
Have a feature idea? Running into a bug? Want to contribute? We'd love to hear from you!
|
|
325
|
-
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/
|
|
@@ -13,6 +13,28 @@
|
|
|
13
13
|
See the License for the specific language governing permissions and
|
|
14
14
|
limitations under the License.
|
|
15
15
|
-->
|
|
16
|
+
# Unreleased version
|
|
17
|
+
## Backward incompatibility
|
|
18
|
+
|
|
19
|
+
## Deprecations
|
|
20
|
+
|
|
21
|
+
## New additions
|
|
22
|
+
|
|
23
|
+
## Fixes and improvements
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# v3.0.1
|
|
27
|
+
|
|
28
|
+
## Backward incompatibility
|
|
29
|
+
|
|
30
|
+
## Deprecations
|
|
31
|
+
* Changing package name from `snowflake-cli-labs` to `snowflake-cli`. `Snowflake-cli-labs` will be pointing to the corresponding version of `snowflake-cli`.
|
|
32
|
+
|
|
33
|
+
## New additions
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## Fixes and improvements
|
|
37
|
+
|
|
16
38
|
|
|
17
39
|
# v3.0.0
|
|
18
40
|
|
|
@@ -64,6 +86,18 @@
|
|
|
64
86
|
* Fixes `snow connection add` behavior when `connections.toml` file exists.
|
|
65
87
|
* Add more readable error messages in `snow object create` command.
|
|
66
88
|
|
|
89
|
+
|
|
90
|
+
# v2.8.2
|
|
91
|
+
|
|
92
|
+
## Backward incompatibility
|
|
93
|
+
|
|
94
|
+
## Deprecations
|
|
95
|
+
* Changing package name from `snowflake-cli-labs` to `snowflake-cli`. `Snowflake-cli-labs` will be pointing to the corresponding version of `snowflake-cli`.
|
|
96
|
+
## New additions
|
|
97
|
+
|
|
98
|
+
## Fixes and improvements
|
|
99
|
+
|
|
100
|
+
|
|
67
101
|
# v2.8.1
|
|
68
102
|
## Backward incompatibility
|
|
69
103
|
|
|
@@ -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==3.0.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,132 +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
|
-
files: \.py$|\.pyi$
|
|
113
|
-
args:
|
|
114
|
-
- --comment-style
|
|
115
|
-
- "|#|"
|
|
116
|
-
- --license-filepath
|
|
117
|
-
- scripts/LICENSE.txt
|
|
118
|
-
- --fuzzy-match-generates-todo
|
|
119
|
-
- id: insert-license
|
|
120
|
-
name: Add license for all Markdown files
|
|
121
|
-
exclude: |
|
|
122
|
-
(?x)
|
|
123
|
-
^\.github/|
|
|
124
|
-
tests/test_data/projects/.*|
|
|
125
|
-
tests_integration/test_data/projects/.*
|
|
126
|
-
files: \.md$
|
|
127
|
-
args:
|
|
128
|
-
- --comment-style
|
|
129
|
-
- "<!--|| -->"
|
|
130
|
-
- --license-filepath
|
|
131
|
-
- scripts/LICENSE.txt
|
|
132
|
-
- --fuzzy-match-generates-todo
|
|
@@ -1,245 +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.10+. 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.10 you can use following command:
|
|
44
|
-
|
|
45
|
-
```bash
|
|
46
|
-
hatch env create local.py3.10```
|
|
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_AUTHENTICATOR=SNOWFLAKE_JWT`
|
|
82
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_HOST`
|
|
83
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_ACCOUNT`
|
|
84
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_USER`
|
|
85
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_PRIVATE_KEY_FILE` (Preferred)
|
|
86
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_PRIVATE_KEY_PATH` (Alternative)
|
|
87
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_PRIVATE_KEY_RAW` (Loads the private key directly from the environment variable)
|
|
88
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_ROLE`
|
|
89
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_DATABASE`
|
|
90
|
-
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_WAREHOUSE`
|
|
91
|
-
|
|
92
|
-
### Integration account setup script
|
|
93
|
-
|
|
94
|
-
To set up an account for integration tests, run the following script with `ACCOUNTADMIN` role:
|
|
95
|
-
|
|
96
|
-
```bash
|
|
97
|
-
snow sql \
|
|
98
|
-
-f tests_integration/scripts/integration_account_setup.sql \
|
|
99
|
-
-D "user=${SNOWFLAKE_CONNECTIONS_INTEGRATION_USER}" \
|
|
100
|
-
-D "role=${SNOWFLAKE_CONNECTIONS_INTEGRATION_ROLE}" \
|
|
101
|
-
-D "warehouse=${SNOWFLAKE_CONNECTIONS_INTEGRATION_WAREHOUSE}" \
|
|
102
|
-
-D "main_database=${SNOWFLAKE_CONNECTIONS_INTEGRATION_DATABASE}"\
|
|
103
|
-
-c <your_connection_name>
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
Note: Before running the script, set up your environment variables.
|
|
107
|
-
|
|
108
|
-
### Build and push Docker images
|
|
109
|
-
|
|
110
|
-
To build and push all required Docker images, run the following script:
|
|
111
|
-
|
|
112
|
-
```bash
|
|
113
|
-
./tests_integration/spcs/docker/build_and_push_all.sh
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
## Remote debugging with PyCharm or IntelliJ
|
|
117
|
-
|
|
118
|
-
Snowflake CLI can connect to a remote debug server started in PyCharm or Intellij.
|
|
119
|
-
It allows you to debug any installation of our tool in one of mentioned IDEs.
|
|
120
|
-
|
|
121
|
-
There are only three requirements:
|
|
122
|
-
* the same source code loaded in your IDE as running in the debugged CLI installation
|
|
123
|
-
* open network connection to your IDE
|
|
124
|
-
* `pydevd-pycharm.egg` file accessible on the machine where the CLI is installed (the file has to match the version of your IDE)
|
|
125
|
-
|
|
126
|
-
How to use it?
|
|
127
|
-
1. Create a "remote debug config" run configuration in your IDE.
|
|
128
|
-
* Steps 1-2 from [this tutorial from JetBrains](https://www.jetbrains.com/help/pycharm/remote-debugging-with-product.html#create-remote-debug-config).
|
|
129
|
-
* `localhost` and `12345` port are defaults both in the IDE and in the CLI.
|
|
130
|
-
1. Run your new configuration in debug mode.
|
|
131
|
-
1. Find `pydevd-pycharm.egg` in the directory where your IDE is installed.
|
|
132
|
-
* Some tips how to find it should be present in the following places:
|
|
133
|
-
* The instruction from JetBrains linked above.
|
|
134
|
-
* The "remote debug config" creation window.
|
|
135
|
-
1. If the CLI and the IDE are on the same machine, you have to just copy the path to the file.
|
|
136
|
-
1. If the CLI is on another machine, then you have to copy the file there and also copy the target file path.
|
|
137
|
-
1. Run the CLI using `snow --pycharm-debug-library-path <path-to-pydevd-pycharm.egg> <other-options-and-command>`.
|
|
138
|
-
* 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`
|
|
139
|
-
* The CLI will try to connect to your debug server (by default to `localhost:12345`).
|
|
140
|
-
* If a connection cannot be established, you will see some exception about it.
|
|
141
|
-
* If you want to use other host or port you can use `--pycharm-debug-server-host` and `--pycharm-debug-server-port` options.
|
|
142
|
-
* The code execution will be paused before execution of your command.
|
|
143
|
-
You will see the exact line in the IDE's debug view.
|
|
144
|
-
You can resume code execution, add breakpoints, evaluate variables, do all the things you usually do when debugging locally.
|
|
145
|
-
|
|
146
|
-
## Using Forks
|
|
147
|
-
Create your own fork from the `snowflake-cli` repo. As a heads up, all `snowflake-cli` forks are publicly accessible on Github.
|
|
148
|
-
|
|
149
|
-
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.
|
|
150
|
-
|
|
151
|
-
In the cloned copy of your fork, perform the following steps.
|
|
152
|
-
|
|
153
|
-
```bash
|
|
154
|
-
git remote add sfcli https://github.com/snowflakedb/snowflake-cli.git
|
|
155
|
-
git fetch sfcli
|
|
156
|
-
git checkout <your-branch>
|
|
157
|
-
git rebase sfcli/main
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
## Presenting intermediate output to users
|
|
161
|
-
|
|
162
|
-
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.
|
|
163
|
-
|
|
164
|
-
Presenting intermediate output to the user during execution of complex commands can improve users' experience.
|
|
165
|
-
|
|
166
|
-
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.
|
|
167
|
-
|
|
168
|
-
The proposal is to introduce cli_console object that will provide following helper methods to interact with the output:
|
|
169
|
-
step - a method for printing regular output
|
|
170
|
-
warning - a method for printing messages that should be
|
|
171
|
-
phase - a context manager that will group all output within its scope as distinct unit
|
|
172
|
-
|
|
173
|
-
Implemented CliConsole class must respect parameter `–silent` and disable any output when requested.
|
|
174
|
-
|
|
175
|
-
Context manager must allow only one grouping level at a time. All subsequent invocations will result in raising `CliConsoleNestingProhibitedError` derived from `RuntimeError`.
|
|
176
|
-
|
|
177
|
-
Logging support
|
|
178
|
-
All messages handled by CliConsole may be logged regardless of is_silent property.
|
|
179
|
-
|
|
180
|
-
### Example usage
|
|
181
|
-
|
|
182
|
-
#### Simple output
|
|
183
|
-
|
|
184
|
-
```python
|
|
185
|
-
from snowflake.cli.api.console import cli_console as cc
|
|
186
|
-
|
|
187
|
-
def my_command():
|
|
188
|
-
cc.step("Some work...")
|
|
189
|
-
...
|
|
190
|
-
cc.step("Next work...")
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
#### Output
|
|
194
|
-
|
|
195
|
-
```bash
|
|
196
|
-
> snow my_command
|
|
197
|
-
|
|
198
|
-
Some work...
|
|
199
|
-
Next work...
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
#### Grouped output
|
|
203
|
-
|
|
204
|
-
```python
|
|
205
|
-
from snowflake.cli.api.console import cli_console as cc
|
|
206
|
-
|
|
207
|
-
def my_command():
|
|
208
|
-
cc.step("Building and publishing the application")
|
|
209
|
-
prepare_data_for_processing()
|
|
210
|
-
|
|
211
|
-
with cc.phase(
|
|
212
|
-
enter_message="Building app bundle...",
|
|
213
|
-
exit_message="Application bundle created.",
|
|
214
|
-
):
|
|
215
|
-
try:
|
|
216
|
-
cc.step("Building package artifact")
|
|
217
|
-
make_archive_bundle()
|
|
218
|
-
except BundleSizeWarning:
|
|
219
|
-
cc.warning("Bundle size is large. It may take some time to upload.")
|
|
220
|
-
|
|
221
|
-
cc.step("Uploading bundle")
|
|
222
|
-
upload_bundle()
|
|
223
|
-
|
|
224
|
-
cc.step("Publishing application")
|
|
225
|
-
publish_application()
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
#### Output
|
|
229
|
-
|
|
230
|
-
```bash
|
|
231
|
-
> snow my_command
|
|
232
|
-
|
|
233
|
-
Building and publishing the application
|
|
234
|
-
Building app bundle...
|
|
235
|
-
Building package artifact
|
|
236
|
-
__Bundle size is large. It may take some time to upload.__
|
|
237
|
-
Uploading bundle
|
|
238
|
-
Application bundle created.
|
|
239
|
-
Publishing application
|
|
240
|
-
```
|
|
241
|
-
|
|
242
|
-
## Known issues
|
|
243
|
-
|
|
244
|
-
### `permission denied` during integration tests on Windows
|
|
245
|
-
This error occurs when using NamedTemporaryFile and try to open it second time https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile
|