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

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 
2.4.1.
   <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.4.1</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>When rendering template, unmap task in context (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26702";>#26702</a>)</li>
   <li>Fix scroll overflow for ConfirmDialog (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26681";>#26681</a>)</li>
   <li>Resolve deprecation warning re <code>Table.exists()</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26616";>#26616</a>)</li>
   <li>Fix XComArg zip bug (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26636";>#26636</a>)</li>
   <li>Use COALESCE when ordering runs to handle NULL (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26626";>#26626</a>)</li>
   <li>Check user is active (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26635";>#26635</a>)</li>
   <li>No missing user warning for public admin (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26611";>#26611</a>)</li>
   <li>Allow MapXComArg to resolve after serialization  (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26591";>#26591</a>)</li>
   <li>Resolve warning about DISTINCT ON query on dags view (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26608";>#26608</a>)</li>
   <li>Log warning when secret backend kwargs is invalid (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26580";>#26580</a>)</li>
   <li>Fix grid view log try numbers (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26556";>#26556</a>)</li>
   <li>Template rendering issue in passing <code>templates_dict</code> to task 
decorator (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26390";>#26390</a>)</li>
   <li>Fix Deferrable stuck as <code>scheduled</code> during backfill (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26205";>#26205</a>)</li>
   <li>Suppress SQLALCHEMY_TRACK_MODIFICATIONS warning in db init (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26617";>#26617</a>)</li>
   <li>Correctly set <code>json_provider_class</code> on Flask app so it uses 
our encoder (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26554";>#26554</a>)</li>
   <li>Fix WSGI root app (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26549";>#26549</a>)</li>
   <li>Fix deadlock when mapped task with removed upstream is rerun (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26518";>#26518</a>)</li>
   <li>ExecutorConfigType should be <code>cacheable</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26498";>#26498</a>)</li>
   <li>Fix proper joining of the path for logs retrieved from celery workers 
(<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26493";>#26493</a>)</li>
   <li>DAG Deps extends <code>base_template</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26439";>#26439</a>)</li>
   <li>Don't update backfill run from the scheduler (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26342";>#26342</a>)</li>
   </ul>
   <h2>Doc only changes</h2>
   <ul>
   <li>Clarify owner links document (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26515";>#26515</a>)</li>
   <li>Fix invalid RST in dataset concepts doc (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26434";>#26434</a>)</li>
   <li>Document the <code>non-sensitive-only</code> option for 
<code>expose_config</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26507";>#26507</a>)</li>
   <li>Fix <code>example_datasets</code> dag names (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26495";>#26495</a>)</li>
   <li>Zip-like effect is now possible in task mapping (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26435";>#26435</a>)</li>
   <li>Use task decorator in docs instead of classic operators (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25711";>#25711</a>)</li>
   </ul>
   <h2>Apache Airflow 2.4.0</h2>
   <h2>New Features</h2>
   <ul>
   <li>Add Data-aware Scheduling (<a 
href="https://github.com/apache/airflow/pulls?q=is%3Apr+is%3Amerged+label%3AAIP-48+milestone%3A%22Airflow+2.4.0%22";>https://github.com/apache/airflow/pulls?q=is%3Apr+is%3Amerged+label%3AAIP-48+milestone%3A%22Airflow+2.4.0%22</a>)</li>
   <li>Add <code>@task.short_circuit</code> TaskFlow decorator (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25752";>#25752</a>)</li>
   <li>Make <code>execution_date_or_run_id</code> optional in <code>tasks 
test</code> command (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26114";>#26114</a>)</li>
   <li>Automatically register DAGs that are used in a context manager (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/23592";>#23592</a>,
 <a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26398";>#26398</a>)</li>
   <li>Add option of sending DAG parser logs to stdout. (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25754";>#25754</a>)</li>
   <li>Support multiple <code>DagProcessors</code> parsing files from different 
locations. (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25935";>#25935</a>)</li>
   <li>Implement <code>ExternalPythonOperator</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25780";>#25780</a>)</li>
   <li>Make execution_date optional for command <code>dags test</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26111";>#26111</a>)</li>
   <li>Implement <code>expand_kwargs()</code> against a literal list (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25925";>#25925</a>)</li>
   <li>Add trigger rule tooltip (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26043";>#26043</a>)</li>
   <li>Add conf parameter to CLI for airflow dags test (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25900";>#25900</a>)</li>
   <li>Include scheduled slots in pools view (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26006";>#26006</a>)</li>
   <li>Add <code>output</code> property to <code>MappedOperator</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25604";>#25604</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.4.1 (2022-09-30)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>No significant changes.</p>
   <p>Bug Fixes
   ^^^^^^^^^</p>
   <ul>
   <li>When rendering template, unmap task in context (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26702";>#26702</a>)</li>
   <li>Fix scroll overflow for ConfirmDialog (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26681";>#26681</a>)</li>
   <li>Resolve deprecation warning re <code>Table.exists()</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26616";>#26616</a>)</li>
   <li>Fix XComArg zip bug (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26636";>#26636</a>)</li>
   <li>Use COALESCE when ordering runs to handle NULL (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26626";>#26626</a>)</li>
   <li>Check user is active (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26635";>#26635</a>)</li>
   <li>No missing user warning for public admin (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26611";>#26611</a>)</li>
   <li>Allow MapXComArg to resolve after serialization  (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26591";>#26591</a>)</li>
   <li>Resolve warning about DISTINCT ON query on dags view (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26608";>#26608</a>)</li>
   <li>Log warning when secret backend kwargs is invalid (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26580";>#26580</a>)</li>
   <li>Fix grid view log try numbers (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26556";>#26556</a>)</li>
   <li>Template rendering issue in passing <code>templates_dict</code> to task 
decorator (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26390";>#26390</a>)</li>
   <li>Fix Deferrable stuck as <code>scheduled</code> during backfill (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26205";>#26205</a>)</li>
   <li>Suppress SQLALCHEMY_TRACK_MODIFICATIONS warning in db init (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26617";>#26617</a>)</li>
   <li>Correctly set <code>json_provider_class</code> on Flask app so it uses 
our encoder (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26554";>#26554</a>)</li>
   <li>Fix WSGI root app (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26549";>#26549</a>)</li>
   <li>Fix deadlock when mapped task with removed upstream is rerun (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26518";>#26518</a>)</li>
   <li>ExecutorConfigType should be <code>cacheable</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26498";>#26498</a>)</li>
   <li>Fix proper joining of the path for logs retrieved from celery workers 
(<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26493";>#26493</a>)</li>
   <li>DAG Deps extends <code>base_template</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26439";>#26439</a>)</li>
   <li>Don't update backfill run from the scheduler (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26342";>#26342</a>)</li>
   </ul>
   <p>Doc only changes
   ^^^^^^^^^^^^^^^^</p>
   <ul>
   <li>Clarify owner links document (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26515";>#26515</a>)</li>
   <li>Fix invalid RST in dataset concepts doc (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26434";>#26434</a>)</li>
   <li>Document the <code>non-sensitive-only</code> option for 
<code>expose_config</code> (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26507";>#26507</a>)</li>
   <li>Fix <code>example_datasets</code> dag names (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26495";>#26495</a>)</li>
   <li>Zip-like effect is now possible in task mapping (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26435";>#26435</a>)</li>
   <li>Use task decorator in docs instead of classic operators (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/25711";>#25711</a>)</li>
   </ul>
   <h2>Airflow 2.4.0 (2022-09-19)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>Data-aware Scheduling and <code>Dataset</code> concept added to 
Airflow</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/airflow/commit/7b979def75923ba28dd64e31e613043d29f34fce";><code>7b979de</code></a>
 Add release notes for 2.4.1</li>
   <li><a 
href="https://github.com/apache/airflow/commit/5d0d3801bc25e72ad7d438773d907bdf2a0ddef4";><code>5d0d380</code></a>
 Fix PinotDB dependencies (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26705";>#26705</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/e98b0e8faea03300a09081309ee2a44e9fdb58f6";><code>e98b0e8</code></a>
 When rendering template, unmap task in context (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26702";>#26702</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/131d8be2c678b271c52f84f79601ad1131bc83e4";><code>131d8be</code></a>
 Fix scroll overflow for ConfirmDialog (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26681";>#26681</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/15dd9a840cf9a79ab876163321cc718673ca72e5";><code>15dd9a8</code></a>
 Resolve deprecation warning re Table.exists() (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26616";>#26616</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/5e990fd549914fde1f40839159becf02a43e704a";><code>5e990fd</code></a>
 Update version to 2.4.1</li>
   <li><a 
href="https://github.com/apache/airflow/commit/1f0c017eda638d10c4ab4432495dcbc470136b74";><code>1f0c017</code></a>
 Add limit to Sphinx &lt; 5.2.0 until autoapi incompatibilities are fixed (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26670";>#26670</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/7155c10028a83b40ca3c8411a3de9ce35c7f5ad4";><code>7155c10</code></a>
 Add requirements.txt example to &quot;extending docker&quot; (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26663";>#26663</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/45a461b37dcd9c8b97952ab535a7c057f1e944bd";><code>45a461b</code></a>
 Fix xcom arg.py .zip bug (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26636";>#26636</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/12bfb571a895a28a58d3189b0fc10cfc1b89e24c";><code>12bfb57</code></a>
 Check user is active (<a 
href="https://github-redirect.dependabot.com/apache/airflow/issues/26635";>#26635</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/airflow/compare/2.1.2...2.4.1";>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.4.1)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to