-
Notifications
You must be signed in to change notification settings - Fork 178
Fixes failed AD group import #1162
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
Conversation
# Conflicts: # pom.xml # src/main/java/org/ohdsi/webapi/cohortcharacterization/GenerateCohortCharacterizationTasklet.java # src/main/resources/resources/cohortcharacterizations/sql/prevalenceWithCriteria.sql
# Conflicts: # src/main/java/org/ohdsi/webapi/cohortcharacterization/CcServiceImpl.java
# Conflicts: # src/main/java/org/ohdsi/webapi/cohortcharacterization/GenerateCohortCharacterizationTasklet.java
# Conflicts: # src/main/java/org/ohdsi/webapi/service/FeatureExtractionService.java
pavgra
left a comment
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.
As discussed with @anthonysena and @chrisknoll , let's store AD import properties in a separate table as we do this for CC, Pathways, etc
...ces/db/migration/postgresql/V2.8.0.20190531181956__alter_job-execution-params_string-val.sql
Outdated
Show resolved
Hide resolved
The changes made in this PR set a new column user_roles in the user_import_job table to store the roles from active directory which addresses the original review from @pavgra.
Fixes #1155