-
Notifications
You must be signed in to change notification settings - Fork 458
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
Adding support for InterSystems IRIS dialect #717
base: main
Are you sure you want to change the base?
Conversation
Sync from OHDSI/CommonDataModel
The additional unit tests (off by default per the
I can provide values for these to reach our test server through email to the repo admin if needed, though this whole thing is pending a PR for the OHDSI/DatabaseConnector repo. |
OHDSI/DatabaseConnector#302 was just approved and is now part of DatabaseConnector 6.4. Hopefully that means this PR can now also proceed? |
server = Sys.getenv("CDMDDLBASE_ORACLE_SERVER"), | ||
pathToDriver = jdbcDriverFolder | ||
), | ||
"iris" = createConnectionDetails( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bdeboe. Can you confirm that there is an OHDSI iris testing environment?
This Pull Request adds DDL files generated for the new InterSystems IRIS dialect recently added to SqlRender per OHDSI/SqlRender@e5463e2, to address #716