-
Notifications
You must be signed in to change notification settings - Fork 6.6k
chore(deps): update dependency apache-airflow to v2.2.2 #7108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gcf-merge-on-green
merged 4 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/apache-airflow-2.x
Nov 16, 2021
Merged
chore(deps): update dependency apache-airflow to v2.2.2 #7108
gcf-merge-on-green
merged 4 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/apache-airflow-2.x
Nov 16, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
leahecole
approved these changes
Nov 16, 2021
composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements.txt
Outdated
Show resolved
Hide resolved
dandhlee
approved these changes
Nov 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.1.2
->==2.2.2
==1.10.14
->==2.2.2
Release Notes
apache/airflow
v2.2.1
Compare Source
Bug Fixes
"""""""""
Swagger2Specification._set_defaults
classmethod (#19065)None
(#19112)catchup=False
behaviour (#19130, #19145)max_active_runs
(#18897)ds
,ts
, etc. back to use logical date (#19088)None
(#19034)backfill
command before loading DAGs if missing args (#18994)task_fail
violating NOT NULL (#18979)SchedulerJob._process_executor_events
(#18975)XCom.delete
error in Airflow 2.2.0 (#18956)Doc only changes
""""""""""""""""
v2.2.0
Compare Source
New Features
""""""""""""
#16352, #17030, #17122, #17414, #17552, #17755, #17989, #18084, #18088, #18244, #18266, #18420, #18434,
#18421, #18475, #18499, #18573, #18522, #18729, #18706, #18742, #18786, #18804)
#17876, #18129, #18210, #18214, #18552, #18728, #18414)
cwd
for BashOperator (#17751)RESTARTING
state (#16681)insert_args
for support transfer replace (#15825)default_args
forTaskGroup
(#16557)kinit
options[-f|-F]
and[-a|-A]
(#17816)DaskExecutor
using Dask Worker Resources (#16829, #18720)Improvements
""""""""""""
processor_poll_interval
toscheduler_idle_sleep_time
(#18704)dagrun_conf
(#18655)TaskInstanceModelView
(#18438)Variable.update
method and improving detection of variable key collisions (#18159)TaskInstance
andTaskReschedule
PK fromexecution_date
torun_id
(#17719)TaskGroup
support inBaseOperator.chain()
(#17456)template_ext
attribute to show it in UI (#17985)robots.txt
andX-Robots-Tag
header (#17946)BranchDayOfWeekOperator
,DayOfWeekSensor
(#17940)none_failed_or_skipped
bynone_failed_min_one_success
trigger rule (#17683)[core] store_dag_code
& use DB to get Dag Code (#16342)task_concurrency
tomax_active_tis_per_dag
(#17708)execution_date
withrun_id
in airflow tasks run command (#16666)worker_log_server_port
option to the logging section (#17621)SubDagOperator
(#17488)template_fields_renderers
(#17321)airflow celery stop
to accept the pid file. (#17278)airflow_local_settings
(#17195)AirflowException
str whenBashOperator
fails. (#17151)SQLite
orSequentialExecutor
(#17133)init_containers
defined inpod_override
(#17537)airflow db init/upgrade
migrations and setup in parallel. (#17078)chain()
andcross_downstream()
to supportXComArgs
(#16732)serve-logs
andLocalExecutor
(#16644)test_cycle
tocheck_cycle
(#16617)LocalExecutor
(#16623)DbApiHook
instance attribute (#16521, #17423)dag.sub_dag
withdag.partial_subset
(#16179)AirflowSensorTimeout
as immediate failure without retrying (#12058)action_clear
view (#15980)[core] dag_concurrency
) settings for easier understanding (#16267, #18730)SKIPPED
should not be logged again asSUCCESS
(#14822)Bug Fixes
"""""""""
start_date
for cleared tasks (#18708)AirflowDateTimePickerWidget
a required field (#18602)retry_exponential_backoff
divide by zero error when retry delay is zero (#17003){{ task.x }}
attributes from within templates (#18516)sys.path
(#18384)dag_tag
rows that are now unused (#8231)wait_for_downstream
dep (#18338)run_finished_callback
for Debug Executor (#17983)XCom.get_one
return full, not abbreviated values (#18274)XCom.set
(#18240)_check_for_stalled_adopted_tasks
method (#18208)StandardTaskRunner
(#17967)self._error_file
(#15947)DateTimeSensor
(#17959)traceback.html
(#17942)DagRunState
enum query forMySQLdb
driver (#17886)utf8mb3_general_ci
collation for MySQL (#17729)TaskInstance
does not work #17535 (#17548)DAG.cli()
(#17105)None
comparison inmodel_list
template (#16893)cached_property
module (#16710)Decimal
(#16383)dag_id
and emptysubdir
(#16513)dag.fileloc
when using the@dag
decorator (#16384)airflow/www/views.py
(#15940)reschedule
state (#17305, #18806)Doc only changes
""""""""""""""""
dagbag_size
documentation (#18824)search_path
set up instructions (#17600)AIRFLOW_GID
from Docker images (#18747)sla_miss_callback
section to the documentation (#18305)closer.lua
script for downloading sources (#18179)DAG.is_active
read-only in API (#17667)XCom.clear
for data lifecycle management (#17589)pod_template_file
(#16861)Jed
andTP
(#16671)flask-ouathlib
toflask-oauthlib
in Upgrading docs (#16320)Elasticsearch
(#16275)dag_concurrency
(#16177)default_pool
slots (#15997)KubernetesExecutor
git-sync
pod template file (#15904)render_template_as_native_obj
(#16534)POST
toPATCH
(#16511)Misc/Internal
"""""""""""""
BranchPythonOperator
(#18623)boto3
to<1.19
(#18389)airflow.security.kerberos module
(#18258)range(len())
toenumerate
(#18174)main
builds (#18035)tenacity
(#17593)numpy
dependency (#17594)mysql-connector-python
to latest version (#17596)pandas
an optional core dependency (#17575)airflow/utils/db.py
(#17090)click
to 8.x (#16779)dag.clear
method (#16086)DAG_ACTIONS
constant (#16232)_get_all_non_dag_permissions
method (#16317)docutils
to <0.17 until breaking behaviour is fixed (#16133)TaskInstance.log_filepath
attribute (#15217)airflow/www/app.py
(#15956)plyvel
to google provider extra (#15812)find_permission_view_menu
forget_permission
wrapper (#16377)fab_logging_level
toWARNING
(#18783)CeleryKubernetesExecutor
(#18441)v2.1.4
Compare Source
Bug Fixes
"""""""""
DagRun
execution order from queued to running not being properly followed (#18061)max_active_runs
not allowing moving of queued dagruns to running (#17945)LocalTaskJob
causing error (#18119)colorlog
version (6.x is incompatible) (#18099)create_dagrun
overwrite explicitrun_id
(#17728)_check_for_stalled_adopted_tasks
method (#18208)Doc only changes
""""""""""""""""
connection-types
provider meta-datacloser.lua
script for downloading sources (#18179)v2.1.3
Compare Source
Bug Fixes
"""""""""
sigkill
and have retries and properly handlesigterm
(#16301)default_impersonation
config (#17229)kubernetes cleanup-pods
which fails on invalid label key (#17298)TaskInstance
does not showqueued_by_job_id
&external_executor_id
(#17179)SecretsMasker
is not configured (#17101)__init_subclass__
in subclasses ofBaseOperator
(#17027)priority_weight
during parsing (#16765)deps` and
task_group`` during DAG Serialization (#16734)AttributeError
:datetime.timezone
object has no attributename
(#16599)UserModelView
controls. (#17431)secret_key
mis-configured (#17410)execution_date
intask_instance.refresh_from_db
(#16809)Improvements
""""""""""""
LocalTaskJob
during task exit (#16289)SQLAlchemy<1.4
constraint (#16630)dnspython
(#16698)FlaskAppBuilder
3.3.2+ (#17208)LocalExecutor
(#16623)DagFileProcessor
andDagFileProcessorProcess
out ofscheduler_job.py
(#16581)Doc only changes
""""""""""""""""
Misc
""""
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.