Gauthier Pierard
11/24/2025, 1:48 PMafter_context_created hook called AzureSecretsHook that saves some credentials in context . Can I use these credentials as node inputs?
context.config_loader["credentials"] = {
**context.config_loader["credentials"],
**adls_creds,
}
self.credentials = context.config_loader["credentials"]
so far only been able to use it by importing AzureSecretsHook and using AzureSecretsHook.get_creds() directly in the nodes
@staticmethod
def get_creds():
return AzureSecretsHook.credentialsLaura Couto
11/24/2025, 3:22 PMNok Lam Chan
11/25/2025, 12:39 PMGauthier Pierard
11/26/2025, 10:01 AM