We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65282f6 commit cbf4489Copy full SHA for cbf4489
lib/superset/dataset/duplicate.rb
@@ -40,7 +40,6 @@ def source_dataset
40
end
41
42
# The API demands that the new_dataset_name be uniq within the schema it points to.
43
- # TODO: ... needs to scope this call by database as well
44
def new_dataset_name_already_in_use?
45
Dataset::List.new(title_equals: new_dataset_name, schema_equals: source_dataset.schema).result.any?
46
0 commit comments