OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
128 stars 166 forks source link

Creating large sample data (>250 patients) for generated Cohort Definition fails on Databricks #2282

Open guybartal opened 1 year ago

guybartal commented 1 year ago

Expected behavior

Creating large sample data (>250 patients) for generated Cohort Definition on Databricks should work like other dialects does (MS SQL and Azure Synapse).

Actual behavior

image

image

example for smaller population sample which works: Screenshot 2023-05-30 125058

No logged errors spotted on WebAPI and no failed jobs on Databricks side.

Steps to reproduce behavior