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

DTS manifest file part 2 #206

Closed
wants to merge 8 commits into from
Closed

DTS manifest file part 2 #206

wants to merge 8 commits into from

Conversation

briehl
Copy link
Member

@briehl briehl commented Nov 13, 2024

This adds the parsing functionality to the DTS manifest work. It expects the following format:

{
    "resources": [{
        "id": str,
        "path": str,
        "name": str,
        "format": str,
        "instructions": {
            "data_type": str,
            "parameters": {
                "param1": "value1",
                "param2": "value2",
            }
        }
    }]
}

TODO on this PR:

    • Finish positive tests
    • Finish negative tests
      • parameter values are not primitives
      • data_type is not a str
    • Integrate manifest.json into test_file_parser.py (on further investigation, not necessary)

Next (final?) PR will be documentation updates.

@briehl briehl marked this pull request as draft November 13, 2024 23:07
Base automatically changed from dts-manifest-file to develop November 27, 2024 21:27
@briehl briehl closed this Dec 4, 2024
@briehl briehl deleted the dts-manifest-file-2 branch December 17, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant