dpgaspar commented on a change in pull request #10818:
URL: 
https://github.com/apache/incubator-superset/pull/10818#discussion_r485826545



##########
File path: tests/datasets/api_tests.py
##########
@@ -824,6 +824,8 @@ def test_export_dataset(self):
         Dataset API: Test export dataset
         """
         birth_names_dataset = self.get_birth_names_dataset()
+        if birth_names_dataset.database.backend == "presto":

Review comment:
       Did some debuging, take a look at `36f0907` commit, where I raise to see 
the dump from presto metadata. It's really strange it should work. 




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to