vishnu-chalil commented on code in PR #7765:
URL: https://github.com/apache/gravitino/pull/7765#discussion_r2248276971


##########
docs/lineage/gravitino-server-lineage.md:
##########
@@ -55,6 +55,18 @@ curl -X POST \
 
 Log sink prints the log in a separate log file `gravitino_lineage.log`, you 
could change the default behavior in `conf/log4j2.properties`.
 
+## Lineage HTTP sink
+
+Lineage Http sink supports sending the lineage to an Http sink supported by 
OpenLineage. Consider the example below to configure the HTTP sink.
+
+| Property Name                     | Description                              
                                                                                
              | Default Value                                      | Required | 
Since Version |
+|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------|----------|---------------|
+| gravitino.lineage.sinks           | Specifies the lineage sink 
implementation to use.For http sink `http`.                                     
                            | `log`                                             
 | Yes      | 0.9.0         |
+| gravitino.lineage.http.sinkClass  | Fully qualified class name of the http 
sink lineage sink implementation  
`org.apache.gravitino.lineage.sink.LineageHttpSink`)          | 
`org.apache.gravitino.lineage.sink.LineageLogSink` | Yes      | 0.9.0         |
+| gravitino.lineage.http.url        | URL of the http sink server endpoint for 
lineage collection(e.g., `http://localhost:5000`)                               
              | (none)                                             | Yes      | 
1.0.0         |
+| gravitino.lineage.http.authType   | Authentication type for http sink 
(options: `apiKey` or `none`)                                                   
                     | (none)                                             | Yes 
     | 1.0.0         |

Review Comment:
   Updated



##########
docs/lineage/gravitino-server-lineage.md:
##########
@@ -55,6 +55,18 @@ curl -X POST \
 
 Log sink prints the log in a separate log file `gravitino_lineage.log`, you 
could change the default behavior in `conf/log4j2.properties`.
 
+## Lineage HTTP sink
+
+Lineage Http sink supports sending the lineage to an Http sink supported by 
OpenLineage. Consider the example below to configure the HTTP sink.
+
+| Property Name                     | Description                              
                                                                                
              | Default Value                                      | Required | 
Since Version |
+|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------|----------|---------------|
+| gravitino.lineage.sinks           | Specifies the lineage sink 
implementation to use.For http sink `http`.                                     
                            | `log`                                             
 | Yes      | 0.9.0         |

Review Comment:
   Updated



-- 
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-unsubscr...@gravitino.apache.org

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

Reply via email to