Skip to content

Commit d0d4148

Browse files
Deployed by GitHub Actions
1 parent 379c6cb commit d0d4148

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

main/advanced_config/glob_config_files/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ <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>
691692

692693

693694

@@ -708,7 +709,7 @@ <h1>glob config files</h1>
708709
<span class="md-icon" title="Last update">
709710
<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>
710711
</span>
711-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 17, 2025</span>
712+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 10, 2025</span>
712713
</span>
713714

714715

main/cli/index.html

Lines changed: 5 additions & 5 deletions
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.6.2.dev2+gaf742ef</p>
790+
<p>dbt-jobs-as-code 1.6.3.dev4+g3924013</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]...
@@ -907,7 +907,7 @@ <h3 id="import-jobs">import-jobs</h3>
907907
<tr>
908908
<td><code>--config</code></td>
909909
<td>text</td>
910-
<td>The path to your YML jobs config file (or pattern for those files).</td>
910+
<td>The path to your YML jobs config file (also supports glob patterns for those files or a directory).</td>
911911
<td>None</td>
912912
</tr>
913913
<tr>
@@ -1019,7 +1019,7 @@ <h3 id="link">link</h3>
10191019
<h3 id="plan">plan</h3>
10201020
<p>Check the difference between a local file and dbt Cloud without updating dbt Cloud.
10211021
This command will not update dbt Cloud.</p>
1022-
<p>CONFIG is the path to your jobs.yml config file or a glob pattern for those files.</p>
1022+
<p>CONFIG is the path to your YML jobs config file (also supports glob patterns for those files or a directory).</p>
10231023
<p><strong>Usage:</strong></p>
10241024
<div class="highlight"><pre><span></span><code>dbt-jobs-as-code plan [OPTIONS] CONFIG
10251025
</code></pre></div>
@@ -1081,7 +1081,7 @@ <h3 id="plan">plan</h3>
10811081
<h3 id="sync">sync</h3>
10821082
<p>Synchronize a dbt Cloud job config file against dbt Cloud.
10831083
This command will update dbt Cloud with the changes in the local YML file. It is recommended to run a <code>plan</code> first to see what will be changed.</p>
1084-
<p>CONFIG is the path to your jobs.yml config file or a glob pattern for those files.</p>
1084+
<p>CONFIG is the path to your YML jobs config file (also supports glob patterns for those files or a directory).</p>
10851085
<p><strong>Usage:</strong></p>
10861086
<div class="highlight"><pre><span></span><code>dbt-jobs-as-code sync [OPTIONS] CONFIG
10871087
</code></pre></div>
@@ -1209,7 +1209,7 @@ <h3 id="unlink">unlink</h3>
12091209
</table>
12101210
<h3 id="validate">validate</h3>
12111211
<p>Check that the config file is valid</p>
1212-
<p>CONFIG is the path to your jobs.yml config file or a glob pattern for those files.</p>
1212+
<p>CONFIG is the path to your YML jobs config file (also supports glob patterns for those files or a directory).</p>
12131213
<p><strong>Usage:</strong></p>
12141214
<div class="highlight"><pre><span></span><code>dbt-jobs-as-code validate [OPTIONS] CONFIG
12151215
</code></pre></div>

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)