Skip to content

Commit

Permalink
fix(elt): force depedency between purchases & products marts (#14)
Browse files Browse the repository at this point in the history
See #13 for upstream changes to the `melt-dbt` image encapsulated in
this commit
  • Loading branch information
givonwash authored Jun 28, 2024
1 parent ad34ff6 commit e549bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion melt-infra/src/argo-workflows/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class MeltArgoWorkflows extends MeltChart {
{ name: "postgresPort", value: postgresChart.port.toString() },
{ name: "postgresUsername", value: postgresChart.meltUser },

{ name: "meltDbtImageTag", value: "vvfpsj80w0nrspc1hpncdpqwck9898vq" },
{ name: "meltDbtImageTag", value: "gdy5vl0ja69jbj3wc52kz2h9spvvsklb" },
{ name: "meltDbtThreadCount", value: "2" },
],
},
Expand Down
2 changes: 1 addition & 1 deletion melt-infra/tests/__snapshots__/synth.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6280,7 +6280,7 @@ exports[`Synthesis argoWorkflows 1`] = `
},
{
"name": "meltDbtImageTag",
"value": "vvfpsj80w0nrspc1hpncdpqwck9898vq",
"value": "gdy5vl0ja69jbj3wc52kz2h9spvvsklb",
},
{
"name": "meltDbtThreadCount",
Expand Down

0 comments on commit e549bb9

Please sign in to comment.