Skip to content

Commit

Permalink
build based on a7c9d75
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 7, 2024
1 parent f46031e commit 8a88ecb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions latest/examples/generated/UserGuide/athena/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@ <h2 id="db_table-differences"><code>db_table</code> differences<a class="headerl
<p>There are two differences for <code>db_table</code> which are seen in the query below</p>
<ol>
<li>The table needs to be passed as a string in the format database.table, ie <code>"demodb.table_name</code></li>
<li>db<em>table requires a third argument: the athena</em>params shown above.</li>
<li><code>db_table</code> requires a third argument: the athena_params from above.</li>
</ol>
<div class="highlight"><pre><span></span><code>@chain db_table(AWS_GLOBAL_CONFIG[], &quot;demodb.demodizk&quot;, athena_params) begin
<div class="highlight"><pre><span></span><code>@chain db_table(AWS_GLOBAL_CONFIG[], &quot;demodb.table_name&quot;, athena_params) begin
@filter(cyl &gt; 4)
@group_by(cyl)
@summarize(mpg = mean(mpg))
Expand Down
Loading

0 comments on commit 8a88ecb

Please sign in to comment.