eladkal commented on code in PR #38982:
URL: https://github.com/apache/airflow/pull/38982#discussion_r1564573821
##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -101,6 +101,15 @@ config:
example: full.path.to.ExtractorClass;full.path.to.AnotherExtractorClass
default: ~
version_added: ~
+ custom_facet_functions:
+ description: |
+ Register functions that return custom facets to append to the run
facet. This config takes a
+ string of semicolon delimited full import paths to the functions.
The functions should accept
+ a TaskInstance input argument and should return a dictionary.
+ type: string
+ example:
full.path.to.custom_facet_function;full.path.to.another_custom_facet_function
+ default: ''
+ version_added: ~
Review Comment:
```suggestion
version_added: 1.8.0
```
We can assume this will be added in next feature release
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]