Skip to content

Commit e5aae69

Browse files
Deployed by GitHub Actions
1 parent 4f598bb commit e5aae69

14 files changed

Lines changed: 1270 additions & 7 deletions

File tree

main/404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@
427427

428428

429429

430+
431+
430432

431433

432434

@@ -560,6 +562,28 @@
560562

561563

562564

565+
566+
567+
568+
569+
570+
571+
<li class="md-nav__item">
572+
<a href="/advanced_config/json_output/" class="md-nav__link">
573+
574+
575+
<span class="md-ellipsis">
576+
JSON output
577+
578+
</span>
579+
580+
581+
</a>
582+
</li>
583+
584+
585+
586+
563587
</ul>
564588
</nav>
565589

main/advanced_config/glob_config_files/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@
435435

436436

437437

438+
439+
438440

439441

440442

@@ -579,6 +581,28 @@
579581

580582

581583

584+
585+
586+
587+
588+
589+
590+
<li class="md-nav__item">
591+
<a href="../json_output/" class="md-nav__link">
592+
593+
594+
<span class="md-ellipsis">
595+
JSON output
596+
597+
</span>
598+
599+
600+
</a>
601+
</li>
602+
603+
604+
605+
582606
</ul>
583607
</nav>
584608

main/advanced_config/index.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@
440440

441441

442442

443+
444+
443445

444446

445447

@@ -576,6 +578,28 @@
576578

577579

578580

581+
582+
583+
584+
585+
586+
587+
<li class="md-nav__item">
588+
<a href="json_output/" class="md-nav__link">
589+
590+
591+
<span class="md-ellipsis">
592+
JSON output
593+
594+
</span>
595+
596+
597+
</a>
598+
</li>
599+
600+
601+
602+
579603
</ul>
580604
</nav>
581605

@@ -677,6 +701,7 @@ <h1 id="advanced-configuration">Advanced configuration</h1>
677701
<li><a href="glob_config_files/">glob config files</a> - for using glob patterns to match config files at once</li>
678702
<li><a href="yaml_anchors/">YAML anchors</a> - to reuse the same parameters in different jobs</li>
679703
<li><a href="jobs_importing/">Advanced jobs importing</a> - for importing jobs from dbt Cloud to a YAML file</li>
704+
<li><a href="json_output/">JSON output</a> - for consuming <code>plan</code> and <code>sync</code> results in automation scripts</li>
680705
</ul>
681706

682707

@@ -698,7 +723,7 @@ <h1 id="advanced-configuration">Advanced configuration</h1>
698723
<span class="md-icon" title="Last update">
699724
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
700725
</span>
701-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 17, 2025</span>
726+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 12, 2026</span>
702727
</span>
703728

704729

main/advanced_config/jobs_importing/index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="prev" href="../yaml_anchors/">
1313

1414

15-
<link rel="next" href="../../typical_flows/">
15+
<link rel="next" href="../json_output/">
1616

1717

1818
<link rel="icon" href="../../assets/images/favicon.png">
@@ -440,6 +440,8 @@
440440

441441

442442

443+
444+
443445

444446

445447

@@ -659,6 +661,28 @@
659661

660662

661663

664+
665+
666+
667+
668+
669+
670+
<li class="md-nav__item">
671+
<a href="../json_output/" class="md-nav__link">
672+
673+
674+
<span class="md-ellipsis">
675+
JSON output
676+
677+
</span>
678+
679+
680+
</a>
681+
</li>
682+
683+
684+
685+
662686
</ul>
663687
</nav>
664688

0 commit comments

Comments
 (0)