pyapacheatlas.readers.reader.ReaderConfiguration#

class pyapacheatlas.readers.reader.ReaderConfiguration(**kwargs)#

A base configuration for the Reader class. Allows you to:

  • value_separator: Defaults to ; control the separator for lists of objects.

  • source_prefix: Defaults to Source control the field name for Source in lineage parsing

  • target_prefix: Defaults to Target control the field name for Target in lineage parsing

  • process_prefix: Defaults to Process control the field name for Process in lineage parsing

  • column_transformation_name: Defaults to transformation control the field name for indiciating what the transformation is, deprecated

  • default_glossary: Defaults to Glossary when you specify a term this is added with @<Value> unless the user provided an @ in the term.

__init__(**kwargs)#

Methods

__init__(**kwargs)