You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "mobuchowski (via GitHub)" <gi...@apache.org> on 2023/02/21 18:49:42 UTC

[GitHub] [airflow] mobuchowski opened a new issue, #29673: Provide OL SQL parser as internal OpenLineage provider API

mobuchowski opened a new issue, #29673:
URL: https://github.com/apache/airflow/issues/29673

   ### Body
   
   To easily provide OpenLineage events from SQL-based operators, we want to add SQL parser API that other providers can use. The API should be stable.
   
   There are two proposed options:
   
   - Provide literal API - classes that other providers could import and use directly
   - Pass parser class to `get_openlineage_facets_*` methods that the operators could use, but we need to be careful to not pass it to openlineage-airflow defined methods, as those won't accept it. 
   
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] mobuchowski closed issue #29673: Provide OL SQL parser as internal OpenLineage provider API

Posted by "mobuchowski (via GitHub)" <gi...@apache.org>.
mobuchowski closed issue #29673: Provide OL SQL parser as internal OpenLineage provider API
URL: https://github.com/apache/airflow/issues/29673


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org