kacpermuda commented on code in PR #47168:
URL: https://github.com/apache/airflow/pull/47168#discussion_r1975124186
##########
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:
@rahul-madaan I think it was the case when trying to upload files from some
empty directory. Can you check what response will you get in such scenario?
Maybe it's simply empty now, so there is no need to treat it differently, but
it would be good to include that in test cases.
--
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]