Skip to content

Commit

Permalink
Cleaned up repo and fixed added missing changes from Ozone
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Mar 25, 2024
1 parent 8a5559c commit 1b61538
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analytics/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed analytics/dsl/export/.DS_Store
Binary file not shown.
Binary file removed analytics/dsl/flattening/.DS_Store
Binary file not shown.
Binary file removed analytics/dsl/flattening/queries/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion analytics/dsl/flattening/queries/patients.sql
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ GROUP BY
person.creator,
person.date_created,
person.voided,
person.void_reason
person.void_reason,
person.uuid
Binary file removed analytics/dsl/flattening/tables/.DS_Store
Binary file not shown.
Binary file removed analytics/dsl/flattening/tables/openmrs/.DS_Store
Binary file not shown.
Binary file removed analytics/liquibase/.DS_Store
Binary file not shown.

0 comments on commit 1b61538

Please sign in to comment.