Skip to contents

Get the name of a variable_source's attr dependency

Usage

getAttrNameFromVariableSourceId(connectionDetails, variableSourceId)

Arguments

connectionDetails

(list) An object of class connectionDetails as created by the createConnectionDetails function

Value

(character) The schema and table name for the source attr dependency

Examples

if (FALSE) {
attrName <- getAttrNameFromVariableSourceId(connectionDetails, 101)
}