MCPcopy Create free account

hub / github.com/Titan-Systems/titan / functions

Functions1,136 in github.com/Titan-Systems/titan

Method__init__
( self, name: str, object_types: list[ObjectType], allowed_accounts: list[str]
titan/resources/replication_group.py:108
Method__init__
( self, name: str, storage_provider: ExternalVolumeStorageProvider, storage_ba
titan/resources/external_volume.py:72
Method__init__
( self, name: str, owner: str = "SYSADMIN", warehouse: Warehouse = None,
titan/resources/task.py:129
Method__init__
( self, name: str, owner: str = "USERADMIN", password: str = None, log
titan/resources/user.py:162
Method__init__
( self, name: str, database: str, owner: str = "USERADMIN", tags: dict
titan/resources/role.py:140
Method__init__
( self, name: str, comment: str = None, data_type: str = None, not_nul
titan/resources/view.py:40
Method__init__
(self)
titan/resources/resource.py:507
Method__init__
(self, name: Union[str, ResourceName, VarString], **kwargs)
titan/resources/resource.py:569
Method__init__
(self, name: Union[str, ResourceName], resource_type: ResourceType)
titan/resources/resource.py:618
Method__init__
( self, name: str, allowed_network_rule_list: list[NetworkRule] = None, blocke
titan/resources/network_policy.py:94
Method__init__
( self, name: str, table_format: CatalogTableFormat, enabled: bool = True,
titan/resources/catalog_integration.py:195
Method__init__
( self, name: str, returns: DataType, api_integration: str, as_: str,
titan/resources/external_function.py:79
Method__init__
( self, name: str, username: str, password: str, comment: str = None,
titan/resources/secret.py:83
Method__init__
( self, name: str, secret_string: str, comment: str = None, owner: str
titan/resources/secret.py:159
Method__init__
( self, name: str, warehouse: Warehouse, schedule: str, condition: str
titan/resources/alert.py:78
Method__init__
( self, name: str, columns: list[Column], owner: str = "SYSADMIN", ext
titan/resources/iceberg_table.py:72
Method__init__
( self, name: str, type: NetworkIdentifierType = NetworkIdentifierType.IPV4, v
titan/resources/network_rule.py:99
Method__init__
( self, name: str, args: list, returns: DataType, runtime_version: str
titan/resources/procedure.py:138
Method__init__
( self, name: str, api_provider: ApiProvider, api_aws_role_arn: str, e
titan/resources/api_integration.py:93
Method__init__
( self, name: str, on_table: str, owner: str = "SYSADMIN", copy_grants
titan/resources/stream.py:106
Method__init__
( self, name: str, on_stage: str, owner: str = "SYSADMIN", copy_grants
titan/resources/stream.py:255
Method__init__
(self, name: str, value: Any, **kwargs)
titan/resources/account_parameter.py:53
Method__init__
( self, name: str, cluster_by: list[str] = None, data_retention_time_in_days:
titan/resources/event_table.py:102
Method__init__
( self, name: str, args: list, returns: str, as_: str, copy_gr
titan/resources/function.py:116
Method__init__
( self, name: str, owner: str = "ACCOUNTADMIN", comment: str = None, *
titan/resources/share.py:59
Method__init__
( self, name: str, owner: str = "SYSADMIN", start: int = None, increme
titan/resources/sequence.py:69
Method__init__
( self, name: str, columns: list[Column], constraints: list[str] = None,
titan/resources/table.py:113
Method__init__
( self, name: str, comment: str = None, **kwargs, )
titan/resources/dynamic_table.py:47
Method__init__
( self, name: str, password_min_length: int = 8, password_max_length: int = 25
titan/resources/password_policy.py:117
Method__init__
( self, name: str, credit_quota: int = None, frequency: ResourceMonitorFrequen
titan/resources/resource_monitor.py:101
Method__init__
( self, name: str, session_idle_timeout_mins: int = None, session_ui_idle_time
titan/resources/session_policy.py:76
Method__init__
( self, name: str, as_: str, owner: str = "SYSADMIN", auto_ingest: boo
titan/resources/pipe.py:89
Method__init__
( self, name: str, owner: str = "SYSADMIN", min_nodes: int = None, max
titan/resources/compute_pool.py:92
Method__init__
( self, name: str, object_types: list[ObjectType], allowed_accounts: list[str]
titan/resources/failover_group.py:123
Method__init__
( self, name: str, authentication_methods: list[str] = None, mfa_authenticatio
titan/resources/authentication_policy.py:133
Method__init__
( self, name: str, columns: list[Column], tags: dict[str, str] = None,
titan/resources/hybrid_table.py:82
Method__init__
( self, name: str, data_type: str, collate: str = None, comment: str =
titan/resources/column.py:57
Method__init__
( self, name: str, owner: str = "SYSADMIN", warehouse_type: str = "STANDARD",
titan/resources/warehouse.py:170
Method__init__
( self, name: str, language: Language = Language.PYTHON, allowlist: list[str]
titan/resources/packages_policy.py:87
Method__init__
( self, priv: str, to: Union[Role, DatabaseRole], grant_option: bool = False,
titan/resources/grant.py:335
Method__init__
( self, priv: str, to: Role, grant_option: bool = False, **kwargs,
titan/resources/grant.py:532
Method__init__
Usage ----- Grant to Role: >>> RoleGrant(role="somerole", to_role="someotherrole") >>> RoleGrant(role="somer
titan/resources/grant.py:679
Method__init__
( self, database_role: str, to_role: str = None, to_database_role: str = None,
titan/resources/grant.py:781
Method__init__
( self, name: str, enabled: bool = True, oauth_client: OAuthClient = None,
titan/resources/security_integration.py:118
Method__init__
( self, name: str, auth_type: str = "OAUTH2", oauth_token_endpoint: str = None
titan/resources/security_integration.py:306
Method__init__
( self, name: str, # version: str = None, from_: str = None, main_file
titan/resources/notebook.py:45
Method__init__
( self, name: str, allowed_network_rules: list[NetworkRule] = None, allowed_ap
titan/resources/external_access_integration.py:107
Method__init__
( self, name: str, owner: str = "SYSADMIN", secure: bool = False, colu
titan/resources/materialized_view.py:94
Method__init__
( self, name: str, owner: str = "SYSADMIN", **kwargs, )
titan/resources/image_repository.py:51
Method__init__
( self, name: str, compute_pool: ComputePool, stage: str = None, yaml_
titan/resources/service.py:117
Method__init__
( self, name: str, owner: str = "SYSADMIN", compression: Compression = Compres
titan/resources/file_format.py:325
Method__init__
( self, name: str, owner: str = "SYSADMIN", compression: str = "AUTO",
titan/resources/file_format.py:451
Method__init__
(self, snowflake_err: Exception)
titan/operations/connector.py:49
Method__init__
(self, path: Path)
titan/operations/connector.py:54
Method__init__
(self, path: Path, size_limit_in_kb: int)
titan/operations/connector.py:59
Method__iter__
(self)
titan/resource_tags.py:30
Method__len__
(self)
titan/resource_tags.py:27
Method__missing__
(self, key)
titan/var.py:29
Method__post_init__
(self)
titan/blueprint_config.py:34
Method__post_init__
(self)
titan/resources/storage_integration.py:137
Method__post_init__
(self)
titan/resources/storage_integration.py:230
Method__post_init__
(self)
titan/resources/tag.py:21
Method__post_init__
(self)
titan/resources/stage.py:170
Method__post_init__
(self)
titan/resources/notification_integration.py:37
Method__post_init__
(self)
titan/resources/masking_policy.py:22
Method__post_init__
(self)
titan/resources/scanner_package.py:18
Method__post_init__
(self)
titan/resources/external_volume.py:37
Method__post_init__
(self)
titan/resources/task.py:42
Method__post_init__
(self)
titan/resources/user.py:48
Method__post_init__
(self)
titan/resources/role.py:88
Method__post_init__
(self)
titan/resources/view.py:77
Method__post_init__
(self)
titan/resources/resource.py:219
Method__post_init__
(self)
titan/resources/network_policy.py:27
Method__post_init__
(self)
titan/resources/catalog_integration.py:141
Method__post_init__
(self)
titan/resources/secret.py:188
Method__post_init__
(self)
titan/resources/iceberg_table.py:44
Method__post_init__
(self)
titan/resources/network_rule.py:38
Method__post_init__
(self)
titan/resources/procedure.py:39
Method__post_init__
(self)
titan/resources/stream.py:32
Method__post_init__
(self)
titan/resources/table.py:41
Method__post_init__
(self)
titan/resources/resource_monitor.py:35
Method__post_init__
(self)
titan/resources/session_policy.py:23
Method__post_init__
(self)
titan/resources/authentication_policy.py:42
Method__post_init__
(self)
titan/resources/hybrid_table.py:25
Method__post_init__
(self)
titan/resources/column.py:23
Method__post_init__
(self)
titan/resources/packages_policy.py:26
Method__post_init__
(self)
titan/resources/grant.py:264
Method__post_init__
(self)
titan/resources/grant.py:456
Method__post_init__
(self)
titan/resources/grant.py:626
Method__post_init__
(self)
titan/resources/grant.py:763
Method__post_init__
(self)
titan/resources/security_integration.py:47
Method__post_init__
(self)
titan/resources/external_access_integration.py:26
Method__post_init__
(self)
titan/resources/materialized_view.py:32
Method__post_init__
(self)
titan/resources/file_format.py:217
Method__post_init__
(self)
titan/resources/file_format.py:383
Method__repr__
(self)
titan/resource_name.py:54
Method__repr__
(self)
titan/props.py:72
Method__repr__
(self)
titan/props.py:95
Method__repr__
(self)
titan/privs.py:26
Method__repr__
(self)
titan/identifiers.py:67
← previousnext →401–500 of 1,136, ranked by callers