Skip to content

Commit

Permalink
fix patient data test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel committed Sep 3, 2024
1 parent a6d357a commit 5f46f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sqltest/patient.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SELECT
FROM v1.couchdb couchdb
FROM {{ source('couchdb', env_var('POSTGRES_TABLE')) }} couchdb
LEFT JOIN {{ ref('patient') }} patient ON couchdb._id = patient.uuid
WHERE
couchdb._deleted = false
Expand Down

0 comments on commit 5f46f8a

Please sign in to comment.