You can translate the question and the replies:

how to use import.sh to run the vql?

I understand and used below to run vql shell by import.sh, which run the vql shell in a file using below command with option "-f": $DENODO_HOME/bin/import.sh -f ${connectionTmpFile} -h "${i}?${uid}@${passwords}&queryTimeout=9" >> ${objectlogFile} 2>&1 If I want to run vql shell directly, not from file, hwo to do it? is this one with the option "-e"? $DENODO_HOME/bin/import.sh -e "select * from view_a limit 10" -h "${i}?${uid}@${passwords}&queryTimeout=9" >> ${objectlogFile} 2>&1
user
24-12-2020 10:23:05 -0500
code

1 Answer

Hi, I would place the VQL commands into the .vql file and then use the import.sh script to run it. The import.sh script is used to import metadata and cannot run a single VQL command. Hope this helps!
Denodo Team
28-12-2020 12:23:23 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here