"""Config for Apple Music Demographics Insights pre-aggregation workflow.""" import os FEED_NAME = 'apple_music_demographics' SNOWFLAKE_WARM_UP_URL = os.environ.get('SNOWFLAKE_WARM_UP_URL') QUERY_ROOT = os.path.realpath(os.path.dirname(__file__)) + '/queries/' DAYS_BACK_FOR_LAST_APPLE_MUSIC_INGESTION = 14