OmerJog commented on a change in pull request #6575: [AIRFLOW-5921] Add
bulk_load_custom to MySqlHook
URL: https://github.com/apache/airflow/pull/6575#discussion_r347927210
##########
File path: tests/hooks/test_mysql_hook.py
##########
@@ -236,3 +236,21 @@ def test_bulk_dump(self):
def test_serialize_cell(self):
self.assertEqual('foo', self.db_hook._serialize_cell('foo', None))
+
+ def test_bulk_load_custom(self):
+ self.db_hook.bulk_load_custom(
+ 'table',
Review comment:
```suggestion
table='table',
```
What do you think about setting the params explicitly? Makes it more clear I
think.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services