-
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
Airflow v2.0.0b1 package doesnt include "api_connexion/exceptions" #12239
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
I downloaded the packages externally from here, this one also doesn't contain anything except the |
What command did you run? |
I first ran Then to confirm, I downloaded the tar to check the contents. (didn't install the tar) |
aah, we just need to add |
It was never there - but the change with implicit packages, changed |
AAAAAH Github rebase magic finding wrong files! |
Bad me! |
Sounds like b2 then |
@potiuk https://github.com/apache/airflow/pull/12082/files#r518885540 You also resolved this discussion of mine. This file rename was the cause of that problem. |
Yeah, let's cut out beta2 today itself |
b2? :( |
Fix coming. |
Yep. Entirely my fault if we are looking for the blame. |
I missed it too! It happens, we're just unlucky in the timing |
A bad rebase in apache#12082 deleted this file by mistake. This missing file was also the cause of needing the documentation to exclude these files Fixes apache#12239
None of our tests caught it :( |
Our tests almost entirely operate on an "editable" install is why :( |
I'm going to rename Beta2 milestone to Beta3 (etc). |
That's the next step we discussed with Ash that production image should also be build using packages/wheels. I will add it before next beta. it will be rather impossible for CI, but since we have k8s test using the production image and it uses both - scheduler and webserver it will be a very good test. |
I also merged #12231 and will double test it now - also we can release sendgrid 1.0.0b2 |
The extras work perfectly from local installation now. |
|
Sendgrid we can do as a 1.0.0b1 on it's own. I'll do that right now. |
Although I get that |
That is there because datafiles are included via a different mechanism to code files. |
Oh, Got it. 👍🏻 Thank you! |
Beta 2 had been pushed to pypi |
Apache Airflow version: 2.0.0b1
Kubernetes version (if you are using kubernetes) (use
kubectl version
): NAEnvironment:
uname -a
):What happened:
Installed apache-airlfow==2.0.0b1 using pip.
Running
airflow webserver
gave the following error:What you expected to happen:
Expect this command to start the webserver
How to reproduce it:
Install a fresh version of airflow, run
airflow db init
followed byairflow webserver
Anything else we need to know:
The text was updated successfully, but these errors were encountered: