amoghrajesh commented on code in PR #62010:
URL: https://github.com/apache/airflow/pull/62010#discussion_r2812414698


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1929,6 +1929,22 @@ lineage:
       type: string
       example: ~
       default: ""
+    hll_max_collected_assets:
+      description: |
+        Maximum number of asset inputs or outputs that can be collected by a 
single hook lineage collector
+        instance. Input assets and output assets are counted separately.
+      version_added: 3.2.0
+      type: integer
+      example: ~
+      default: "100"
+    hll_max_collected_extra:

Review Comment:
   Sounds good, naming is hard!



##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1929,6 +1929,22 @@ lineage:
       type: string
       example: ~
       default: ""
+    hll_max_collected_assets:

Review Comment:
   Naming is hard!



-- 
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]

Reply via email to