You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2022/09/16 17:17:02 UTC

[GitHub] [incubator-liminal] dependabot[bot] opened a new pull request, #92: Bump apache-airflow from 2.1.2 to 2.3.4

dependabot[bot] opened a new pull request, #92:
URL: https://github.com/apache/incubator-liminal/pull/92

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.3.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/airflow/releases">apache-airflow's releases</a>.</em></p>
   <blockquote>
   <h2>Apache Airflow 2.3.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Disable <code>attrs</code> state management on <code>MappedOperator</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24772">#24772</a>)</li>
   <li>Serialize <code>pod_override</code> to JSON before pickling <code>executor_config</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24356">#24356</a>)</li>
   <li>Fix <code>pid</code> check (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24636">#24636</a>)</li>
   <li>Rotate session id during login (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25771">#25771</a>)</li>
   <li>Fix mapped sensor with reschedule mode (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25594">#25594</a>)</li>
   <li>Cache the custom secrets backend so the same instance gets re-used (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25556">#25556</a>)</li>
   <li>Add right padding (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25554">#25554</a>)</li>
   <li>Fix reducing mapped length of a mapped task at runtime after a clear (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25531">#25531</a>)</li>
   <li>Fix <code>airflow db reset</code> when dangling tables exist (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25441">#25441</a>)</li>
   <li>Change <code>disable_verify_ssl</code> behaviour (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25023">#25023</a>)</li>
   <li>Set default task group in dag.add_task method (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25000">#25000</a>)</li>
   <li>Removed interfering force of index. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25404">#25404</a>)</li>
   <li>Remove useless logging line (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25347">#25347</a>)</li>
   <li>Adding mysql index hint to use index on <code>task_instance.state</code> in critical section query (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25673">#25673</a>)</li>
   <li>Configurable umask to all daemonized processes. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25664">#25664</a>)</li>
   <li>Fix the errors raised when None is passed to template filters (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25593">#25593</a>)</li>
   <li>Allow wildcarded CORS origins (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25553">#25553</a>)</li>
   <li>Fix &quot;This Session's transaction has been rolled back&quot; (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25532">#25532</a>)</li>
   <li>Fix Serialization error in <code>TaskCallbackRequest</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25471">#25471</a>)</li>
   <li>fix - resolve bash by absolute path (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25331">#25331</a>)</li>
   <li>Add <code>__repr__</code> to ParamsDict class (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25305">#25305</a>)</li>
   <li>Only load distribution of a name once (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25296">#25296</a>)</li>
   <li>convert <code>TimeSensorAsync</code> <code>target_time</code> to utc on call time (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25221">#25221</a>)</li>
   <li>call <code>updateNodeLabels</code> after <code>expandGroup</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25217">#25217</a>)</li>
   <li>Stop SLA callbacks gazumping other callbacks and DOS'ing the <code>DagProcessorManager</code> queue (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25147">#25147</a>)</li>
   <li>Fix <code>invalidateQueries</code> call (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25097">#25097</a>)</li>
   <li><code>airflow/www/package.json</code>: Add name, version fields. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25065">#25065</a>)</li>
   <li>No grid auto-refresh for backfill dag runs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25042">#25042</a>)</li>
   <li>Fix tag link on dag detail page (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24918">#24918</a>)</li>
   <li>Fix zombie task handling with multiple schedulers (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24906">#24906</a>)</li>
   <li>Bind log server on worker to <code>IPv6</code> address (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24755">#24755</a>) (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24846">#24846</a>)</li>
   <li>Add <code>%z</code> for <code>%(asctime)s</code> to fix timezone for logs on UI (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24811">#24811</a>)</li>
   <li><code>TriggerDagRunOperator.operator_extra_links</code> is attr (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24676">#24676</a>)</li>
   <li>Send DAG timeout callbacks to processor outside of <code>prohibit_commit</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24366">#24366</a>)</li>
   <li>Don't rely on current ORM structure for db clean command (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/23574">#23574</a>)</li>
   <li>Clear next method when clearing TIs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/23929">#23929</a>)</li>
   <li>Two typing fixes (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25690">#25690</a>)</li>
   </ul>
   <h2>Doc only changes</h2>
   <ul>
   <li>Update set-up-database.rst (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24983">#24983</a>)</li>
   <li>Fix syntax in mysql setup documentation (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24893">#24893</a> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24939">#24939</a>)</li>
   <li>Note how DAG policy works with default_args (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24804">#24804</a>)</li>
   <li>Update PythonVirtualenvOperator Howto (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24782">#24782</a>)</li>
   <li>Doc: Add hyperlinks to Github PRs for Release Notes (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24532">#24532</a>)</li>
   </ul>
   <h2>Misc/Internal</h2>
   <ul>
   <li>Remove depreciation warning when use default remote tasks logging handlers (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25764">#25764</a>)</li>
   <li>clearer method name in scheduler_job.py (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/23702">#23702</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst">apache-airflow's changelog</a>.</em></p>
   <blockquote>
   <h2>Airflow 2.3.4 (2022-08-23)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>Added new config <code>[logging]log_formatter_class</code> to fix timezone display for logs on UI (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24811">#24811</a>)
   &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
   <p>If you are using a custom Formatter subclass in your <code>[logging]logging_config_class</code>, please inherit from <code>airflow.utils.log.timezone_aware.TimezoneAware</code> instead of <code>logging.Formatter</code>.
   For example, in your <code>custom_config.py</code>:</p>
   <p>.. code-block:: python</p>
   <pre><code>from airflow.utils.log.timezone_aware import TimezoneAware
   <h1>before</h1>
   <p>class YourCustomFormatter(logging.Formatter):
   ...</p>
   <h1>after</h1>
   <p>class YourCustomFormatter(TimezoneAware):
   ...</p>
   <p>AIRFLOW_FORMATTER = LOGGING_CONFIG[&quot;formatters&quot;][&quot;airflow&quot;]
   AIRFLOW_FORMATTER[&quot;class&quot;] = &quot;somewhere.your.custom_config.YourCustomFormatter&quot;</p>
   <h1>or use TimezoneAware class directly. If you don't have custom Formatter.</h1>
   <p>AIRFLOW_FORMATTER[&quot;class&quot;] = &quot;airflow.utils.log.timezone_aware.TimezoneAware&quot;
   </code></pre></p>
   <p>Bug Fixes
   ^^^^^^^^^</p>
   <ul>
   <li>Disable <code>attrs</code> state management on <code>MappedOperator</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24772">#24772</a>)</li>
   <li>Serialize <code>pod_override</code> to JSON before pickling <code>executor_config</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24356">#24356</a>)</li>
   <li>Fix <code>pid</code> check (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24636">#24636</a>)</li>
   <li>Rotate session id during login (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25771">#25771</a>)</li>
   <li>Fix mapped sensor with reschedule mode (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25594">#25594</a>)</li>
   <li>Cache the custom secrets backend so the same instance gets re-used (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25556">#25556</a>)</li>
   <li>Add right padding (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25554">#25554</a>)</li>
   <li>Fix reducing mapped length of a mapped task at runtime after a clear (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25531">#25531</a>)</li>
   <li>Fix <code>airflow db reset</code> when dangling tables exist (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25441">#25441</a>)</li>
   <li>Change <code>disable_verify_ssl</code> behaviour (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25023">#25023</a>)</li>
   <li>Set default task group in dag.add_task method (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25000">#25000</a>)</li>
   <li>Removed interfering force of index. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25404">#25404</a>)</li>
   <li>Remove useless logging line (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25347">#25347</a>)</li>
   <li>Adding mysql index hint to use index on <code>task_instance.state</code> in critical section query (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25673">#25673</a>)</li>
   <li>Configurable umask to all daemonized processes. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25664">#25664</a>)</li>
   <li>Fix the errors raised when None is passed to template filters (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25593">#25593</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/airflow/commit/88b274c95b212b541ba19918880ae425856212be"><code>88b274c</code></a> Add release notes</li>
   <li><a href="https://github.com/apache/airflow/commit/0d082014140d4d5953440dd1bd7edfea8275cd16"><code>0d08201</code></a> Revert &quot;Don't mistakenly take a lock on DagRun via ti.refresh_from_fb (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25312">#25312</a>)&quot;</li>
   <li><a href="https://github.com/apache/airflow/commit/c93c56c60dbed41e5f75e5f03fed31cfc66ef332"><code>c93c56c</code></a> Revert &quot;Added exception catching to send default email if template file raise...</li>
   <li><a href="https://github.com/apache/airflow/commit/e6f6fdee0a253970593553902342242faa4830de"><code>e6f6fde</code></a> Two typing fixes (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25690">#25690</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/7914c6cdd466a0194a8ff60165dd4ae507aa3f06"><code>7914c6c</code></a> Disable attrs state management on MappedOperator (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24772">#24772</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/22faa65f6f3321db457887a34ae65089f7625280"><code>22faa65</code></a> Serialize pod_override to JSON before pickling executor_config (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24356">#24356</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/7a611a86c020d80a2b2aaa1ef7b577d9cbc9f838"><code>7a611a8</code></a> Remove depreciation warning when use default remote tasks logging handlers (#...</li>
   <li><a href="https://github.com/apache/airflow/commit/6c29757a268a29dfe37538c9545ace687b96222d"><code>6c29757</code></a> Breeze images regenerated</li>
   <li><a href="https://github.com/apache/airflow/commit/5e21e5c6ccd23745da3f1933cec3a3ca7333263c"><code>5e21e5c</code></a> Fix pid check (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/24636">#24636</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/acb94f2209e5137aedb8cb3e3e88dc201c996bfb"><code>acb94f2</code></a> clearer method name in scheduler_job.py (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/23702">#23702</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.1.2...2.3.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apache-airflow&package-manager=pip&previous-version=2.1.2&new-version=2.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-liminal/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-liminal] dependabot[bot] closed pull request #92: Bump apache-airflow from 2.1.2 to 2.3.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #92: Bump apache-airflow from 2.1.2 to 2.3.4
URL: https://github.com/apache/incubator-liminal/pull/92


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-liminal] dependabot[bot] commented on pull request #92: Bump apache-airflow from 2.1.2 to 2.3.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #92:
URL: https://github.com/apache/incubator-liminal/pull/92#issuecomment-1272124249

   Superseded by #93.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org