-
Notifications
You must be signed in to change notification settings - Fork 16.4k
[AIRFLOW-4816]MySqlToS3Operator #6670
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
|
FYI @JavierLopezT . the static check problems are being fixed in #6596 so please rebase after it's merged (soon). |
|
There is also a need to add test to this new operator, is it not? |
|
@OmerJog Indeed; I just wanted to have the operator itself finished before coding the test |
|
I am unable to solve the next error in the documentation: Could anyone help me solving this please? Thank you very much |
|
I don't know how to solve the test errors. I understand that it is something related to the SQL session. However I don't know how to fix it, as per my understanding, the mock object is executing the get_df from MySQL Hook. Could anyone guide me a little please? Thank you very much |
Codecov Report
@@ Coverage Diff @@
## master #6670 +/- ##
=========================================
+ Coverage 83.92% 84.7% +0.77%
=========================================
Files 668 679 +11
Lines 37722 38518 +796
=========================================
+ Hits 31660 32627 +967
+ Misses 6062 5891 -171
Continue to review full report at Codecov.
|
|
Ok. I have messed up including all the commits that were made in airflow for the past days in this PR. Should I close this PR and open a new one to clean the mess? I am sorry |
|
No worries :). You can simply rebase the last commit onto the apache master. If you have apache repo added as remote then this will work: To rebase only last commit onto the latest apache/master |
|
But it does what it is supposed to do :. Once you rebased the code --onto upstream/master you get conflict. Then you should do exactly what the message says:
That's it. The important thing is that you must resolve conflict - this is usual. If you have different people modifying the same files, you get conflicts and you need to learn to solve them. |
|
What you did you "skipped" the coflict instead so it changed nothing indeed. |
|
Could anyone help me a little more with the unittest please? Thank you very much in advance |
|
Thanks for your suggestions @feluelle They are pushed already |
turbaszek
left a comment
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.
Ouch, the mock has to be initialized before calling execute...
|
Please rebase onto latest master. We had an issue that is fixed now. |
Co-Authored-By: Felix Uellendall <feluelle@users.noreply.github.com>

Jira
Description
Adding mysqltoS3Operator
Tests
Commits
Documentation