amoghrajesh commented on code in PR #62010:
URL: https://github.com/apache/airflow/pull/62010#discussion_r2812320732
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1929,6 +1929,22 @@ lineage:
type: string
example: ~
default: ""
+ hll_max_collected_assets:
Review Comment:
Since its a lineage config anways, do you think: `max_assets_per_collector`
is more self explanatory?
##########
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:
On a similar vein: `max_extra_metadata_per_collector`?
--
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]