Skip to content

Commit ae2a87e

Browse files
authored
format code to fix build (#10334)
1 parent 12cf893 commit ae2a87e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

airbyte-integrations/bases/standard-destination-test/src/main/java/io/airbyte/integrations/standardtest/destination/DestinationAcceptanceTest.java

+6-2
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,12 @@ public void testCustomDbtTransformations() throws Exception {
742742
runner.start();
743743
final Path transformationRoot = Files.createDirectories(jobRoot.resolve("transform"));
744744
final OperatorDbt dbtConfig = new OperatorDbt()
745-
// Forked from https://github.com/dbt-labs/jaffle_shop because they made a change that would have required a dbt version upgrade https://github.com/dbt-labs/jaffle_shop/commit/b1680f3278437c081c735b7ea71c2ff9707bc75f#diff-27386df54b2629c1191d8342d3725ed8678413cfa13b5556f59d69d33fae5425R20
746-
// We're actually two commits upstream of that, because the previous commit (https://github.com/dbt-labs/jaffle_shop/commit/ec36ae177ab5cb79da39ff8ab068c878fbac13a0) also breaks something
745+
// Forked from https://github.com/dbt-labs/jaffle_shop because they made a change that would have
746+
// required a dbt version upgrade
747+
// https://github.com/dbt-labs/jaffle_shop/commit/b1680f3278437c081c735b7ea71c2ff9707bc75f#diff-27386df54b2629c1191d8342d3725ed8678413cfa13b5556f59d69d33fae5425R20
748+
// We're actually two commits upstream of that, because the previous commit
749+
// (https://github.com/dbt-labs/jaffle_shop/commit/ec36ae177ab5cb79da39ff8ab068c878fbac13a0) also
750+
// breaks something
747751
// TODO once we're on DBT 1.x, switch this back to using the main branch
748752
.withGitRepoUrl("https://github.com/airbytehq/jaffle_shop.git")
749753
.withGitRepoBranch("pre_dbt_upgrade")

0 commit comments

Comments
 (0)