Skip to content

Commit bbb2bed

Browse files
committed
remove unused env var
1 parent 547f623 commit bbb2bed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mimic-iv/concepts/convert_bigquery_to_postgres.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export REGEX_INT="s/CAST\(hr AS INT64\)/CAST\(hr AS bigint\)/g"
1717
export REGEX_ARRAY="s/GENERATE_ARRAY\(-24, CEIL\(DATETIME\_DIFF\(it\.outtime_hr, it\.intime_hr, HOUR\)\)\)/ARRAY\(SELECT \* FROM generate\_series\(-24, CEIL\(DATETIME\_DIFF\(it\.outtime_hr, it\.intime_hr, HOUR\)\)\)\)/g"
1818
export REGEX_HOUR_INTERVAL="s/INTERVAL CAST\(hr AS INT64\) HOUR/interval \'1\' hour * CAST\(hr AS bigint\)/g"
1919
export REGEX_SECONDS="s/SECOND\)/\'SECOND\'\)/g"
20-
export CONNSTR='-U postgres -h localhost -p 5500 -d mimic-iv' # -d mimic
21-
2220

2321
# First, we re-create the postgres-make-concepts.sql file.
2422
echo "\echo ''" > $TARGET_PATH/postgres-make-concepts.sql

0 commit comments

Comments
 (0)