Skip to content

Comments

Added 'dataset' parameter to bigquery #1121

Merged
pavgra merged 3 commits intomasterfrom
issue-1108-CC-failed-on-GCP
May 28, 2019
Merged

Added 'dataset' parameter to bigquery #1121
pavgra merged 3 commits intomasterfrom
issue-1108-CC-failed-on-GCP

Conversation

@aklochkova
Copy link
Contributor

Fixes #1108

@aklochkova aklochkova requested a review from wivern May 23, 2019 10:07
}
final String translatedSql = SqlTranslate.translateSql(sql, source.getSourceDialect());
final String translatedSql;
if (DBMSType.BIGQUERY.getOhdsiDB().equals(source.getSourceDialect())){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having if doesn't look like a solid solution. Cannot we avoid it?

@pavgra pavgra merged commit 21ad670 into master May 28, 2019
anthonysena pushed a commit that referenced this pull request May 30, 2019
* added migration for Cohort Expression update (#1103)

* Adds source password masquerading (#1112)

* Fixes Sql injection vulnerability (#1102)

* fixes pathway results migration (#1128)

* Fixes CC generation using BigQuery (#1121)

* Added caching for data density (#1138)

* Heracles treemap drill-down reports are shown now (#1139)

* Fixes inability to remove IR generation results for user having access to the Source (#1131)

* Fixes DataSourceAccess security annotation (#1133)

* Fixes DataSourceAccess security annotation

* Fixes after review

* Prepare files required for PLP Viewer shiny app in PLP script (#1142)

* Fixes IR execution on non-accessible IRs (#1124)

* Unique names for repeatedly added entities (#1145)

* Build JAR file additionally to WAR (#1136)

* Version increment
@anthonysena anthonysena deleted the issue-1108-CC-failed-on-GCP branch November 20, 2019 21:06
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.

Characterization execution failed on GCP

3 participants