Skip to content

Commit

Permalink
Deployed 1da53aa with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Dec 19, 2024
1 parent f4fb329 commit e3a56a0
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 36 deletions.
Binary file added assets/airtable_credentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion catalog/airtable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1836,6 +1836,7 @@ <h3 id="enable-the-airtable-wrapper">Enable the Airtable Wrapper</h3>
</code></pre></div></td></tr></table></div>
<h3 id="store-your-credentials-optional">Store your credentials (optional)</h3>
<p>By default, Postgres stores FDW credentials inside <code>pg_catalog.pg_foreign_server</code> in plain text. Anyone with access to this table will be able to view these credentials. Wrappers is designed to work with <a href="https://supabase.com/docs/guides/database/vault">Vault</a>, which provides an additional level of security for storing credentials. We recommend using Vault to store your credentials.</p>
<p>Get your token from <a href="https://airtable.com/create/tokens">Airtable's developer portal</a>.</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span>
<span class="normal">2</span>
<span class="normal">3</span>
Expand Down Expand Up @@ -1912,6 +1913,12 @@ <h4 id="operations">Operations</h4>
</tbody>
</table>
<h4 id="usage">Usage</h4>
<p>Get your base ID and table ID from your table's URL.</p>
<p><img alt="airtable_credentials" src="../../assets/airtable_credentials.png" /></p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Foreign tables must be lowercase, regardless of capitalization in Airtable.</p>
</div>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span>
<span class="normal">2</span>
<span class="normal">3</span>
Expand All @@ -1921,7 +1928,7 @@ <h4 id="usage">Usage</h4>
<span class="normal">7</span>
<span class="normal">8</span>
<span class="normal">9</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="k">create</span><span class="w"> </span><span class="k">foreign</span><span class="w"> </span><span class="k">table</span><span class="w"> </span><span class="n">airtable</span><span class="p">.</span><span class="n">my_foreign_table</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">name</span><span class="w"> </span><span class="nb">text</span>
<span class="w"> </span><span class="n">message</span><span class="w"> </span><span class="nb">text</span>
<span class="w"> </span><span class="c1">-- other fields</span>
<span class="p">)</span>
<span class="n">server</span><span class="w"> </span><span class="n">airtable_server</span>
Expand Down
2 changes: 1 addition & 1 deletion catalog/auth0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ <h3 id="store-your-credentials-optional">Store your credentials (optional)</h3>
<span class="n">returning</span><span class="w"> </span><span class="n">key_id</span><span class="p">;</span>
</code></pre></div></td></tr></table></div>
<h3 id="connecting-to-auth0">Connecting to Auth0</h3>
<p>We need to provide Postgres with the credentials to connect to Airtable, and any additional options. We can do this using the <code>create server</code> command:</p>
<p>We need to provide Postgres with the credentials to connect to Auth0, and any additional options. We can do this using the <code>create server</code> command:</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">With Vault</label><label for="__tabbed_1_2">Without Vault</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
Expand Down
68 changes: 34 additions & 34 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,172 +2,172 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://supabase.github.io/wrappers/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/airtable/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/auth0/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/bigquery/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/cal/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/calendly/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/cfd1/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/clickhouse/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/cognito/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/firebase/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/logflare/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/mssql/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/notion/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/paddle/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/redis/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/s3/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/snowflake/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/stripe/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/catalog/wasm/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/contributing/core/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/contributing/documentation/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/contributing/native/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/create-wasm-wrapper/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/installation/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/limitations/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/native-wasm/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/query-pushdown/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/remote-subqueries/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/removing-wrappers/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/security/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/usage-statistics/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/guides/wasm-advanced/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://supabase.github.io/wrappers/tags/</loc>
<lastmod>2024-12-18</lastmod>
<lastmod>2024-12-19</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e3a56a0

Please sign in to comment.