Cloud Data Extractor
Contents:
cloud_data_extractor
Cloud Data Extractor
Index
Index
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
S
|
T
|
W
C
certificate_credentials() (src.core.firestoreconnection.FirestoreConnection method)
(src.interface.clouddataextractor.CloudDataExtractor method)
CloudDataExtractor (class in src.interface.clouddataextractor)
CollectionIsNone
ConnectionNotConfigured
CredentialsError
D
DataReader (class in src.core.datareader)
DataReaderUI (class in src.interface.datareaderui)
db_client() (src.core.firestoreconnection.FirestoreConnection method)
(src.interface.clouddataextractor.CloudDataExtractor method)
db_get_collection() (src.interface.clouddataextractor.CloudDataExtractor method)
DBError
debug() (src.core.log.Log method)
E
error() (src.core.log.Log method)
extract_collection() (src.interface.clouddataextractor.CloudDataExtractor method)
extract_data() (src.interface.clouddataextractor.CloudDataExtractor method)
F
fetch_as_dataframe() (src.core.datareader.DataReader method)
(src.interface.datareaderui.DataReaderUI method)
fetch_as_dicts() (src.core.datareader.DataReader method)
(src.interface.datareaderui.DataReaderUI method)
FirestoreConnection (class in src.core.firestoreconnection)
G
get_code() (src.exceptions.exceptions.CollectionIsNone method)
(src.exceptions.exceptions.ConnectionNotConfigured method)
(src.exceptions.exceptions.CredentialsError method)
(src.exceptions.exceptions.DBError method)
get_collection_name() (src.core.firestoreconnection.FirestoreConnection method)
get_credentials() (src.core.firestoreconnection.FirestoreConnection method)
get_db() (src.core.firestoreconnection.FirestoreConnection method)
get_firestore_connection() (src.interface.clouddataextractor.CloudDataExtractor method)
get_message() (src.exceptions.exceptions.CollectionIsNone method)
(src.exceptions.exceptions.ConnectionNotConfigured method)
(src.exceptions.exceptions.CredentialsError method)
(src.exceptions.exceptions.DBError method)
get_path() (src.core.firestoreconnection.FirestoreConnection method)
get_results() (src.core.firestoreconnection.FirestoreConnection method)
I
info() (src.core.log.Log method)
initialize_app() (src.interface.clouddataextractor.CloudDataExtractor method)
initialize_firestore() (src.core.firestoreconnection.FirestoreConnection method)
L
Log (class in src.core.log)
M
module
src
src.core
src.core.datareader
src.core.firestoreconnection
src.core.log
src.exceptions
src.exceptions.exceptions
src.interface
src.interface.clouddataextractor
src.interface.datareaderui
tests
tests.core
tests.core.test_datareader
tests.core.test_firestoreconnection
tests.core.test_log
tests.exceptions
tests.exceptions.test_exceptions
tests.interface
tests.interface.test_clouddataextractor
tests.interface.test_datareaderui
S
save_collection() (src.core.firestoreconnection.FirestoreConnection method)
set_collection_name() (src.core.firestoreconnection.FirestoreConnection method)
set_credentials() (src.core.firestoreconnection.FirestoreConnection method)
set_db() (src.core.firestoreconnection.FirestoreConnection method)
set_firestore_connection() (src.interface.clouddataextractor.CloudDataExtractor method)
set_path() (src.core.firestoreconnection.FirestoreConnection method)
set_results() (src.core.firestoreconnection.FirestoreConnection method)
setUp() (tests.exceptions.test_exceptions.TestExceptions method)
src
module
src.core
module
src.core.datareader
module
src.core.firestoreconnection
module
src.core.log
module
src.exceptions
module
src.exceptions.exceptions
module
src.interface
module
src.interface.clouddataextractor
module
src.interface.datareaderui
module
T
test_certificate_credentials_failure() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_certificate_credentials_file_not_found() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_certificate_credentials_permission_error() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_certificate_credentials_success() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
(tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_CollectionIsNone_get_code() (tests.exceptions.test_exceptions.TestExceptions method)
test_CollectionIsNone_get_message() (tests.exceptions.test_exceptions.TestExceptions method)
test_CollectionIsNone_init() (tests.exceptions.test_exceptions.TestExceptions method)
test_ConnectionNotConfigured_get_code() (tests.exceptions.test_exceptions.TestExceptions method)
test_ConnectionNotConfigured_get_message() (tests.exceptions.test_exceptions.TestExceptions method)
test_ConnectionNotConfigured_init() (tests.exceptions.test_exceptions.TestExceptions method)
test_CredentialsError_get_code() (tests.exceptions.test_exceptions.TestExceptions method)
test_CredentialsError_get_message() (tests.exceptions.test_exceptions.TestExceptions method)
test_CredentialsError_init() (tests.exceptions.test_exceptions.TestExceptions method)
test_db_client_default_credentials_error() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_db_client_failure() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_db_client_success() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
(tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_db_get_collection_no_connection() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_db_get_collection_success() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_DBError_get_code() (tests.exceptions.test_exceptions.TestExceptions method)
test_DBError_get_message() (tests.exceptions.test_exceptions.TestExceptions method)
test_DBError_init() (tests.exceptions.test_exceptions.TestExceptions method)
test_debug_calls_logger() (tests.core.test_log.TestLog method)
test_error_calls_logger() (tests.core.test_log.TestLog method)
test_extract_collection_no_connection() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_extract_collection_results_none() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_extract_collection_save_failure() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_extract_collection_success() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_extract_data_credentials_fail() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_extract_data_db_client_fail() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_extract_data_success() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_fetch_as_dataframe_dataframe_memory_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_dataframe_type_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_dataframe_value_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_invalid_normalized_type() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_logs_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_logs_info() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_none_logs_error() (tests.interface.test_datareaderui.TestDataReaderUI method)
test_fetch_as_dataframe_normalize_memory_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_normalize_type_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_normalize_value_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dataframe_success() (tests.core.test_datareader.TestDataReader method)
(tests.interface.test_datareaderui.TestDataReaderUI method)
test_fetch_as_dicts_logs_error_on_exception() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dicts_logs_info() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dicts_memory_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dicts_none_logs_error() (tests.interface.test_datareaderui.TestDataReaderUI method)
test_fetch_as_dicts_success() (tests.core.test_datareader.TestDataReader method)
(tests.interface.test_datareaderui.TestDataReaderUI method)
test_fetch_as_dicts_type_error() (tests.core.test_datareader.TestDataReader method)
test_fetch_as_dicts_value_error() (tests.core.test_datareader.TestDataReader method)
test_get_collection() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_get_credentials() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_get_db() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_get_firestore_connection() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_get_path() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_get_results() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_info_calls_logger() (tests.core.test_log.TestLog method)
test_init() (tests.core.test_datareader.TestDataReader method)
(tests.core.test_firestoreconnection.TestFirestoreConnection method)
(tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
(tests.interface.test_datareaderui.TestDataReaderUI method)
test_initialize_app_calls_firestore_connection() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_initialize_firestore_raises_exception() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_initialize_firestore_success() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_log_init_creates_logger() (tests.core.test_log.TestLog method)
test_normalize_dict_items() (tests.core.test_datareader.TestDataReader method)
test_normalize_empty_iterable() (tests.core.test_datareader.TestDataReader method)
test_normalize_firestore_like_object() (tests.core.test_datareader.TestDataReader method)
test_normalize_item_none() (tests.core.test_datareader.TestDataReader method)
test_normalize_none() (tests.core.test_datareader.TestDataReader method)
test_normalize_not_iterable() (tests.core.test_datareader.TestDataReader method)
test_normalize_string_iterable_rejected() (tests.core.test_datareader.TestDataReader method)
test_normalize_to_dict_not_callable() (tests.core.test_datareader.TestDataReader method)
test_normalize_to_dict_raises_exception() (tests.core.test_datareader.TestDataReader method)
test_normalize_to_dict_returns_non_dict() (tests.core.test_datareader.TestDataReader method)
test_normalize_unsupported_type() (tests.core.test_datareader.TestDataReader method)
test_save_collection_collection_attribute_error() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_save_collection_db_is_none() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_save_collection_success() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_set_collection() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_set_credentials() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_set_db() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_set_firestore_connection() (tests.interface.test_clouddataextractor.TestCloudDataExtractor method)
test_set_path() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_set_results() (tests.core.test_firestoreconnection.TestFirestoreConnection method)
test_warning_calls_logger() (tests.core.test_log.TestLog method)
TestCloudDataExtractor (class in tests.interface.test_clouddataextractor)
TestDataReader (class in tests.core.test_datareader)
TestDataReaderUI (class in tests.interface.test_datareaderui)
TestExceptions (class in tests.exceptions.test_exceptions)
TestFirestoreConnection (class in tests.core.test_firestoreconnection)
TestLog (class in tests.core.test_log)
tests
module
tests.core
module
tests.core.test_datareader
module
tests.core.test_firestoreconnection
module
tests.core.test_log
module
tests.exceptions
module
tests.exceptions.test_exceptions
module
tests.interface
module
tests.interface.test_clouddataextractor
module
tests.interface.test_datareaderui
module
W
warning() (src.core.log.Log method)