bi_etl
1.6
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.boto3_helper.dynamodb module
bi_etl.boto3_helper.lambdas module
bi_etl.boto3_helper.s3 module
bi_etl.boto3_helper.session module
bi_etl.boto3_helper.ssm module
bi_etl.bulk_loaders package
bi_etl.components package
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
bi_etl
bi_etl package
bi_etl.boto3_helper package
bi_etl.boto3_helper.dynamodb module
bi_etl.boto3_helper.dynamodb module
Created on March 28, 2022
@author:
class
bi_etl.boto3_helper.dynamodb.
DynamoDB
(
session
,
region_name
:
str
=
None
)
[source]
Bases:
Boto3_Base
SERVICE
=
'dynamodb'
__init__
(
session
,
region_name
:
str
=
None
)
property
client
get_dynamo_table
(
dynamo_table_name
,
region_name
:
str
=
None
)
[source]
static
query_dynamo_table
(
dynamo_table
,
scan_args_list
:
Iterable
[
dict
]
)
→
Iterable
[
dict
]
[source]
query_dynamo_table_by_name
(
dynamo_table_name
,
region_name
,
scan_args_list
:
Iterable
[
dict
]
)
→
Iterable
[
dict
]
[source]
property
resource
scan_dynamo_table
(
dynamo_table
)
[source]
scan_dynamo_table_by_name
(
dynamo_table_name
,
region_name
)
[source]