rahul-madaan commented on code in PR #47168:
URL: https://github.com/apache/airflow/pull/47168#discussion_r1974238898
##########
providers/snowflake/src/airflow/providers/snowflake/transfers/copy_into_snowflake.py:
##########
@@ -243,9 +239,6 @@ def get_openlineage_facets_on_complete(self, task_instance):
return OperatorLineage()
query_results = self._result or []
- # If no files were uploaded we get [{"status": "0 files were
uploaded..."}]
Review Comment:
@kacpermuda do you remember in which cases we were getting
```
[{"status": "0 files were uploaded..."}]
```
I could not find a test for this condition.
--
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]