'can dolphinscheduler run a sql script or a python script file?
Can I upload sql scripts or python scripts, and run them in a process? I can only write sql statements in SQL tool, but I have some .sql files that should be executed.
Solution 1:[1]
you can use shell task or python task, take the following scripts named hellword.sh as an example, you can use it like this,
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | David |