Hi all, this question is kind of similar to the on...
# getting-started
a
Hi all, this question is kind of similar to the one in the above thread but is possibly a bit specific to running target-duckdb in a Github action. @jacob_matson, thanks for your great work on the Modern Data Stack in a Box blogpost and your https://github.com/matsonj/nba-monte-carlo project! I'm using it as a reference point for my own Meltano/duckdb experiments :-) I'm trying to set up a similar project and I was hoping to use target-duckdb.
meltano run tap-csv target-duckdb
runs fine when I run the command directly in my container (and it writes data to
output/my.duckdb
as per the definition in my
meltano.yml
). When I invoke that command via a GH action though, I get this error:
Copy code
2023-01-22T11:42:30.432647Z [info     ] duckdb.IOException: IO Error: Cannot open file "/home/runner/work/alanytics2/alanytics2/output/my.duckdb": No such file or directory cmd_type=elb consumer=True name=target-duckdb producer=False stdio=stderr string_id=target-duckdb

2023-01-22T11:42:30.475867Z [error    ] Loader failed