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

fhir-bucket ignores --schema-name when running scan and load #2499

Closed
punktilious opened this issue Jun 11, 2021 · 1 comment
Closed

fhir-bucket ignores --schema-name when running scan and load #2499

punktilious opened this issue Jun 11, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@punktilious
Copy link
Collaborator

Describe the bug
The --schema-name argument should direct fhir-bucket to use a specific schema instead of the default FHIRBUCKET (for Db2 and PostgreSQL) or APP (for Derby).

Environment
4.8.3

To Reproduce
Try to use fhir-bucket main directed to another schema.

Expected behavior
It should be possible to direct fhir-bucket to use a specific schema with the --schema-name argument.

Additional context
N/A

@tbieste
Copy link
Contributor

tbieste commented Jul 1, 2021

Verified that --create-schema (for both derby and postgresql), as well as scanAndLoad, use the value of the --schema-name parameter as the schema name, when specified; otherwise they use the default schema name (for that DB type) as the schema name.

@tbieste tbieste closed this as completed Jul 1, 2021
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

No branches or pull requests

3 participants