Gennadiy Anisimov
Gennadiy Anisimov
It happens that due to connection issues or other conditions executeDqChecks fails and progress is lost. Resume option allows to recover progress of previous execution. Once certain check is processed...
It happens that due to connection issues or other conditions executeDqChecks fails and progress is lost. Resume option allows to recover progress of previous execution. Once certain check is processed...
It happens that due to connection issues or other conditions executeDqChecks fails and progress is lost. When new resume argument is set to TRUE, file in outputFile path is used...
When connection details is set up using Connection String, server value is NULL. It caused failure on attempt to extract dbName from server. Now, dbName is set to NA if...
Since HAVING clause removes records which don't match obs_month, we can use INNER JOIN here. This is to address problem in Databricks where small table in LEFT JOIN is not...
When I run exportToAres() with `outputFormat="duckdb"`, I see following error: ``` arguments imply differing number of rows: 1, 0 ``` Here is log: ``` ... Connecting using Redshift driver Generating...
In this [line](https://github.com/OHDSI/Achilles/blob/5ecc5b11c2b880bf62634c7303075f447fb85baa/R/exportToAres.R#L1022C12-L1022C28) DEVICES_BY_TYPE is fetched by CONCEPT_ID column. CONCEPT_ID column in the [query](https://github.com/OHDSI/Achilles/blob/5ecc5b11c2b880bf62634c7303075f447fb85baa/inst/sql/sql_server/export/device/sqlDevicesByType.sql#L3C19-L3C29) behind the dataDevicesByType is device type concept ID (see analysis 2105 [here](https://github.com/OHDSI/Achilles/blob/v1.7.2/inst/csv/achilles/achilles_analysis_details.csv)), but it's compared with...