-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Status of testing of Apache Airflow 2.8.1rc1 #36808
Comments
sorry, where can i pull airflow 2.8.1rc1 docker image? https://hub.docker.com/r/apache/airflow/tags?page=1&name=2.8.1rc1 |
Sorry, I created this before the images were done pushing. Can you try again |
Just checked my changes:
Both of these work as expected 🚢 |
Validate all non slim X86_64 images, the command In addition validate custom docker build from the tag without specifying ❯ git checkout 2.8.1rc1
Note: switching to '2.8.1rc1'.
❯ docker build . \
--build-arg DOCKER_CONTEXT_FILES=./docker-context-files \
--build-arg INSTALL_MYSQL_CLIENT="true" \
--build-arg INSTALL_MSSQL_CLIENT="true" \
--build-arg INSTALL_POSTGRES_CLIENT="true" \
--tag "airflow-image:latest"
[+] Building 171.4s (68/68) FINISHED docker:default
❯ docker run -it --rm airflow-image:latest bash
airflow@ab694be6c26d:/opt/airflow$ apt list *maria*
Listing... Done
libmariadb3-compat/now 1:10.11.6+maria~deb12 amd64 [installed,local]
libmariadb3/now 1:10.11.6+maria~deb12 amd64 [installed,local]
mariadb-client-core/now 1:10.11.6+maria~deb12 amd64 [installed,local]
mariadb-client/now 1:10.11.6+maria~deb12 amd64 [installed,local]
mariadb-common/now 1:10.11.6+maria~deb12 all [installed,local]
airflow@ab694be6c26d:/opt/airflow$ python -c 'import MySQLdb; print("OK")'
OK Changes in tests, should not affect codebase
Taskflow's
|
I checked my change:
It worked as expected. |
|
|
All my changes are in and good ! Particularly happy with that one:
|
I've confirmed fix datetime reference in DAG.is_fixed_time_schedule (#36370) is good. |
Check different component under |
I tried to test #36379, but it did not fix the issue as expected. I still need #36363 to get it to work properly. It did not break anything, either, so it won't be a blocker. @hussein-awala, do you have the chance to test it on your side as well? |
Airflow 2.8.1 has been released. Thank you all for testing this release candidate |
hello! have you goes still facing something like that? i'm using windows 10. []'s |
Yes. Because You need to use WSL2 if you want to run Airflow on Eindows. Read prerequisites. |
Body
We are kindly requesting that contributors to Apache Airflow RC 2.8.1rc1 help test the RC.
Please let us know by commenting if the issue is addressed in the latest RC.
Linked issues:
Linked issues:
Linked issues:
Linked issues:
get_accessible_dag_ids
and useget_readable_dags
in get_dag_warnings (#36256): @hussein-awalapip
23.3.2 (#36271): @potiukLinked issues:
batch_is_authorized_dag
to check if user has permission to read DAGs (#36279): @hussein-awala @vincbeckLinked issues:
Linked issues:
MAX_CONTENT_LENGTH
(#36401): @yo1956kubernetes
decorator type annotation consistent with operator (#36405): @Taragolisdocker
decorator type annotations (#36406): @TaragolisLinked issues:
Linked issues:
DagRun
fails while runningdag test
(#36517): @kaxilLinked issues:
Linked issues:
graphviz
dependency optional (#36647): @potiukLinked issues:
multiple_outputs
is inferred correctly even when usingTypedDict
(#36652): @noamcohen97concurrency
tomax active tasks
(#36691): @romsharon98Linked issues:
pyarrow-hotfix
to mitigate CVE-2023-47248 (#35650)pyarrow-hotfix
to mitigate CVE-2023-47248 (#35650)Linked issues:
Linked issues:
mariadb
by default when build final prod image (#36716): @ant-bl @TaragolisLinked issues:
Linked issues:
typing.Union
in_infer_multiple_outputs
for Python 3.10+ (#36728): @TaragolisLinked issues:
Linked issues:
PytestDeprecationWarning
when create warnings_recorder (#36759): @TaragolisLinked issues:
Linked issues:
Thanks to all who contributed to the release (probably not a complete list!):
@joaopamaral @Lee-W @hussein-awala @amoghrajesh @fuatcakici @zachliu @llamageddon83 @dirrao @avkirilishin @uranusjr @dolfinus @yo1956 @ephraimbuddy @internetcoffeephone @BobDu @romsharon98 @Kache @kaxil @timonviola @potiuk @pateash @babinos87 @shohamy7 @tullis @HurSungYun @raphaelauv @ant-bl @csp33 @Taragolis @evgenyslab @joshowen @dstandish @noamcohen97 @ardubev16 @eliskovets @crabio @jscheffl @alephmelo @kacpermuda @vchiapaikeo @vincbeck
Committer
The text was updated successfully, but these errors were encountered: