List of annotators available in basic pack
Python
FROM IMPORT: Identifies 'from ... import ...' statements in Python code.
IMPORT: Identifies 'import ...' statements in Python code.
GET ENV: Identifies 'os.getenv' calls in Python code.
PYTHON HADOOP TABLE: Identifies Hadoop table references in Python code.
SPARK TABLE ENV: Identifies 'spark.table()' references in Python code.
SparkSQL
ENV VAR IN TABLE NAME: Identifies environment variables in table names within Spark SQL queries.
GET TABLE: Identifies environment-specific table names in Spark SQL queries.
SELECT NO WHERE: Identifies SQL SELECT statements that do not contain a WHERE clause.
SELECT WILDCARD: Identifies instances where a wildcard (*) is used in the SELECT clause.