Add package_names_hashed param for rule phone_application_categories.

master
junos 2023-04-18 22:40:11 +02:00
parent a6bc0a90d1
commit f261286542
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ rule phone_application_categories:
catalogue_file = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["CATALOGUE_FILE"],
update_catalogue_file = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["UPDATE_CATALOGUE_FILE"],
scrape_missing_genres = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["SCRAPE_MISSING_CATEGORIES"]
package_names_hashed = lambda wildcards: config["PHONE_APPLICATIONS_" + str(wildcards.type).upper()]["APPLICATION_CATEGORIES"]["PACKAGE_NAMES_HASHED"]
output:
"data/raw/{pid}/phone_applications_{type}_with_datetime_with_categories.csv"
script: