Function createAccessorFromPackageableElement
createAccessorFromPackageableElement( element: AccessorOwner, context: V1_GraphBuilderContext, options?: { schemaName?: string; tableName?: string },): undefined | Accessor Parameters
- element: AccessorOwner
- context: V1_GraphBuilderContext
Optionaloptions: { schemaName?: string; tableName?: string }
Returns undefined | Accessor
Creates an appropriate Accessor from a packageable element.
For IngestDefinition: requires
datasetNameto identify the dataset. For Database: requiresschemaNameandtableNameto identify the table.