generated from opensafely-core/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a version 4.0 format which doesn't include the expectations
section
#224
Comments
After speaking with Peter, this doesn't sound urgent and could be done by the upcoming RAP Team rather than the current Pipeline Team. Please let me know if I've missed anything. |
When we introduce version 4, we'll also want to raise a validation error if there are any cohort-extractor actions in a project.yaml. Additionally, we should:
|
Merged
The steps are:
then, do the tasks listed in Peter's comment |
This was referenced Oct 11, 2024
This was referenced Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
expectations
configuration e.g.is no longer used by ehrQL, and therefore we should get rid of it.
However it is currently required by version 3.0 of the
project.yaml
format:pipeline/pipeline/features.py
Lines 6 to 10 in 8c706d6
pipeline/pipeline/models.py
Lines 186 to 211 in 8c706d6
Version 4.0 should reject this section.
Once we have done this we should update the research-template accordingly.
See also:
The text was updated successfully, but these errors were encountered: