Closed bbesash closed 2 years ago
Suggested edits:
run-operation
s to upload artifactsBecause run-operation
rewrites manifest.json
(with a new command_invocation_id
), the join on command_invocation_id
doesn't work.
I haven't dug in further here, but the solution will probably involve joining on some other columns, like a job_id (extracted from an environment variable)
Created issue #19 to fix and document the root-cause of this issue 🙂
I've confirmed that this is working - @alanmcruickshank feel free to close
I'm unable to reproduce this issue so will close for now.
Hey there - was working on installing this package and was running into some issues with the
fct_dbt__critical_path
table being empty. I took out part of the CTE infct_dbt_latestfull_model_executions
that filters for full runs as this is not super helpful to us i.e.but still no dice. I thought it was because the model joins on
command_invocation_id
which seems to be different for each artifact created> As in therun_result json
has a different id than themanifest.json
even though we are running them on the same command line? that join happens in the same model here-Any help is greatly appreciated.