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

Config missing needed values #149

Closed
Jday7879 opened this issue Jan 9, 2025 · 2 comments · Fixed by #158
Closed

Config missing needed values #149

Jday7879 opened this issue Jan 9, 2025 · 2 comments · Fixed by #158
Labels
bug Something isn't working

Comments

@Jday7879
Copy link
Collaborator

Jday7879 commented Jan 9, 2025

Values needed in append_back_data need to be added to config
"back_data_type"
"imputation_marker_col"

@Jday7879 Jday7879 added the bug Something isn't working label Jan 9, 2025
@AntonZogk
Copy link
Collaborator

@Jday7879 for the testing i had added this https://github.com/ONSdigital/monthly-business-survey-results/blob/main/tests/data/staging/back_data/test_config.json , this because the config isn't integrated in the package yet .

In the config we need to define these for append_back_data function:

"back_data_type":"type",
"imputation_marker_col":"imputation_marker"

Essentially these are used to link the imputation marker column name from our methods with imputation type from csw relevant column.

@Jday7879
Copy link
Collaborator Author

Thanks @AntonZogk I've got a branch which has some small fixes to run the full pipeline, I'll add it there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants