pulumi-snowflake 2.4.1a1756310479__tar.gz → 2.5.0__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.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/PKG-INFO +1 -1
- pulumi_snowflake-2.5.0/pulumi_snowflake/config/__init__.pyi +221 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/config/vars.py +36 -84
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/database.py +8 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/failover_group.py +7 -7
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/provider.py +130 -304
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/pulumi-plugin.json +1 -1
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/schema.py +8 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/secondary_database.py +8 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake.egg-info/PKG-INFO +1 -1
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pyproject.toml +1 -1
- pulumi_snowflake-2.4.1a1756310479/pulumi_snowflake/config/__init__.pyi +0 -269
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/README.md +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/__init__.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/_inputs.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/_utilities.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/account.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/account_authentication_policy_attachment.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/account_parameter.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/account_password_policy_attachment.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/account_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/alert.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/api_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/authentication_policy.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/compute_pool.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/config/__init__.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/config/outputs.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/cortex_search_service.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/current_account.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/current_organization_account.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/database_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/dynamic_table.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/email_notification_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/execute.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/external_function.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/external_oauth_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/external_table.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/external_volume.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/file_format.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/function_java.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/function_javascript.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/function_python.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/function_scala.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/function_sql.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_account_roles.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_accounts.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_alerts.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_compute_pools.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_connections.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_cortex_search_services.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_current_account.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_current_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_database.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_database_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_database_roles.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_databases.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_dynamic_tables.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_external_functions.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_external_tables.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_failover_groups.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_file_formats.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_functions.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_git_repositories.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_grants.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_image_repositories.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_masking_policies.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_materialized_views.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_network_policies.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_parameters.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_pipes.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_procedures.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_resource_monitors.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_row_access_policies.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_schemas.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_secrets.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_security_integrations.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_sequences.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_services.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_shares.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_stages.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_storage_integrations.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_streamlits.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_streams.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_system_generate_scim_access_token.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_system_get_private_link_config.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_system_get_snowflake_platform_info.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_tables.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_tags.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_tasks.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_user_programmatic_access_tokens.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_users.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_views.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/get_warehouses.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/git_repository.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_account_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_application_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_database_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_ownership.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_privileges_to_account_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_privileges_to_database_role.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/grant_privileges_to_share.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/image_repository.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/job_service.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/legacy_service_user.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/listing.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/managed_account.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/masking_policy.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/materialized_view.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/network_policy.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/network_policy_attachment.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/network_rule.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/notification_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/object_parameter.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/outputs.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/password_policy.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/pipe.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/primary_connection.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/procedure_java.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/procedure_javascript.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/procedure_python.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/procedure_scala.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/procedure_sql.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/py.typed +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/resource_monitor.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/row_access_policy.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/saml2_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/scim_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/secondary_connection.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/secret_with_authorization_code_grant.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/secret_with_basic_authentication.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/secret_with_client_credentials.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/secret_with_generic_string.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/sequence.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/service.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/service_user.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/share.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/shared_database.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/stage.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/storage_integration.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/stream_on_directory_table.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/stream_on_external_table.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/stream_on_table.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/stream_on_view.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/streamlit.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/table.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/table_column_masking_policy_application.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/table_constraint.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/tag.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/tag_association.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/task.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/user.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/user_authentication_policy_attachment.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/user_password_policy_attachment.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/user_programmatic_access_token.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/user_public_keys.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/view.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/warehouse.py +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake.egg-info/SOURCES.txt +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake.egg-info/dependency_links.txt +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake.egg-info/requires.txt +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake.egg-info/top_level.txt +0 -0
- {pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/setup.cfg +0 -0
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
accountName: Optional[str]
|
|
19
|
+
"""
|
|
20
|
+
Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable.
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
authenticator: Optional[str]
|
|
24
|
+
"""
|
|
25
|
+
Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
clientIp: Optional[str]
|
|
29
|
+
"""
|
|
30
|
+
IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable.
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
clientRequestMfaToken: Optional[str]
|
|
34
|
+
"""
|
|
35
|
+
When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable.
|
|
36
|
+
"""
|
|
37
|
+
|
|
38
|
+
clientStoreTemporaryCredential: Optional[str]
|
|
39
|
+
"""
|
|
40
|
+
When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable.
|
|
41
|
+
"""
|
|
42
|
+
|
|
43
|
+
clientTimeout: Optional[int]
|
|
44
|
+
"""
|
|
45
|
+
The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable.
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
disableConsoleLogin: Optional[str]
|
|
49
|
+
"""
|
|
50
|
+
Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable.
|
|
51
|
+
"""
|
|
52
|
+
|
|
53
|
+
disableQueryContextCache: Optional[bool]
|
|
54
|
+
"""
|
|
55
|
+
Disables HTAP query context cache in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable.
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
disableTelemetry: Optional[bool]
|
|
59
|
+
"""
|
|
60
|
+
Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable.
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
driverTracing: Optional[str]
|
|
64
|
+
"""
|
|
65
|
+
Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable.
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
externalBrowserTimeout: Optional[int]
|
|
69
|
+
"""
|
|
70
|
+
The timeout in seconds for the external browser to complete the authentication. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable.
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
host: Optional[str]
|
|
74
|
+
"""
|
|
75
|
+
Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable.
|
|
76
|
+
"""
|
|
77
|
+
|
|
78
|
+
includeRetryReason: Optional[str]
|
|
79
|
+
"""
|
|
80
|
+
Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable.
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
insecureMode: Optional[bool]
|
|
84
|
+
"""
|
|
85
|
+
If true, bypass the Online Certificate Status Protocol (OCSP) certificate revocation check. IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable.
|
|
86
|
+
"""
|
|
87
|
+
|
|
88
|
+
jwtClientTimeout: Optional[int]
|
|
89
|
+
"""
|
|
90
|
+
The timeout in seconds for the JWT client to complete the authentication. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable.
|
|
91
|
+
"""
|
|
92
|
+
|
|
93
|
+
jwtExpireTimeout: Optional[int]
|
|
94
|
+
"""
|
|
95
|
+
JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable.
|
|
96
|
+
"""
|
|
97
|
+
|
|
98
|
+
keepSessionAlive: Optional[bool]
|
|
99
|
+
"""
|
|
100
|
+
Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable.
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
loginTimeout: Optional[int]
|
|
104
|
+
"""
|
|
105
|
+
Login retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable.
|
|
106
|
+
"""
|
|
107
|
+
|
|
108
|
+
maxRetryCount: Optional[int]
|
|
109
|
+
"""
|
|
110
|
+
Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable.
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
ocspFailOpen: Optional[str]
|
|
114
|
+
"""
|
|
115
|
+
True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable.
|
|
116
|
+
"""
|
|
117
|
+
|
|
118
|
+
oktaUrl: Optional[str]
|
|
119
|
+
"""
|
|
120
|
+
The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable.
|
|
121
|
+
"""
|
|
122
|
+
|
|
123
|
+
organizationName: Optional[str]
|
|
124
|
+
"""
|
|
125
|
+
Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable.
|
|
126
|
+
"""
|
|
127
|
+
|
|
128
|
+
params: Optional[str]
|
|
129
|
+
"""
|
|
130
|
+
Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables.
|
|
131
|
+
"""
|
|
132
|
+
|
|
133
|
+
passcode: Optional[str]
|
|
134
|
+
"""
|
|
135
|
+
Specifies the passcode provided by Duo when using multi-factor authentication (MFA) for login. Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable.
|
|
136
|
+
"""
|
|
137
|
+
|
|
138
|
+
passcodeInPassword: Optional[bool]
|
|
139
|
+
"""
|
|
140
|
+
False by default. Set to true if the MFA passcode is embedded to the configured password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable.
|
|
141
|
+
"""
|
|
142
|
+
|
|
143
|
+
password: Optional[str]
|
|
144
|
+
"""
|
|
145
|
+
Password for user + password or [token](https://docs.snowflake.com/en/user-guide/programmatic-access-tokens#generating-a-programmatic-access-token) for [PAT auth](https://docs.snowflake.com/en/user-guide/programmatic-access-tokens). Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable.
|
|
146
|
+
"""
|
|
147
|
+
|
|
148
|
+
port: Optional[int]
|
|
149
|
+
"""
|
|
150
|
+
Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable.
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
previewFeaturesEnabled: Optional[str]
|
|
154
|
+
|
|
155
|
+
privateKey: Optional[str]
|
|
156
|
+
"""
|
|
157
|
+
Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable.
|
|
158
|
+
"""
|
|
159
|
+
|
|
160
|
+
privateKeyPassphrase: Optional[str]
|
|
161
|
+
"""
|
|
162
|
+
Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-gcm, aes-256-cbc, aes-256-gcm, and des-ede3-cbc. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable.
|
|
163
|
+
"""
|
|
164
|
+
|
|
165
|
+
profile: Optional[str]
|
|
166
|
+
"""
|
|
167
|
+
Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable.
|
|
168
|
+
"""
|
|
169
|
+
|
|
170
|
+
protocol: Optional[str]
|
|
171
|
+
"""
|
|
172
|
+
A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable.
|
|
173
|
+
"""
|
|
174
|
+
|
|
175
|
+
requestTimeout: Optional[int]
|
|
176
|
+
"""
|
|
177
|
+
request retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable.
|
|
178
|
+
"""
|
|
179
|
+
|
|
180
|
+
role: Optional[str]
|
|
181
|
+
"""
|
|
182
|
+
Specifies the role to use by default for accessing Snowflake objects in the client session. Can also be sourced from the `SNOWFLAKE_ROLE` environment variable.
|
|
183
|
+
"""
|
|
184
|
+
|
|
185
|
+
skipTomlFilePermissionVerification: Optional[bool]
|
|
186
|
+
"""
|
|
187
|
+
False by default. Skips TOML configuration file permission verification. This flag has no effect on Windows systems, as the permissions are not checked on this platform. Instead of skipping the permissions verification, we recommend setting the proper privileges - see the section below. Can also be sourced from the `SNOWFLAKE_SKIP_TOML_FILE_PERMISSION_VERIFICATION` environment variable.
|
|
188
|
+
"""
|
|
189
|
+
|
|
190
|
+
tmpDirectoryPath: Optional[str]
|
|
191
|
+
"""
|
|
192
|
+
Sets temporary directory used by the driver for operations like encrypting, compressing etc. Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable.
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
token: Optional[str]
|
|
196
|
+
"""
|
|
197
|
+
Token to use for OAuth and other forms of token based auth. When this field is set here, or in the TOML file, the provider sets the `authenticator` to `OAUTH`. Optionally, set the `authenticator` field to the authenticator you want to use. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable.
|
|
198
|
+
"""
|
|
199
|
+
|
|
200
|
+
tokenAccessor: Optional[str]
|
|
201
|
+
|
|
202
|
+
useLegacyTomlFile: Optional[bool]
|
|
203
|
+
"""
|
|
204
|
+
False by default. When this is set to true, the provider expects the legacy TOML format. Otherwise, it expects the new format. See more in the section below Can also be sourced from the `SNOWFLAKE_USE_LEGACY_TOML_FILE` environment variable.
|
|
205
|
+
"""
|
|
206
|
+
|
|
207
|
+
user: Optional[str]
|
|
208
|
+
"""
|
|
209
|
+
Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable.
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
validateDefaultParameters: Optional[str]
|
|
213
|
+
"""
|
|
214
|
+
True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable.
|
|
215
|
+
"""
|
|
216
|
+
|
|
217
|
+
warehouse: Optional[str]
|
|
218
|
+
"""
|
|
219
|
+
Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable.
|
|
220
|
+
"""
|
|
221
|
+
|
{pulumi_snowflake-2.4.1a1756310479 → pulumi_snowflake-2.5.0}/pulumi_snowflake/config/vars.py
RENAMED
|
@@ -24,19 +24,14 @@ class _ExportableConfig(types.ModuleType):
|
|
|
24
24
|
@_builtins.property
|
|
25
25
|
def account_name(self) -> Optional[str]:
|
|
26
26
|
"""
|
|
27
|
-
Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the
|
|
28
|
-
[Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required
|
|
29
|
-
unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable.
|
|
27
|
+
Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable.
|
|
30
28
|
"""
|
|
31
29
|
return __config__.get('accountName')
|
|
32
30
|
|
|
33
31
|
@_builtins.property
|
|
34
32
|
def authenticator(self) -> Optional[str]:
|
|
35
33
|
"""
|
|
36
|
-
Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when
|
|
37
|
-
connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` |
|
|
38
|
-
`TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the
|
|
39
|
-
`SNOWFLAKE_AUTHENTICATOR` environment variable.
|
|
34
|
+
Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
|
|
40
35
|
"""
|
|
41
36
|
return __config__.get('authenticator')
|
|
42
37
|
|
|
@@ -50,40 +45,35 @@ class _ExportableConfig(types.ModuleType):
|
|
|
50
45
|
@_builtins.property
|
|
51
46
|
def client_request_mfa_token(self) -> Optional[str]:
|
|
52
47
|
"""
|
|
53
|
-
When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also
|
|
54
|
-
be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable.
|
|
48
|
+
When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable.
|
|
55
49
|
"""
|
|
56
50
|
return __config__.get('clientRequestMfaToken')
|
|
57
51
|
|
|
58
52
|
@_builtins.property
|
|
59
53
|
def client_store_temporary_credential(self) -> Optional[str]:
|
|
60
54
|
"""
|
|
61
|
-
When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be
|
|
62
|
-
sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable.
|
|
55
|
+
When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable.
|
|
63
56
|
"""
|
|
64
57
|
return __config__.get('clientStoreTemporaryCredential')
|
|
65
58
|
|
|
66
59
|
@_builtins.property
|
|
67
60
|
def client_timeout(self) -> Optional[int]:
|
|
68
61
|
"""
|
|
69
|
-
The timeout in seconds for the client to complete the authentication. Can also be sourced from the
|
|
70
|
-
`SNOWFLAKE_CLIENT_TIMEOUT` environment variable.
|
|
62
|
+
The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable.
|
|
71
63
|
"""
|
|
72
64
|
return __config__.get_int('clientTimeout')
|
|
73
65
|
|
|
74
66
|
@_builtins.property
|
|
75
67
|
def disable_console_login(self) -> Optional[str]:
|
|
76
68
|
"""
|
|
77
|
-
Indicates whether console login should be disabled in the driver. Can also be sourced from the
|
|
78
|
-
`SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable.
|
|
69
|
+
Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable.
|
|
79
70
|
"""
|
|
80
71
|
return __config__.get('disableConsoleLogin')
|
|
81
72
|
|
|
82
73
|
@_builtins.property
|
|
83
74
|
def disable_query_context_cache(self) -> Optional[bool]:
|
|
84
75
|
"""
|
|
85
|
-
Disables HTAP query context cache in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE`
|
|
86
|
-
environment variable.
|
|
76
|
+
Disables HTAP query context cache in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable.
|
|
87
77
|
"""
|
|
88
78
|
return __config__.get_bool('disableQueryContextCache')
|
|
89
79
|
|
|
@@ -97,49 +87,42 @@ class _ExportableConfig(types.ModuleType):
|
|
|
97
87
|
@_builtins.property
|
|
98
88
|
def driver_tracing(self) -> Optional[str]:
|
|
99
89
|
"""
|
|
100
|
-
Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` |
|
|
101
|
-
`warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable.
|
|
90
|
+
Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable.
|
|
102
91
|
"""
|
|
103
92
|
return __config__.get('driverTracing')
|
|
104
93
|
|
|
105
94
|
@_builtins.property
|
|
106
95
|
def external_browser_timeout(self) -> Optional[int]:
|
|
107
96
|
"""
|
|
108
|
-
The timeout in seconds for the external browser to complete the authentication. Can also be sourced from the
|
|
109
|
-
`SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable.
|
|
97
|
+
The timeout in seconds for the external browser to complete the authentication. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable.
|
|
110
98
|
"""
|
|
111
99
|
return __config__.get_int('externalBrowserTimeout')
|
|
112
100
|
|
|
113
101
|
@_builtins.property
|
|
114
102
|
def host(self) -> Optional[str]:
|
|
115
103
|
"""
|
|
116
|
-
Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the
|
|
117
|
-
`SNOWFLAKE_HOST` environment variable.
|
|
104
|
+
Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable.
|
|
118
105
|
"""
|
|
119
106
|
return __config__.get('host') or _utilities.get_env('SNOWFLAKE_HOST')
|
|
120
107
|
|
|
121
108
|
@_builtins.property
|
|
122
109
|
def include_retry_reason(self) -> Optional[str]:
|
|
123
110
|
"""
|
|
124
|
-
Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment
|
|
125
|
-
variable.
|
|
111
|
+
Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable.
|
|
126
112
|
"""
|
|
127
113
|
return __config__.get('includeRetryReason')
|
|
128
114
|
|
|
129
115
|
@_builtins.property
|
|
130
116
|
def insecure_mode(self) -> Optional[bool]:
|
|
131
117
|
"""
|
|
132
|
-
If true, bypass the Online Certificate Status Protocol (OCSP) certificate revocation check. IMPORTANT: Change the
|
|
133
|
-
default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE`
|
|
134
|
-
environment variable.
|
|
118
|
+
If true, bypass the Online Certificate Status Protocol (OCSP) certificate revocation check. IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable.
|
|
135
119
|
"""
|
|
136
120
|
return __config__.get_bool('insecureMode')
|
|
137
121
|
|
|
138
122
|
@_builtins.property
|
|
139
123
|
def jwt_client_timeout(self) -> Optional[int]:
|
|
140
124
|
"""
|
|
141
|
-
The timeout in seconds for the JWT client to complete the authentication. Can also be sourced from the
|
|
142
|
-
`SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable.
|
|
125
|
+
The timeout in seconds for the JWT client to complete the authentication. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable.
|
|
143
126
|
"""
|
|
144
127
|
return __config__.get_int('jwtClientTimeout')
|
|
145
128
|
|
|
@@ -153,92 +136,77 @@ class _ExportableConfig(types.ModuleType):
|
|
|
153
136
|
@_builtins.property
|
|
154
137
|
def keep_session_alive(self) -> Optional[bool]:
|
|
155
138
|
"""
|
|
156
|
-
Enables the session to persist even after the connection is closed. Can also be sourced from the
|
|
157
|
-
`SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable.
|
|
139
|
+
Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable.
|
|
158
140
|
"""
|
|
159
141
|
return __config__.get_bool('keepSessionAlive')
|
|
160
142
|
|
|
161
143
|
@_builtins.property
|
|
162
144
|
def login_timeout(self) -> Optional[int]:
|
|
163
145
|
"""
|
|
164
|
-
Login retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the
|
|
165
|
-
`SNOWFLAKE_LOGIN_TIMEOUT` environment variable.
|
|
146
|
+
Login retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable.
|
|
166
147
|
"""
|
|
167
148
|
return __config__.get_int('loginTimeout')
|
|
168
149
|
|
|
169
150
|
@_builtins.property
|
|
170
151
|
def max_retry_count(self) -> Optional[int]:
|
|
171
152
|
"""
|
|
172
|
-
Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the
|
|
173
|
-
`SNOWFLAKE_MAX_RETRY_COUNT` environment variable.
|
|
153
|
+
Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable.
|
|
174
154
|
"""
|
|
175
155
|
return __config__.get_int('maxRetryCount')
|
|
176
156
|
|
|
177
157
|
@_builtins.property
|
|
178
158
|
def ocsp_fail_open(self) -> Optional[str]:
|
|
179
159
|
"""
|
|
180
|
-
True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be
|
|
181
|
-
sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable.
|
|
160
|
+
True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable.
|
|
182
161
|
"""
|
|
183
162
|
return __config__.get('ocspFailOpen')
|
|
184
163
|
|
|
185
164
|
@_builtins.property
|
|
186
165
|
def okta_url(self) -> Optional[str]:
|
|
187
166
|
"""
|
|
188
|
-
The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more
|
|
189
|
-
in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the
|
|
190
|
-
`SNOWFLAKE_OKTA_URL` environment variable.
|
|
167
|
+
The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable.
|
|
191
168
|
"""
|
|
192
169
|
return __config__.get('oktaUrl')
|
|
193
170
|
|
|
194
171
|
@_builtins.property
|
|
195
172
|
def organization_name(self) -> Optional[str]:
|
|
196
173
|
"""
|
|
197
|
-
Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the
|
|
198
|
-
[Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required
|
|
199
|
-
unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable.
|
|
174
|
+
Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable.
|
|
200
175
|
"""
|
|
201
176
|
return __config__.get('organizationName')
|
|
202
177
|
|
|
203
178
|
@_builtins.property
|
|
204
179
|
def params(self) -> Optional[str]:
|
|
205
180
|
"""
|
|
206
|
-
Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters).
|
|
207
|
-
This field can not be set with environmental variables.
|
|
181
|
+
Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables.
|
|
208
182
|
"""
|
|
209
183
|
return __config__.get('params')
|
|
210
184
|
|
|
211
185
|
@_builtins.property
|
|
212
186
|
def passcode(self) -> Optional[str]:
|
|
213
187
|
"""
|
|
214
|
-
Specifies the passcode provided by Duo when using multi-factor authentication (MFA) for login. Can also be sourced from
|
|
215
|
-
the `SNOWFLAKE_PASSCODE` environment variable.
|
|
188
|
+
Specifies the passcode provided by Duo when using multi-factor authentication (MFA) for login. Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable.
|
|
216
189
|
"""
|
|
217
190
|
return __config__.get('passcode')
|
|
218
191
|
|
|
219
192
|
@_builtins.property
|
|
220
193
|
def passcode_in_password(self) -> Optional[bool]:
|
|
221
194
|
"""
|
|
222
|
-
False by default. Set to true if the MFA passcode is embedded to the configured password. Can also be sourced from the
|
|
223
|
-
`SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable.
|
|
195
|
+
False by default. Set to true if the MFA passcode is embedded to the configured password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable.
|
|
224
196
|
"""
|
|
225
197
|
return __config__.get_bool('passcodeInPassword')
|
|
226
198
|
|
|
227
199
|
@_builtins.property
|
|
228
200
|
def password(self) -> Optional[str]:
|
|
229
201
|
"""
|
|
230
|
-
Password for user + password or
|
|
231
|
-
[token](https://docs.snowflake.com/en/user-guide/programmatic-access-tokens#generating-a-programmatic-access-token) for
|
|
232
|
-
[PAT auth](https://docs.snowflake.com/en/user-guide/programmatic-access-tokens). Cannot be used with `private_key` and
|
|
233
|
-
`private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable.
|
|
202
|
+
Password for user + password or [token](https://docs.snowflake.com/en/user-guide/programmatic-access-tokens#generating-a-programmatic-access-token) for [PAT auth](https://docs.snowflake.com/en/user-guide/programmatic-access-tokens). Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable.
|
|
234
203
|
"""
|
|
235
204
|
return __config__.get('password') or _utilities.get_env('SNOWFLAKE_PASSWORD')
|
|
236
205
|
|
|
237
206
|
@_builtins.property
|
|
238
207
|
def port(self) -> Optional[int]:
|
|
239
208
|
"""
|
|
240
|
-
Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the
|
|
241
|
-
`SNOWFLAKE_PORT` environment variable.
|
|
209
|
+
Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable.
|
|
242
210
|
"""
|
|
243
211
|
return __config__.get_int('port') or _utilities.get_env_int('SNOWFLAKE_PORT')
|
|
244
212
|
|
|
@@ -249,75 +217,63 @@ class _ExportableConfig(types.ModuleType):
|
|
|
249
217
|
@_builtins.property
|
|
250
218
|
def private_key(self) -> Optional[str]:
|
|
251
219
|
"""
|
|
252
|
-
Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the
|
|
253
|
-
`SNOWFLAKE_PRIVATE_KEY` environment variable.
|
|
220
|
+
Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable.
|
|
254
221
|
"""
|
|
255
222
|
return __config__.get('privateKey')
|
|
256
223
|
|
|
257
224
|
@_builtins.property
|
|
258
225
|
def private_key_passphrase(self) -> Optional[str]:
|
|
259
226
|
"""
|
|
260
|
-
Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-gcm, aes-256-cbc, aes-256-gcm, and
|
|
261
|
-
des-ede3-cbc. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable.
|
|
227
|
+
Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-gcm, aes-256-cbc, aes-256-gcm, and des-ede3-cbc. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable.
|
|
262
228
|
"""
|
|
263
229
|
return __config__.get('privateKeyPassphrase') or _utilities.get_env('SNOWFLAKE_PRIVATE_KEY_PASSPHRASE')
|
|
264
230
|
|
|
265
231
|
@_builtins.property
|
|
266
232
|
def profile(self) -> Optional[str]:
|
|
267
233
|
"""
|
|
268
|
-
Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment
|
|
269
|
-
variable.
|
|
234
|
+
Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable.
|
|
270
235
|
"""
|
|
271
236
|
return __config__.get('profile')
|
|
272
237
|
|
|
273
238
|
@_builtins.property
|
|
274
239
|
def protocol(self) -> Optional[str]:
|
|
275
240
|
"""
|
|
276
|
-
A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the
|
|
277
|
-
`SNOWFLAKE_PROTOCOL` environment variable.
|
|
241
|
+
A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable.
|
|
278
242
|
"""
|
|
279
243
|
return __config__.get('protocol') or _utilities.get_env('SNOWFLAKE_PROTOCOL')
|
|
280
244
|
|
|
281
245
|
@_builtins.property
|
|
282
246
|
def request_timeout(self) -> Optional[int]:
|
|
283
247
|
"""
|
|
284
|
-
request retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the
|
|
285
|
-
`SNOWFLAKE_REQUEST_TIMEOUT` environment variable.
|
|
248
|
+
request retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable.
|
|
286
249
|
"""
|
|
287
250
|
return __config__.get_int('requestTimeout')
|
|
288
251
|
|
|
289
252
|
@_builtins.property
|
|
290
253
|
def role(self) -> Optional[str]:
|
|
291
254
|
"""
|
|
292
|
-
Specifies the role to use by default for accessing Snowflake objects in the client session. Can also be sourced from the
|
|
293
|
-
`SNOWFLAKE_ROLE` environment variable.
|
|
255
|
+
Specifies the role to use by default for accessing Snowflake objects in the client session. Can also be sourced from the `SNOWFLAKE_ROLE` environment variable.
|
|
294
256
|
"""
|
|
295
257
|
return __config__.get('role') or _utilities.get_env('SNOWFLAKE_ROLE')
|
|
296
258
|
|
|
297
259
|
@_builtins.property
|
|
298
260
|
def skip_toml_file_permission_verification(self) -> Optional[bool]:
|
|
299
261
|
"""
|
|
300
|
-
False by default. Skips TOML configuration file permission verification. This flag has no effect on Windows systems, as
|
|
301
|
-
the permissions are not checked on this platform. Instead of skipping the permissions verification, we recommend setting
|
|
302
|
-
the proper privileges - see the section below. Can also be sourced from the
|
|
303
|
-
`SNOWFLAKE_SKIP_TOML_FILE_PERMISSION_VERIFICATION` environment variable.
|
|
262
|
+
False by default. Skips TOML configuration file permission verification. This flag has no effect on Windows systems, as the permissions are not checked on this platform. Instead of skipping the permissions verification, we recommend setting the proper privileges - see the section below. Can also be sourced from the `SNOWFLAKE_SKIP_TOML_FILE_PERMISSION_VERIFICATION` environment variable.
|
|
304
263
|
"""
|
|
305
264
|
return __config__.get_bool('skipTomlFilePermissionVerification')
|
|
306
265
|
|
|
307
266
|
@_builtins.property
|
|
308
267
|
def tmp_directory_path(self) -> Optional[str]:
|
|
309
268
|
"""
|
|
310
|
-
Sets temporary directory used by the driver for operations like encrypting, compressing etc. Can also be sourced from
|
|
311
|
-
the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable.
|
|
269
|
+
Sets temporary directory used by the driver for operations like encrypting, compressing etc. Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable.
|
|
312
270
|
"""
|
|
313
271
|
return __config__.get('tmpDirectoryPath')
|
|
314
272
|
|
|
315
273
|
@_builtins.property
|
|
316
274
|
def token(self) -> Optional[str]:
|
|
317
275
|
"""
|
|
318
|
-
Token to use for OAuth and other forms of token based auth. When this field is set here, or in the TOML file, the
|
|
319
|
-
provider sets the `authenticator` to `OAUTH`. Optionally, set the `authenticator` field to the authenticator you want to
|
|
320
|
-
use. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable.
|
|
276
|
+
Token to use for OAuth and other forms of token based auth. When this field is set here, or in the TOML file, the provider sets the `authenticator` to `OAUTH`. Optionally, set the `authenticator` field to the authenticator you want to use. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable.
|
|
321
277
|
"""
|
|
322
278
|
return __config__.get('token')
|
|
323
279
|
|
|
@@ -328,9 +284,7 @@ class _ExportableConfig(types.ModuleType):
|
|
|
328
284
|
@_builtins.property
|
|
329
285
|
def use_legacy_toml_file(self) -> Optional[bool]:
|
|
330
286
|
"""
|
|
331
|
-
False by default. When this is set to true, the provider expects the legacy TOML format. Otherwise, it expects the new
|
|
332
|
-
format. See more in the section below Can also be sourced from the `SNOWFLAKE_USE_LEGACY_TOML_FILE` environment
|
|
333
|
-
variable.
|
|
287
|
+
False by default. When this is set to true, the provider expects the legacy TOML format. Otherwise, it expects the new format. See more in the section below Can also be sourced from the `SNOWFLAKE_USE_LEGACY_TOML_FILE` environment variable.
|
|
334
288
|
"""
|
|
335
289
|
return __config__.get_bool('useLegacyTomlFile')
|
|
336
290
|
|
|
@@ -344,16 +298,14 @@ class _ExportableConfig(types.ModuleType):
|
|
|
344
298
|
@_builtins.property
|
|
345
299
|
def validate_default_parameters(self) -> Optional[str]:
|
|
346
300
|
"""
|
|
347
|
-
True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a
|
|
348
|
-
connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable.
|
|
301
|
+
True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable.
|
|
349
302
|
"""
|
|
350
303
|
return __config__.get('validateDefaultParameters')
|
|
351
304
|
|
|
352
305
|
@_builtins.property
|
|
353
306
|
def warehouse(self) -> Optional[str]:
|
|
354
307
|
"""
|
|
355
|
-
Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced
|
|
356
|
-
from the `SNOWFLAKE_WAREHOUSE` environment variable.
|
|
308
|
+
Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable.
|
|
357
309
|
"""
|
|
358
310
|
return __config__.get('warehouse') or _utilities.get_env('SNOWFLAKE_WAREHOUSE')
|
|
359
311
|
|
|
@@ -753,6 +753,10 @@ class Database(pulumi.CustomResource):
|
|
|
753
753
|
"""
|
|
754
754
|
## Import
|
|
755
755
|
|
|
756
|
+
Make sure that `is_transient` and `with_managed_access` are set in your config explicitly before import to avoid diff and recreation
|
|
757
|
+
|
|
758
|
+
(reasons are presented in this migration guide entry).
|
|
759
|
+
|
|
756
760
|
```sh
|
|
757
761
|
$ pulumi import snowflake:index/database:Database example '"<database_name>"'
|
|
758
762
|
```
|
|
@@ -790,6 +794,10 @@ class Database(pulumi.CustomResource):
|
|
|
790
794
|
"""
|
|
791
795
|
## Import
|
|
792
796
|
|
|
797
|
+
Make sure that `is_transient` and `with_managed_access` are set in your config explicitly before import to avoid diff and recreation
|
|
798
|
+
|
|
799
|
+
(reasons are presented in this migration guide entry).
|
|
800
|
+
|
|
793
801
|
```sh
|
|
794
802
|
$ pulumi import snowflake:index/database:Database example '"<database_name>"'
|
|
795
803
|
```
|