Skip to content

Commit

Permalink
Collect used dbt arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lustefaniak committed Feb 28, 2023
1 parent c38f3fc commit 4bae106
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
1 change: 1 addition & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var runCmd = &cobra.Command{
dbtResult.EnvVars = collectEnvVars()
dbtResult.UploaderVersion = build.Version
dbtResult.UploaderBuildTime = build.Time
dbtResult.Args = args

if err := uploadArtifactsToSynq(cmd.Context(), dbtResult, token, url); err != nil {
logrus.Printf("synq-dbt failed: %s", err.Error())
Expand Down
26 changes: 18 additions & 8 deletions gen/clients/v1/dbt.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bae106

Please sign in to comment.