mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: remove harmless incubator refs (#12289)
* chore: migrate all harmless incubator refs like comments and documentation files * chore: migrate all superset.incubator.apache.org to superset.apache.org to * chore: migrate dist.apache.org refs * chore: removing incubating and Disclaimer * fix: linting issues
This commit is contained in:
@@ -1069,7 +1069,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
"""
|
||||
birth_names_dataset = self.get_birth_names_dataset()
|
||||
# TODO: fix test for presto
|
||||
# debug with dump: https://github.com/apache/incubator-superset/runs/1092546855
|
||||
# debug with dump: https://github.com/apache/superset/runs/1092546855
|
||||
if birth_names_dataset.database.backend in {"presto", "hive"}:
|
||||
return
|
||||
|
||||
@@ -1131,7 +1131,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
"""
|
||||
birth_names_dataset = self.get_birth_names_dataset()
|
||||
# TODO: fix test for presto
|
||||
# debug with dump: https://github.com/apache/incubator-superset/runs/1092546855
|
||||
# debug with dump: https://github.com/apache/superset/runs/1092546855
|
||||
if birth_names_dataset.database.backend in {"presto", "hive"}:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user