Contents:
Bases: object
object
Class responsible for reading the extracted data and returning it in chosen format.
Method to fetch data as Pandas dataframe.
Method to fetch data as dictionaries.
Class that handles firestore connection.
Method for getting the firestore connection credentials.
Method for getting the firestore database client.
Method for getting the collection name.
Method for getting the credentials of firestore connection.
Method for getting the database of firestore connection.
Method for getting the path of firestore connection.
Method for getting the results of firestore connection.
Method for initializing firestore connection.
Method for getting the firestore collection.
Method for setting the collection name.
Method for setting the credentials of firestore connection.
Method for setting the database of firestore connection.
Method for setting the path of firestore connection.
Method for setting the results of firestore connection.
Logging wrapper around Python logging module.
Method logs debug message.
Method logs error message.
Method logs information message.
Method logs warning message.