Skip to content

Commit 218ceb9

Browse files
author
treeverser
committed
Deployed 2734f76 to v1.72 with MkDocs 1.6.1 and mike 2.1.3
1 parent 2734f76 commit 218ceb9

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

v1.72/_includes/gtag_frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!-- Google Tag Manager (noscript) -->
2-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTZBZW9"
2+
<noscript><iframe data-uc-allowed="true" src="https://www.googletagmanager.com/ns.html?id=GTM-KTZBZW9"
33
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
44
<!-- End Google Tag Manager (noscript) -->

v1.72/datamanagment/metadata-search/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5016,7 +5016,7 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanen
50165016
<p>To enable simple and scalable search, lakeFS exposes object metadata as versioned Iceberg tables, fully compatible with
50175017
clients like DuckDB, PyIceberg, Spark, Trino, and others - enabling fast, expressive queries across any lakeFS version.
50185018
See <a href="#how-it-works">How It Works</a> for details. </p>
5019-
<iframe width="560" height="315" src="https://www.youtube.com/embed/6JkQK51AaqY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
5019+
<iframe data-uc-allowed="true" width="560" height="315" src="https://www.youtube.com/embed/6JkQK51AaqY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
50205020
<p>```</p>
50215021
<h2 id="benefits">Benefits<a class="headerlink" href="#benefits" title="Permanent link">&para;</a></h2>
50225022
<ul>

v1.72/howto/hooks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4820,7 +4820,7 @@ <h1 id="actions-and-hooks-in-lakefs">Actions and Hooks in lakeFS<a class="header
48204820
Running a post-merge hook to trigger an Airflow DAG or to send a Webhook to an API, notifying it of the change that happened</li>
48214821
</ol>
48224822
<p>For step-by-step examples of hooks in action check out the <a href="../../quickstart/actions-and-hooks/">lakeFS Quickstart</a> and the <a href="https://github.com/treeverse/lakeFS-samples/">lakeFS samples repository</a>.</p>
4823-
<iframe width="420" height="315" src="https://www.youtube.com/embed/Joare70FlIA"></iframe>
4823+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/Joare70FlIA"></iframe>
48244824

48254825
<h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
48264826
<p>An <em>action</em> defines one or more <em>hooks</em> to execute. lakeFS supports three types of hook:</p>

v1.72/howto/import/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4734,7 +4734,7 @@
47344734
If you are interested in copying data into lakeFS, see <a href="../copying/">Copying data to/from lakeFS</a>._</p>
47354735
</div>
47364736
<h1 id="importing-data-into-lakefs">Importing data into lakeFS<a class="headerlink" href="#importing-data-into-lakefs" title="Permanent link">&para;</a></h1>
4737-
<iframe width="420" height="315" src="https://www.youtube.com/embed/R6K8tvtFCxQ"></iframe>
4737+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/R6K8tvtFCxQ"></iframe>
47384738

47394739
<h2 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites" title="Permanent link">&para;</a></h2>
47404740
<ul>

v1.72/howto/local-checkouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5011,7 +5011,7 @@ <h3 id="data-locality-for-optimized-gpu-utilization">Data Locality for Optimized
50115011
GPU usage and prevent them from sitting idle. Many deep learning tasks involve accessing images, and in some cases, the
50125012
same images are accessed multiple times. Localizing the data can eliminate redundant round trip times to access remote
50135013
storage, resulting in cost savings.</p>
5014-
<iframe width="420" height="315" src="https://www.youtube.com/embed/afgQnmesLZM"></iframe>
5014+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/afgQnmesLZM"></iframe>
50155015

50165016
<h2 id="lakefs-mount-efficiently-expose-lakefs-data-as-a-local-directory"><strong>lakeFS Mount</strong>: Efficiently expose lakeFS Data as a local directory<a class="headerlink" href="#lakefs-mount-efficiently-expose-lakefs-data-as-a-local-directory" title="Permanent link">&para;</a></h2>
50175017
<div class="admonition info">

v1.72/howto/mirroring/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,7 @@ <h2 id="what-is-lakefs-transactional-mirroring">What is lakeFS Transactional Mir
49594959
<p>Transactional Mirroring in lakeFS allows replicating a lakeFS repository ("source") into read-only copies ("mirror") in different locations.</p>
49604960
<p>Unlike conventional mirroring, data isn't simply copied between regions - lakeFS Cloud tracks the state of each commit, advancing the commit log on the mirror only once a commit has been fully replicated and all data is available.</p>
49614961
<p><a class="glightbox" href="../../assets/img/mirroring/arch.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="mirroring architecture" src="../../assets/img/mirroring/arch.png" /></a></p>
4962-
<iframe width="420" height="315" src="https://www.youtube.com/embed/NhOWGVjQrrA"></iframe>
4962+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/NhOWGVjQrrA"></iframe>
49634963

49644964
<h2 id="uses-cases">Uses cases<a class="headerlink" href="#uses-cases" title="Permanent link">&para;</a></h2>
49654965
<h3 id="disaster-recovery">Disaster recovery<a class="headerlink" href="#disaster-recovery" title="Permanent link">&para;</a></h3>

v1.72/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4833,7 +4833,7 @@ <h2>lakeFS brings software engineering best practices and applies them to data</
48334833
<details class="note" open="open">
48344834
<summary>📽️ lakeFS in under 2 minutes</summary>
48354835
<p><div class="video-wrapper">
4836-
<iframe width="1280" height="720" src="https://www.youtube.com/embed/GTxsyeoLccw" frameborder="0" allowfullscreen></iframe>
4836+
<iframe data-uc-allowed="true" width="1280" height="720" src="https://www.youtube.com/embed/GTxsyeoLccw" frameborder="0" allowfullscreen></iframe>
48374837
</div></p>
48384838
</details>
48394839
<h2 id="how-do-i-get-started">How Do I Get Started?<a class="headerlink" href="#how-do-i-get-started" title="Permanent link">&para;</a></h2>

v1.72/integrations/airflow/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4760,7 +4760,7 @@
47604760

47614761
<h1 id="using-lakefs-with-apache-airflow">Using lakeFS with Apache Airflow<a class="headerlink" href="#using-lakefs-with-apache-airflow" title="Permanent link">&para;</a></h1>
47624762
<p><a href="https://airflow.apache.org/">Apache Airflow</a> is a platform that allows users to programmatically author, schedule, and monitor workflows.</p>
4763-
<iframe width="420" height="315" src="https://www.youtube.com/embed/HuQQUvmVjhU"></iframe>
4763+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/HuQQUvmVjhU"></iframe>
47644764

47654765
<p>To run Airflow with lakeFS, you need to follow a few steps.</p>
47664766
<h2 id="create-a-lakefs-connection-on-airflow">Create a lakeFS connection on Airflow<a class="headerlink" href="#create-a-lakefs-connection-on-airflow" title="Permanent link">&para;</a></h2>

v1.72/integrations/delta/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4889,7 +4889,7 @@ <h2 id="exporting-delta-lake-tables-from-lakefs-into-unity-catalog">Exporting De
48894889
</span></code></pre></div>
48904890
<p>Here, <code>main</code> is the name of the lakeFS branch from which the delta table was exported.</p>
48914891
<p>To enable Delta table exports to Unity catalog use the Unity <a href="../unity-catalog/">catalog integration guide</a>.</p>
4892-
<iframe width="420" height="315" src="https://www.youtube.com/embed/rMDsnh7S2O0"></iframe>
4892+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/rMDsnh7S2O0"></iframe>
48934893

48944894
<h2 id="limitations">Limitations<a class="headerlink" href="#limitations" title="Permanent link">&para;</a></h2>
48954895
<h3>Multi-Writer Support in lakeFS for Delta Lake Tables</h3>

v1.72/quickstart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4588,7 +4588,7 @@ <h1 id="lakefs-quickstart">lakeFS Quickstart<a class="headerlink" href="#lakefs-
45884588
<p>This quickstart will introduce you to some of the core ideas in lakeFS and show what you can do by illustrating the concept of branching, merging, and rolling back changes to data. It's laid out in five short sections: </p>
45894589
<p><a class="md-button" href="launch/">Start Here 👉</a></p>
45904590
<hr />
4591-
<iframe width="420" height="315" src="https://www.youtube.com/embed/R1r023CsTOw"></iframe>
4591+
<iframe data-uc-allowed="true" width="420" height="315" src="https://www.youtube.com/embed/R1r023CsTOw"></iframe>
45924592

45934593

45944594

0 commit comments

Comments
 (0)