Creates an appropriate Accessor from a packageable element.

For IngestDefinition: requires datasetName to identify the dataset. For Database: requires schemaName and tableName to identify the table.

  • Parameters

    • element: AccessorOwner
    • context: V1_GraphBuilderContext
    • Optionaloptions: { schemaName?: string; tableName?: string }

    Returns undefined | Accessor