Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding github tests for Reformatted output release #2196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions fbpcs/tests/github/bolt_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,31 @@ jobs:
attribution_rule: last_touch_1d
aggregation_type: measurement
pcs_features: [shard_combiner_pcf2_release]
attribution_new_output_format:
# publisher player args
publisher:
# required args #
input_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/inputs/publisher_e2e_input.csv
# optional args #
output_dir: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/outputs
expected_result_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/results/publisher_expected_result.json
# partner player args
partner:
# required args #
input_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/inputs/partner_e2e_input.csv
# optional args #
output_dir: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/outputs
expected_result_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/results/partner_expected_result.json

# args shared by both publisher and partner
shared:
# required args #
game_type: attribution
# optional args #
num_mpc_containers: 1
num_pid_containers: 1
concurrency: 1
num_files_per_mpc_container: 1
attribution_rule: last_touch_1d
aggregation_type: measurement
pcs_features: [private_attribution_reformatted_output]