Skip to content

Commit a83294e

Browse files
Deployed by GitHub Actions
1 parent 4185aaf commit a83294e

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

main/advanced_config/glob_config_files/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,9 @@ <h1>glob config files</h1>
688688
<ol>
689689
<li>Depending on your shell you might have to quote the pattern or not. For example, for <code>zsh</code> quoting is required as otherwise the shell will try to expand the pattern before passing it to the command.</li>
690690
</ol>
691-
<p>If the provided config is a directory, we automatically search for all the <code>*.yml</code> files in this directory. This is particularly relevant for users with a shell not supporting the <code>*</code> character.</p>
691+
<p>If the provided config is a directory, we automatically search for all the <code>*.yml</code> and <code>*.yaml</code> files in this directory. This is particularly relevant for users with a shell not supporting the <code>*</code> character.</p>
692+
<div class="highlight"><pre><span></span><code>dbt-jobs-as-code<span class="w"> </span>plan<span class="w"> </span>./jobs<span class="w"> </span><span class="c1"># Equivalent to ./jobs/*.yml + ./jobs/*.yaml</span>
693+
</code></pre></div>
692694

693695

694696

@@ -709,7 +711,7 @@ <h1>glob config files</h1>
709711
<span class="md-icon" title="Last update">
710712
<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>
711713
</span>
712-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 10, 2025</span>
714+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 1, 2026</span>
713715
</span>
714716

715717

main/cli/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
<h1 id="cli-reference">CLI reference</h1>
788788
<p>This page provides documentation for our command line tools.</p>
789789
<h2 id="dbt-jobs-as-code">dbt-jobs-as-code</h2>
790-
<p>dbt-jobs-as-code 1.13.3.dev2+gdc790b4</p>
790+
<p>dbt-jobs-as-code 1.13.3.dev4+g0b1d401</p>
791791
<p>A CLI to allow defining dbt Cloud jobs as code</p>
792792
<p><strong>Usage:</strong></p>
793793
<div class="highlight"><pre><span></span><code>dbt-jobs-as-code [OPTIONS] COMMAND [ARGS]...

main/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

main/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)