pulumi-snowflake 0.60.0__py3-none-any.whl → 0.60.0a1727848944__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +0 -36
- pulumi_snowflake/_inputs.py +3548 -19849
- pulumi_snowflake/_utilities.py +1 -1
- pulumi_snowflake/account.py +0 -5
- pulumi_snowflake/account_parameter.py +0 -5
- pulumi_snowflake/account_password_policy_attachment.py +0 -5
- pulumi_snowflake/account_role.py +0 -5
- pulumi_snowflake/alert.py +0 -5
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -5
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -5
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -5
- pulumi_snowflake/api_integration.py +0 -5
- pulumi_snowflake/config/__init__.pyi +0 -5
- pulumi_snowflake/config/outputs.py +0 -5
- pulumi_snowflake/config/vars.py +0 -5
- pulumi_snowflake/cortex_search_service.py +0 -5
- pulumi_snowflake/database.py +0 -5
- pulumi_snowflake/database_old.py +0 -5
- pulumi_snowflake/database_role.py +0 -5
- pulumi_snowflake/dynamic_table.py +0 -5
- pulumi_snowflake/email_notification_integration.py +0 -5
- pulumi_snowflake/external_function.py +0 -5
- pulumi_snowflake/external_oauth_integration.py +0 -5
- pulumi_snowflake/external_table.py +0 -5
- pulumi_snowflake/failover_group.py +0 -5
- pulumi_snowflake/file_format.py +0 -5
- pulumi_snowflake/function.py +0 -5
- pulumi_snowflake/get_accounts.py +4 -13
- pulumi_snowflake/get_alerts.py +4 -17
- pulumi_snowflake/get_cortex_search_services.py +4 -19
- pulumi_snowflake/get_current_account.py +4 -13
- pulumi_snowflake/get_current_role.py +4 -11
- pulumi_snowflake/get_database.py +4 -20
- pulumi_snowflake/get_database_role.py +4 -16
- pulumi_snowflake/get_database_roles.py +4 -17
- pulumi_snowflake/get_databases.py +4 -21
- pulumi_snowflake/get_dynamic_tables.py +4 -19
- pulumi_snowflake/get_external_functions.py +4 -15
- pulumi_snowflake/get_external_tables.py +4 -15
- pulumi_snowflake/get_failover_groups.py +4 -13
- pulumi_snowflake/get_file_formats.py +4 -15
- pulumi_snowflake/get_functions.py +4 -15
- pulumi_snowflake/get_grants.py +4 -21
- pulumi_snowflake/get_masking_policies.py +4 -19
- pulumi_snowflake/get_materialized_views.py +4 -15
- pulumi_snowflake/get_network_policies.py +4 -15
- pulumi_snowflake/get_parameters.py +4 -21
- pulumi_snowflake/get_pipes.py +4 -15
- pulumi_snowflake/get_procedures.py +4 -15
- pulumi_snowflake/get_resource_monitors.py +4 -13
- pulumi_snowflake/get_role.py +4 -13
- pulumi_snowflake/get_roles.py +4 -15
- pulumi_snowflake/get_row_access_policies.py +4 -19
- pulumi_snowflake/get_schemas.py +4 -23
- pulumi_snowflake/get_security_integrations.py +4 -15
- pulumi_snowflake/get_sequences.py +4 -15
- pulumi_snowflake/get_shares.py +4 -13
- pulumi_snowflake/get_stages.py +4 -15
- pulumi_snowflake/get_storage_integrations.py +4 -11
- pulumi_snowflake/get_streamlits.py +4 -19
- pulumi_snowflake/get_streams.py +4 -15
- pulumi_snowflake/get_system_generate_scim_access_token.py +4 -13
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -13
- pulumi_snowflake/get_system_get_private_link_config.py +4 -19
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -12
- pulumi_snowflake/get_tables.py +4 -15
- pulumi_snowflake/get_tasks.py +4 -15
- pulumi_snowflake/get_users.py +4 -21
- pulumi_snowflake/get_views.py +4 -21
- pulumi_snowflake/get_warehouses.py +4 -17
- pulumi_snowflake/grant_account_role.py +0 -5
- pulumi_snowflake/grant_application_role.py +0 -5
- pulumi_snowflake/grant_database_role.py +0 -5
- pulumi_snowflake/grant_ownership.py +0 -5
- pulumi_snowflake/grant_privileges_to_account_role.py +0 -5
- pulumi_snowflake/grant_privileges_to_database_role.py +0 -5
- pulumi_snowflake/grant_privileges_to_share.py +0 -5
- pulumi_snowflake/managed_account.py +0 -5
- pulumi_snowflake/masking_policy.py +4 -9
- pulumi_snowflake/materialized_view.py +0 -5
- pulumi_snowflake/network_policy.py +0 -5
- pulumi_snowflake/network_policy_attachment.py +0 -5
- pulumi_snowflake/network_rule.py +0 -5
- pulumi_snowflake/notification_integration.py +0 -5
- pulumi_snowflake/oauth_integration.py +0 -5
- pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -5
- pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -5
- pulumi_snowflake/object_parameter.py +0 -5
- pulumi_snowflake/outputs.py +2936 -10916
- pulumi_snowflake/password_policy.py +0 -5
- pulumi_snowflake/pipe.py +0 -5
- pulumi_snowflake/procedure.py +0 -5
- pulumi_snowflake/provider.py +0 -5
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +0 -5
- pulumi_snowflake/role.py +0 -5
- pulumi_snowflake/row_access_policy.py +4 -9
- pulumi_snowflake/saml2_integration.py +0 -5
- pulumi_snowflake/saml_integration.py +0 -5
- pulumi_snowflake/schema.py +0 -5
- pulumi_snowflake/scim_integration.py +0 -5
- pulumi_snowflake/secondary_database.py +0 -5
- pulumi_snowflake/sequence.py +0 -5
- pulumi_snowflake/session_parameter.py +0 -5
- pulumi_snowflake/share.py +0 -5
- pulumi_snowflake/shared_database.py +0 -5
- pulumi_snowflake/stage.py +7 -12
- pulumi_snowflake/storage_integration.py +0 -5
- pulumi_snowflake/stream.py +0 -5
- pulumi_snowflake/streamlit.py +0 -5
- pulumi_snowflake/table.py +0 -5
- pulumi_snowflake/table_column_masking_policy_application.py +0 -5
- pulumi_snowflake/table_constraint.py +0 -5
- pulumi_snowflake/tag.py +0 -5
- pulumi_snowflake/tag_association.py +0 -5
- pulumi_snowflake/tag_masking_policy_association.py +0 -5
- pulumi_snowflake/task.py +0 -5
- pulumi_snowflake/unsafe_execute.py +0 -5
- pulumi_snowflake/user.py +2 -7
- pulumi_snowflake/user_password_policy_attachment.py +0 -5
- pulumi_snowflake/user_public_keys.py +0 -5
- pulumi_snowflake/view.py +0 -5
- pulumi_snowflake/warehouse.py +0 -5
- {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/METADATA +2 -3
- pulumi_snowflake-0.60.0a1727848944.dist-info/RECORD +129 -0
- pulumi_snowflake/legacy_service_user.py +0 -3666
- pulumi_snowflake/service_user.py +0 -3585
- pulumi_snowflake/stream_on_external_table.py +0 -597
- pulumi_snowflake/stream_on_table.py +0 -631
- pulumi_snowflake-0.60.0.dist-info/RECORD +0 -133
- {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/top_level.txt +0 -0
pulumi_snowflake/__init__.py
CHANGED
|
@@ -76,7 +76,6 @@ from .grant_ownership import *
|
|
|
76
76
|
from .grant_privileges_to_account_role import *
|
|
77
77
|
from .grant_privileges_to_database_role import *
|
|
78
78
|
from .grant_privileges_to_share import *
|
|
79
|
-
from .legacy_service_user import *
|
|
80
79
|
from .managed_account import *
|
|
81
80
|
from .masking_policy import *
|
|
82
81
|
from .materialized_view import *
|
|
@@ -101,15 +100,12 @@ from .schema import *
|
|
|
101
100
|
from .scim_integration import *
|
|
102
101
|
from .secondary_database import *
|
|
103
102
|
from .sequence import *
|
|
104
|
-
from .service_user import *
|
|
105
103
|
from .session_parameter import *
|
|
106
104
|
from .share import *
|
|
107
105
|
from .shared_database import *
|
|
108
106
|
from .stage import *
|
|
109
107
|
from .storage_integration import *
|
|
110
108
|
from .stream import *
|
|
111
|
-
from .stream_on_external_table import *
|
|
112
|
-
from .stream_on_table import *
|
|
113
109
|
from .streamlit import *
|
|
114
110
|
from .table import *
|
|
115
111
|
from .table_column_masking_policy_application import *
|
|
@@ -361,14 +357,6 @@ _utilities.register(
|
|
|
361
357
|
"snowflake:index/grantPrivilegesToShare:GrantPrivilegesToShare": "GrantPrivilegesToShare"
|
|
362
358
|
}
|
|
363
359
|
},
|
|
364
|
-
{
|
|
365
|
-
"pkg": "snowflake",
|
|
366
|
-
"mod": "index/legacyServiceUser",
|
|
367
|
-
"fqn": "pulumi_snowflake",
|
|
368
|
-
"classes": {
|
|
369
|
-
"snowflake:index/legacyServiceUser:LegacyServiceUser": "LegacyServiceUser"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
360
|
{
|
|
373
361
|
"pkg": "snowflake",
|
|
374
362
|
"mod": "index/managedAccount",
|
|
@@ -553,14 +541,6 @@ _utilities.register(
|
|
|
553
541
|
"snowflake:index/sequence:Sequence": "Sequence"
|
|
554
542
|
}
|
|
555
543
|
},
|
|
556
|
-
{
|
|
557
|
-
"pkg": "snowflake",
|
|
558
|
-
"mod": "index/serviceUser",
|
|
559
|
-
"fqn": "pulumi_snowflake",
|
|
560
|
-
"classes": {
|
|
561
|
-
"snowflake:index/serviceUser:ServiceUser": "ServiceUser"
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
544
|
{
|
|
565
545
|
"pkg": "snowflake",
|
|
566
546
|
"mod": "index/sessionParameter",
|
|
@@ -609,22 +589,6 @@ _utilities.register(
|
|
|
609
589
|
"snowflake:index/stream:Stream": "Stream"
|
|
610
590
|
}
|
|
611
591
|
},
|
|
612
|
-
{
|
|
613
|
-
"pkg": "snowflake",
|
|
614
|
-
"mod": "index/streamOnExternalTable",
|
|
615
|
-
"fqn": "pulumi_snowflake",
|
|
616
|
-
"classes": {
|
|
617
|
-
"snowflake:index/streamOnExternalTable:StreamOnExternalTable": "StreamOnExternalTable"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"pkg": "snowflake",
|
|
622
|
-
"mod": "index/streamOnTable",
|
|
623
|
-
"fqn": "pulumi_snowflake",
|
|
624
|
-
"classes": {
|
|
625
|
-
"snowflake:index/streamOnTable:StreamOnTable": "StreamOnTable"
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
592
|
{
|
|
629
593
|
"pkg": "snowflake",
|
|
630
594
|
"mod": "index/streamlit",
|