-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Import error read endpoints and schema #9217
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are very close to the end. The main problem is static checking. As long as the change is not green (excluding quarantine tests), I cannot merge it.
Here is a guide about static checks: https://github.com/apache/airflow/blob/master/STATIC_CODE_CHECKS.rst
Can you do a rebase also? We have a merge conflicts.
3659283 to
4b13809
Compare
4b13809 to
287932c
Compare
Some API-related tests were unsuccessful. Could you look at it? |
287932c to
3ed24b3
Compare
That's weird, these tests are running fine in my breeze environment(both python3.6 python 3.7) |
3ed24b3 to
8260bac
Compare
|
@OmairK Okay. I looked at what the problem was. The problem is that |
Ah it was the sequence all along, I get it thank you so much for the help. A couple of quick questions
P.S.: +1 for the commit message, it perfectly sums up the situation :) |
I suspect you use SQLite, which sometimes behaves differently |
bf4bf97 to
1a6633c
Compare
|
Caa you do a rebase to the latest master? Is this still WIP? There is still a label in the PR title. |
1a6633c to
c7ec872
Compare
No, I had 2 PRs to be merged at the same time so I made this PR WIP just to keep track. |
Co-authored-by: Kamil Breguła <[email protected]>
c7ec872 to
f37c3f5
Compare
Closes #8130
Make sure to mark the boxes below before creating PR: [x]
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.
Read the Pull Request Guidelines for more information.