potiuk commented on code in PR #27912:
URL: https://github.com/apache/airflow/pull/27912#discussion_r1032396667
##########
tests/providers/databricks/operators/test_databricks_sql.py:
##########
@@ -112,198 +271,6 @@ def test_exec_write_file(self, db_mock_class):
parameters=None,
handler=fetch_all_handler,
autocommit=False,
- return_last=True,
- split_statements=False,
- )
-
-
-class TestDatabricksSqlCopyIntoOperator(unittest.TestCase):
Review Comment:
Moved those tests to separate _copy module
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]