lamindb.core.subsettings.CreationSettings

class lamindb.core.subsettings.CreationSettings

Bases: object

Attributes

artifact_silence_missing_run_warning: bool = False

Silence warning about missing run & transform during artifact creation (default False).

artifact_skip_size_hash: bool = False

To speed up registering high numbers of files (default False).

This bypasses queries for size and hash to AWS & GCP.

It speeds up file creation by about a factor 100.

search_names: bool = True

Switch off to speed up creating records (default True).

If True, search for alternative names and avoids duplicates.

FAQ: What happens if I save the same artifacts & records twice?