diff --git a/analytics/config.yaml b/analytics/config.yaml index 868ba40..6578816 100644 --- a/analytics/config.yaml +++ b/analytics/config.yaml @@ -50,7 +50,7 @@ fileSinks: # The path for the queries to use for export queryPath: '${EXPORT_SOURCE_QUERIES_PATH:-/export/queries}' # The path to use for the exported output - exportOutputPath: '${EXPORT_OUTPUT_PATH:-/tmp/parquet}' + exportOutputPath: '/parquet' # The tag to use for the exported output. This is used to create a subdirectory in the exportOutputPath exportOutPutTag: '${EXPORT_OUTPUT_TAG:-location1}' # The format for export files. Currently only parquet and csv are supported diff --git a/analytics/dsl/export/.DS_Store b/analytics/dsl/export/.DS_Store deleted file mode 100644 index af35723..0000000 Binary files a/analytics/dsl/export/.DS_Store and /dev/null differ diff --git a/analytics/dsl/flattening/.DS_Store b/analytics/dsl/flattening/.DS_Store deleted file mode 100644 index 452f005..0000000 Binary files a/analytics/dsl/flattening/.DS_Store and /dev/null differ diff --git a/analytics/dsl/flattening/queries/.DS_Store b/analytics/dsl/flattening/queries/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/analytics/dsl/flattening/queries/.DS_Store and /dev/null differ diff --git a/analytics/dsl/flattening/queries/patients.sql b/analytics/dsl/flattening/queries/patients.sql index 18707e2..2ea49dd 100755 --- a/analytics/dsl/flattening/queries/patients.sql +++ b/analytics/dsl/flattening/queries/patients.sql @@ -106,4 +106,5 @@ GROUP BY person.creator, person.date_created, person.voided, - person.void_reason \ No newline at end of file + person.void_reason, + person.uuid \ No newline at end of file diff --git a/analytics/dsl/flattening/tables/.DS_Store b/analytics/dsl/flattening/tables/.DS_Store deleted file mode 100644 index 32a3b67..0000000 Binary files a/analytics/dsl/flattening/tables/.DS_Store and /dev/null differ diff --git a/analytics/dsl/flattening/tables/openmrs/.DS_Store b/analytics/dsl/flattening/tables/openmrs/.DS_Store deleted file mode 100644 index 6502f4c..0000000 Binary files a/analytics/dsl/flattening/tables/openmrs/.DS_Store and /dev/null differ diff --git a/analytics/liquibase/.DS_Store b/analytics/liquibase/.DS_Store deleted file mode 100644 index 4796fb2..0000000 Binary files a/analytics/liquibase/.DS_Store and /dev/null differ