Skip to main content
Version: devel

common.configuration.accessors

_Accessor Objects

class _Accessor(abc.ABC)

[view_source]

register_provider

@staticmethod
def register_provider(provider: ConfigProvider) -> None

[view_source]

Registers provider to participate in the configuration resolution. provider is added after all existing providers and will be used if all others do not resolve.

_ConfigAccessor Objects

class _ConfigAccessor(_Accessor)

[view_source]

Provides direct access to configured values that are not secrets.

config_providers

@property
def config_providers() -> Sequence[ConfigProvider]

[view_source]

Return a list of config providers, in lookup order

writable_provider

@property
def writable_provider() -> ConfigProvider

[view_source]

find first writable provider that does not support secrets - should be config.toml

value

A placeholder that tells dlt to replace it with actual config value during the call to a source or resource decorated function.

_SecretsAccessor Objects

class _SecretsAccessor(_Accessor)

[view_source]

Provides direct access to secrets.

config_providers

@property
def config_providers() -> Sequence[ConfigProvider]

[view_source]

Return a list of config providers that can hold secrets, in lookup order

writable_provider

@property
def writable_provider() -> ConfigProvider

[view_source]

find first writable provider that supports secrets - should be secrets.toml

value

A placeholder that tells dlt to replace it with actual secret during the call to a source or resource decorated function.

config

Dictionary-like access to all config values to dlt

secrets

Dictionary-like access to all secrets known known to dlt

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.