Open
Conversation
|
When this is getting merged? |
hyonaldo
approved these changes
Apr 10, 2021
|
I just switched to apache airflow official image. It seems like no one
maintain this anymore.
…On Sat, Apr 10, 2021, 1:14 AM Hyo-kyun Park ***@***.***> wrote:
***@***.**** approved this pull request.
I think this is necessary.
Why doesn't they merge this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#623 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC65XLTJLIH34XIULF3OSTTTH7NC5ANCNFSM4V5D3Y2Q>
.
|
@MJFND thx for your reply. 👍 The (apache airflow) official images seem to support only airflow version 2.0.1. Do you have any better solution for me? :D |
|
I am actually using 1.10.14, they do have the image, but they will not
update that anymore.
And it will work fine.
…On Sat, Apr 10, 2021, 1:44 AM Hyo-kyun Park ***@***.***> wrote:
I just switched to apache airflow official image. It seems like no one
maintain this anymore.
@MJFND <https://github.com/MJFND> thx for your reply. 👍
The (apache airflow) official images seem to support only airflow version
2.0.1.
But I need airflow version 1.10.12 because I want the image which is same
as AWS managed airflow
<https://aws.amazon.com/ko/blogs/korea/introducing-amazon-managed-workflows-for-apache-airflow-mwaa/>
.
Do you have any better solution for me? :D
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#623 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC65XLQCKQTRBJFRMCQ26B3TH7QR7ANCNFSM4V5D3Y2Q>
.
|
|
@MJFND You're right. I can find 1.10.x at dockerhub. How did you run 1.10.14 with CeleryExecutor (which depends on postgres, redis)? |
|
I used the compose config from here
https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html.
It is for the latest image, with little changes it will work.
…On Sat, Apr 10, 2021, 4:22 AM Hyo-kyun Park ***@***.***> wrote:
@MJFND <https://github.com/MJFND> You're right. I can find 1.10.x at
dockerhub.
But there is no docker-compose.yml in the official website -
https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html
Even I could not find Dockerfile of 1.10.x. (from
https://github.com/apache/airflow)
How did you run 1.10.14 with CeleryExecutor (which depends on postgres,
redis)?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#623 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC65XLWJL5BQZDN67NH2XPLTIADEBANCNFSM4V5D3Y2Q>
.
|
MelleB
pushed a commit
to MelleB/docker-airflow
that referenced
this pull request
Jun 24, 2021
MelleB
added a commit
to MelleB/docker-airflow
that referenced
this pull request
Jun 24, 2021
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
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.
please check and merge