You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from datalibrary.extract import DataLibrary, get_data
from datalibrary.load import load_to_db, save_to_excel
from datalibrary.transform import transform
load_dotenv() # take environment variables from .env.
def main():
"""
Executes the ETL (Extract, Transform, Load) process to fetch data from VAM Data Library, process the data, and load it into a database and/or save it to an Excel file.