We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e437e7 commit 75406cdCopy full SHA for 75406cd
dataimporter/cli/maintenance.py
@@ -23,7 +23,7 @@ def merge(config: Config):
23
"""
24
with DataImporter(config) as importer:
25
for view in importer.views:
26
- if view.has_database:
+ if view.is_published:
27
console.log(f"Force merge on {view.name} indices")
28
importer.force_merge(view.name)
29
console.log(f"{view.name} complete")
0 commit comments