-
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-4268] Add MsSqlToGoogleCloudStorageOperator #5077
Conversation
My 2 notes:
|
Codecov Report
@@ Coverage Diff @@
## master #5077 +/- ##
==========================================
- Coverage 77.51% 77.07% -0.45%
==========================================
Files 466 466
Lines 29986 30042 +56
==========================================
- Hits 23244 23155 -89
- Misses 6742 6887 +145
Continue to review full report at Codecov.
|
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.
Minor change suggest otherwise LGTM. Good work @Tomme
Cheers @kaxil, all squashed now 👍 |
@Tomme This is a new operator to the repo so I think it's better to have it with as much functionality as possible. However there is also the question of your time. |
* Add operator MsSqlToGoogleCloudStorageOperator * Add unit test for MsSqlToGoogleCloudStorageOperator * Update intergration.rst documentation
@kaxil PTAL |
Thanks @OmerJog |
I'm trying to connect to sql server instance using this operator and trying to a query a table which has got 20M records and the airflow task is in running state for atleast 8 hours and it never generated a json file in GCS. However, tables that have like 200k records were queried in like 1 min and json was created in GCS. Could you please help? |
Can you create a bug report in Jira? Please add the "gcp" component. |
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8