uranusjr commented on code in PR #31576:
URL: https://github.com/apache/airflow/pull/31576#discussion_r1212761754


##########
airflow/provider.yaml.schema.json:
##########
@@ -208,8 +208,8 @@
             "type": "string",
             "description": "Integration name. It must have a matching item in 
the 'integration' section of any provider."
           },
-          "class-names": {
-            "description": "List of the trigger class name that implements 
trigger.",
+          "python-modules": {
+            "description": "List of python modules containing the triggers.",

Review Comment:
   ```suggestion
               "description": "List of Python modules containing the triggers.",
   ```



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