LookerConnection
Looker Connection ConfigProperties
type: Service Type. Refer to #/definitions/lookerType. Default:"Looker".clientId(string): User’s Client ID. This user should have privileges to read all the metadata in Looker.clientSecret(string, format: password): User’s Client Secret.hostPort(string, format: uri): URL to the Looker instance.gitCredentials: Credentials to extract the .lkml files from a repository. This is required to get all the lineage and definitions.- One of
- : Refer to #/definitions/noGitCredentials.
- : Refer to ../../../../security/credentials/githubCredentials.json.
- : Refer to ../../../../security/credentials/bitbucketCredentials.json.
- : Refer to ../../../../security/credentials/gitlabCredentials.json.
- One of
supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
Definitions
lookerType(string): Looker service type. Must be one of:["Looker"]. Default:"Looker".noGitCredentials(object): Do not set any credentials. Note that credentials are required to extract .lkml views and their lineage. Cannot contain additional properties.