TableLevelSharingProperties Class

Tables that will be included and excluded in the follower database.

Inheritance
TableLevelSharingProperties

Constructor

TableLevelSharingProperties(*, tables_to_include: Optional[List[str]] = None, tables_to_exclude: Optional[List[str]] = None, external_tables_to_include: Optional[List[str]] = None, external_tables_to_exclude: Optional[List[str]] = None, materialized_views_to_include: Optional[List[str]] = None, materialized_views_to_exclude: Optional[List[str]] = None, **kwargs)

Variables

tables_to_include
list[str]

List of tables to include in the follower database.

tables_to_exclude
list[str]

List of tables to exclude from the follower database.

external_tables_to_include
list[str]

List of external tables to include in the follower database.

external_tables_to_exclude
list[str]

List of external tables exclude from the follower database.

materialized_views_to_include
list[str]

List of materialized views to include in the follower database.

materialized_views_to_exclude
list[str]

List of materialized views exclude from the follower database.