secrets
A wrapper for a keyvault to integrate with the Dagster EnvVar class for secure secret usage in dagster.
get_secret(env_var_name)
A wrapper for a keyvault to integrate with the Dagster EnvVar class.
Returns a secret from the keyvault and set it to an environment variable that can be used securely with dagster's EnvVar class.
Source code in data_platform_utils/secrets.py
get_secret_value(env_var_name)
A wrapper for a keyvault to integrate with the Dagster EnvVar class.
Returns a secret from the keyvault and set it to an environment variable that can be used securely with dagster's EnvVar class.