lamindb.settings#

class lamindb.settings#

Bases: object

Settings.

This is a static class to manage post-setup settings.

See lamindb.settings.

For setup-related settings, see lndb.settings.

Attributes

error_on_file_hash_exists: bool = True#

Upon ingestion, error if a file hash equals an existing hash in the DB.

FAQ: Can I ingest the same file twice?.

track_run_inputs_upon_load: bool = False#

Upon load, add loaded files as the input of the current notebook run.

FAQ: Track run inputs.