• John Cheng's avatar
    feat: enhance glue extractor (#306) · faa795ce
    John Cheng authored
    * Add `is_view`
    
    * Update glue table description
    For Athena tables, the table description is stored in Parameters.comment.
    
    * fix missing partition keys
    Partition keys should be part of the columns.
    
    * Add tests
    
    * fix typo
    
    * fix flake8
    faa795ce
Name
Last commit
Last update
..
dashboard Loading commit data...
restapi Loading commit data...
__init__.py Loading commit data...
test_athena_metadata_extractor.py Loading commit data...
test_bigquery_metadata_extractor.py Loading commit data...
test_bigquery_usage_extractor.py Loading commit data...
test_bigquery_watermark_extractor.py Loading commit data...
test_cassandra_extractor.py Loading commit data...
test_csv_extractor.py Loading commit data...
test_generic_extractor.py Loading commit data...
test_glue_extractor.py Loading commit data...
test_hive_table_last_updated_extractor.py Loading commit data...
test_hive_table_metadata_extractor.py Loading commit data...
test_kafka_source_extractor.py Loading commit data...
test_mssql_metadata_extractor.py Loading commit data...
test_neo4j_es_last_updated_extractor.py Loading commit data...
test_neo4j_extractor.py Loading commit data...
test_neo4j_search_data_extractor.py Loading commit data...
test_postgres_metadata_extractor.py Loading commit data...
test_presto_view_metadata_extractor.py Loading commit data...
test_snowflake_metadata_extractor.py Loading commit data...
test_sql_alchemy_extractor.py Loading commit data...
test_sql_server_metadata_extractor.py Loading commit data...