Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ingestion/airflow-plugin): fix AthenaOperator extraction
The GenericSqlExtractor which is currently by the DataHub Airflow plugin to extract lineage information does not properly support the AthenaOperator and crashes with "AttributeError: 'AthenaOperator' object has no attribute 'sql'". This patch introduces a AthenaOperatorExtractor following the BigQueryInsertJobOperatorExtractor example to fix support for the AthenaOperator.
- Loading branch information