"""Config for the Chartmetric Socials Ingestion Workflow.""" import os environment = os.environ.get('Environment', 'dev') feed_name = 'chartmetric_socials' secrets_path = 'chartmetric_socials' row_limit_per_batch = 1500 main_accounts_export_limit = 500000 aggregate_accounts_export_limit = 400000 all_platform_names = [ 'deezer', 'facebook', 'instagram', 'soundcloud', 'spotify', 'tiktok', 'twitter', 'youtube'] log_table_name = 'chartmetric_socials_log' fact_socials_table = 'fact_socials'