File tree Expand file tree Collapse file tree 2 files changed +2363
-0
lines changed Expand file tree Collapse file tree 2 files changed +2363
-0
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ export OPENAI_API_KEY=$OPENAI_API_KEY
14
14
export ROSETTA_DRIVERS=/home/runner/work/rosettadb-postgres-to-kinetica/rosettadb-postgres-to-kinetica/drivers/*
15
15
export PATH=$PATH :/home/runner/work/rosettadb-postgres-to-kinetica/rosettadb-postgres-to-kinetica/rosetta/bin/
16
16
export PATH=$PATH :/home/runner/work/rosettadb-postgres-to-kinetica/rosettadb-postgres-to-kinetica/kinetica/
17
+ export EXTERNAL_TRANSLATION_FILE=/home/runner/work/rosettadb-postgres-to-kinetica/rosettadb-postgres-to-kinetica/translation/translation.csv
17
18
18
19
echo " [DEBUG] ROSETTA_DRIVERS=$ROSETTA_DRIVERS "
19
20
echo " [DEBUG] PATH=$PATH "
21
+ echo " [DEBUG] EXTERNAL_TRANSLATION_FILE=$EXTERNAL_TRANSLATION_FILE "
20
22
21
23
echo " [DEBUG] Show rosetta version"
22
24
rosetta --version
You can’t perform that action at this time.
0 commit comments