"""Constants for the SoundRecordingPlaylistPlacements test files in this folder. Other shared symbols (do NOT redefine them here): - ``PLAYLIST_TYPES``, ``APPEARANCE_CURRENT``, ``APPEARANCE_PAST`` → ``app.src.tests.insights.tests_common`` - ``ISRCS``, ``NMF_PLAYLISTS``, CSV loaders → ``app.data`` """ PLACEMENTS_QUERY = "SoundRecordingPlaylistPlacements" TEST_ISRC = "USSM12209777" TEST_MARKET = "us" PAGE_LIMIT = 500 # GraphQL page size for Insights queries APOLLO_MAX_LIMIT = 1000 # Apollo fetch limit — higher than PAGE_LIMIT to avoid truncating results