Replies: 1 comment 1 reply
-
Hello and welcome to SQLPage! The root cause of the issue is that To fix this, split the command into separate arguments within sqlpage.exec(). Here’s how you can modify the commands: SELECT 'debug' as component;
SELECT sqlpage.exec('surveilr', 'ingest', 'files', '-r', sqlpage.current_working_directory() || '/study-files/'); Each part of the command ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Observations: The following commands work as expected:
However, the following commands fails:
Description:
I am trying to execute a command using sqlpage.exec() to run the Surveilr ingest process, but it fails.
The goal is to execute the Surveilr ingestion process with a dynamic directory path using SQLPage.
Environment:
SQLPage Version: 0.30.1
Surveilr Version: 1.1.0
Questions:
Why does these commands fail?
Any insights or suggestions to resolve this issue would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions