metalus

This project aims to make writing Spark applications easier by abstracting the effort to assemble the driver into reusable steps and pipelines.

View project on GitHub
Documentation Home Common Home

CredentialSteps

This step object provides access to Credential objects within a pipeline. This is useful when the name of the credential isn’t known until runtime or the pipeline has been added to an application.

Get Credential

Given the credential name, this step will return a credential or None.

Full parameter descriptions listed below:

  • credentialName - The name of the credential to retrieve.