bi_etl
Sequence of an ETL Task
Source / Target Components
Transformations
Examples
config.ini
Code Documentation Standards
Building the HTML Version
reStructuredText Header Levels
bi_etl package
Subpackages
bi_etl.boto3_helper package
bi_etl.bulk_loaders package
bi_etl.components package
Subpackages
Submodules
Module contents
bi_etl.config package
bi_etl.database package
bi_etl.exceptions package
bi_etl.informatica package
bi_etl.lookups package
bi_etl.notifiers package
bi_etl.scheduler package
bi_etl.utility package
Submodules
Module contents
bi_etl
bi_etl package
bi_etl.components package
bi_etl.components.get_next_key package
bi_etl.components.get_next_key.shared_table_memory module
bi_etl.components.get_next_key.shared_table_memory module
class
bi_etl.components.get_next_key.shared_table_memory.
SharedTableMemory
(
manager
,
chunk_size
:
int
)
[source]
Bases:
BaseTableMemory
__init__
(
manager
,
chunk_size
:
int
)
[source]
get_key_from_shared
(
column
:
str
)
→
int
[source]
get_next_from_database
(
column_obj
:
Column
)
→
int
get_next_key
(
column
:
str
)
→
int
[source]