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

Adds useName emit property, removes unused files, improves tests #60

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

matthewpeterkort
Copy link
Collaborator

@matthewpeterkort matthewpeterkort commented Dec 18, 2023

Adds useName emit property. When set to true, Only the resource name of the emitted object is used, and none of its previous pipeline names

ex:

Patient.json.gz is used when useName: True is specified.
Other wise person.Person.Patient.json.gz

  • emit:
    name: Patient
    useName: True

EDIT: files deleted, tests refactored, useName feature test added.
Resolves #59

@matthewpeterkort matthewpeterkort changed the title Adds useName emit property Adds useName emit property, removes unused files, improves tests Dec 20, 2023
@kellrott
Copy link
Member

LTGM

@kellrott kellrott merged commit 0443c22 into main Dec 21, 2023
1 of 2 checks passed
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.

Emitted file names should be customizable
2 participants