This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git


The following commit(s) were added to refs/heads/main by this push:
     new 43a0180bcd Update Snowflake changelog to remove redundant block (#8)
43a0180bcd is described below

commit 43a0180bcdaa258592de3caf08187eba84d9b97f
Author: Elad Kalif <45845474+elad...@users.noreply.github.com>
AuthorDate: Thu May 8 13:25:13 2025 +0300

    Update Snowflake changelog to remove redundant block (#8)
    
    Co-authored-by: Elad Kalif <elad...@amazon.com>
---
 .../6.2.1/_sources/changelog.rst.txt                   | 18 ------------------
 .../6.2.1/changelog.html                               | 17 -----------------
 .../stable/_sources/changelog.rst.txt                  | 18 ------------------
 .../stable/changelog.html                              | 17 -----------------
 4 files changed, 70 deletions(-)

diff --git 
a/docs-archive/apache-airflow-providers-snowflake/6.2.1/_sources/changelog.rst.txt
 
b/docs-archive/apache-airflow-providers-snowflake/6.2.1/_sources/changelog.rst.txt
index fc59ea3359..5b77778b03 100644
--- 
a/docs-archive/apache-airflow-providers-snowflake/6.2.1/_sources/changelog.rst.txt
+++ 
b/docs-archive/apache-airflow-providers-snowflake/6.2.1/_sources/changelog.rst.txt
@@ -27,24 +27,6 @@
 Changelog
 ---------
 
-main
-.....
-
-Bug fixes
-~~~~~~~~~
-
-.. note::
-   ``private_key_content`` in Snowflake connection should now be base64 
encoded. To encode your private key, you can use the following Python snippet:
-
-   .. code-block:: python
-
-         import base64
-
-         with open("path/to/your/private_key.pem", "rb") as key_file:
-             encoded_key = base64.b64encode(key_file.read()).decode("utf-8")
-             print(encoded_key)
-
-
 6.2.2
 .....
 
diff --git 
a/docs-archive/apache-airflow-providers-snowflake/6.2.1/changelog.html 
b/docs-archive/apache-airflow-providers-snowflake/6.2.1/changelog.html
index 696760a9bd..c5f2e979f7 100644
--- a/docs-archive/apache-airflow-providers-snowflake/6.2.1/changelog.html
+++ b/docs-archive/apache-airflow-providers-snowflake/6.2.1/changelog.html
@@ -621,23 +621,6 @@
 <p><code class="docutils literal notranslate"><span 
class="pre">apache-airflow-providers-snowflake</span></code></p>
 <section id="changelog">
 <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this 
heading">¶</a></h1>
-<section id="main">
-<h2>main<a class="headerlink" href="#main" title="Link to this 
heading">¶</a></h2>
-<section id="bug-fixes">
-<h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Link to this 
heading">¶</a></h3>
-<div class="admonition note">
-<p class="admonition-title">Note</p>
-<p><code class="docutils literal notranslate"><span 
class="pre">private_key_content</span></code> in Snowflake connection should 
now be base64 encoded. To encode your private key, you can use the following 
Python snippet:</p>
-<div class="highlight-python notranslate"><div 
class="highlight"><pre><span></span><span class="kn">import</span><span 
class="w"> </span><span class="nn">base64</span>
-
-<span class="k">with</span> <span class="nb">open</span><span 
class="p">(</span><span 
class="s2">&quot;path/to/your/private_key.pem&quot;</span><span 
class="p">,</span> <span class="s2">&quot;rb&quot;</span><span 
class="p">)</span> <span class="k">as</span> <span 
class="n">key_file</span><span class="p">:</span>
-    <span class="n">encoded_key</span> <span class="o">=</span> <span 
class="n">base64</span><span class="o">.</span><span 
class="n">b64encode</span><span class="p">(</span><span 
class="n">key_file</span><span class="o">.</span><span 
class="n">read</span><span class="p">())</span><span class="o">.</span><span 
class="n">decode</span><span class="p">(</span><span 
class="s2">&quot;utf-8&quot;</span><span class="p">)</span>
-    <span class="nb">print</span><span class="p">(</span><span 
class="n">encoded_key</span><span class="p">)</span>
-</pre></div>
-</div>
-</div>
-</section>
-</section>
 <section id="id1">
 <h2>6.2.2<a class="headerlink" href="#id1" title="Link to this 
heading">¶</a></h2>
 <section id="misc">
diff --git 
a/docs-archive/apache-airflow-providers-snowflake/stable/_sources/changelog.rst.txt
 
b/docs-archive/apache-airflow-providers-snowflake/stable/_sources/changelog.rst.txt
index fc59ea3359..5b77778b03 100644
--- 
a/docs-archive/apache-airflow-providers-snowflake/stable/_sources/changelog.rst.txt
+++ 
b/docs-archive/apache-airflow-providers-snowflake/stable/_sources/changelog.rst.txt
@@ -27,24 +27,6 @@
 Changelog
 ---------
 
-main
-.....
-
-Bug fixes
-~~~~~~~~~
-
-.. note::
-   ``private_key_content`` in Snowflake connection should now be base64 
encoded. To encode your private key, you can use the following Python snippet:
-
-   .. code-block:: python
-
-         import base64
-
-         with open("path/to/your/private_key.pem", "rb") as key_file:
-             encoded_key = base64.b64encode(key_file.read()).decode("utf-8")
-             print(encoded_key)
-
-
 6.2.2
 .....
 
diff --git 
a/docs-archive/apache-airflow-providers-snowflake/stable/changelog.html 
b/docs-archive/apache-airflow-providers-snowflake/stable/changelog.html
index 696760a9bd..c5f2e979f7 100644
--- a/docs-archive/apache-airflow-providers-snowflake/stable/changelog.html
+++ b/docs-archive/apache-airflow-providers-snowflake/stable/changelog.html
@@ -621,23 +621,6 @@
 <p><code class="docutils literal notranslate"><span 
class="pre">apache-airflow-providers-snowflake</span></code></p>
 <section id="changelog">
 <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this 
heading">¶</a></h1>
-<section id="main">
-<h2>main<a class="headerlink" href="#main" title="Link to this 
heading">¶</a></h2>
-<section id="bug-fixes">
-<h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Link to this 
heading">¶</a></h3>
-<div class="admonition note">
-<p class="admonition-title">Note</p>
-<p><code class="docutils literal notranslate"><span 
class="pre">private_key_content</span></code> in Snowflake connection should 
now be base64 encoded. To encode your private key, you can use the following 
Python snippet:</p>
-<div class="highlight-python notranslate"><div 
class="highlight"><pre><span></span><span class="kn">import</span><span 
class="w"> </span><span class="nn">base64</span>
-
-<span class="k">with</span> <span class="nb">open</span><span 
class="p">(</span><span 
class="s2">&quot;path/to/your/private_key.pem&quot;</span><span 
class="p">,</span> <span class="s2">&quot;rb&quot;</span><span 
class="p">)</span> <span class="k">as</span> <span 
class="n">key_file</span><span class="p">:</span>
-    <span class="n">encoded_key</span> <span class="o">=</span> <span 
class="n">base64</span><span class="o">.</span><span 
class="n">b64encode</span><span class="p">(</span><span 
class="n">key_file</span><span class="o">.</span><span 
class="n">read</span><span class="p">())</span><span class="o">.</span><span 
class="n">decode</span><span class="p">(</span><span 
class="s2">&quot;utf-8&quot;</span><span class="p">)</span>
-    <span class="nb">print</span><span class="p">(</span><span 
class="n">encoded_key</span><span class="p">)</span>
-</pre></div>
-</div>
-</div>
-</section>
-</section>
 <section id="id1">
 <h2>6.2.2<a class="headerlink" href="#id1" title="Link to this 
heading">¶</a></h2>
 <section id="misc">

Reply via email to