-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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-2224] Add support CSV files in MySqlToGoogleCloudStorageOperator #4738
Conversation
e6ef05e
to
5dbaaa1
Compare
The test failure is in job 11.
This is unrelated to the changes in this PR. |
5dbaaa1
to
51b15aa
Compare
The job 7 fails with message:
There was a failure in the build itself for this job. |
@ttanay Maybe you could base on master and |
51b15aa
to
e6f965b
Compare
Done |
Job 9 failed with:
Unrelated to changes in this PR. Is there a chance something is breaking in the Travis tests? |
…ator MySqlToGoogleCloudStorageOperator supported export from MySQL in newline-delimited JSON format only. Added support for export from MySQL in CSV format with the option of specifying a field delimiter.Thanks to Bernardo Najlis(@bnajlis) for the original PR(apache#3139). I made some changes to the the original PR.
e6f965b
to
09e9936
Compare
Codecov Report
@@ Coverage Diff @@
## master #4738 +/- ##
==========================================
+ Coverage 74.61% 74.78% +0.17%
==========================================
Files 431 431
Lines 28044 28064 +20
==========================================
+ Hits 20925 20989 +64
+ Misses 7119 7075 -44
Continue to review full report at Codecov.
|
All tests pass. |
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.
Looks good. The default behavior is maintained, and the tests are there.
Thanks @Fokko! |
…ator (#4738) MySqlToGoogleCloudStorageOperator supported export from MySQL in newline-delimited JSON format only. Added support for export from MySQL in CSV format with the option of specifying a field delimiter.Thanks to Bernardo Najlis(@bnajlis) for the original PR(#3139). I made some changes to the the original PR.
…ator (#4738) MySqlToGoogleCloudStorageOperator supported export from MySQL in newline-delimited JSON format only. Added support for export from MySQL in CSV format with the option of specifying a field delimiter.Thanks to Bernardo Najlis(@bnajlis) for the original PR(#3139). I made some changes to the the original PR.
…ator (apache#4738) MySqlToGoogleCloudStorageOperator supported export from MySQL in newline-delimited JSON format only. Added support for export from MySQL in CSV format with the option of specifying a field delimiter.Thanks to Bernardo Najlis(@bnajlis) for the original PR(apache#3139). I made some changes to the the original PR.
…ator (apache#4738) MySqlToGoogleCloudStorageOperator supported export from MySQL in newline-delimited JSON format only. Added support for export from MySQL in CSV format with the option of specifying a field delimiter.Thanks to Bernardo Najlis(@bnajlis) for the original PR(apache#3139). I made some changes to the the original PR.
MySqlToGoogleCloudStorageOperator supported export from MySQL in newline-delimited JSON format only.
Added support for export in CSV format with the option of specifying a field delimiter.
Thanks to Bernardo Najlis(@bnajlis) for the original PR(#3139).
I made some changes to the the original PR.
Make sure you have checked all steps below.
Jira
Description
Tests
Added tests:
Replaced the pre-existing test with the one @bnajlis wrote as those tests covered that case too.
Commits
Documentation
Code Quality
flake8