jscheffl commented on code in PR #67532:
URL: https://github.com/apache/airflow/pull/67532#discussion_r3343962185


##########
providers/ibm/db2/provider.yaml:
##########
@@ -0,0 +1,55 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+---
+package-name: apache-airflow-providers-ibm-db2
+name: IBM Db2
+description: |
+  `IBM Db2 <https://www.ibm.com/products/db2>`__
+
+state: ready
+lifecycle: production
+source-date-epoch: 1743033600
+versions:
+  - 1.0.0
+
+dependencies:
+  - apache-airflow>=2.11.0
+  - apache-airflow-providers-common-compat>=1.12.0
+  - apache-airflow-providers-common-sql>=1.32.0
+  - ibm-db>=3.0.0
+  - ibm-db-sa>=0.4.0
+
+integrations:
+  - integration-name: IBM Db2
+    external-doc-url: https://www.ibm.com/products/db2
+    logo: /docs/integration-logos/Db2.png
+    tags: [software]
+
+hooks:
+  - integration-name: IBM Db2
+    python-modules:
+      - airflow.providers.ibm.db2.hooks.db2
+
+operators:
+  - integration-name: IBM Db2
+    python-modules:
+      - airflow.providers.ibm.db2.operators.db2
+
+connection-types:
+  - hook-class-name: airflow.providers.ibm.db2.hooks.db2.Db2Hook
+    connection-type: Db2

Review Comment:
   Recently a feature was merged that additional connection fields can be 
described in a YAML structure such that a nice UI is rendered w/o the need to 
define extra-options as JSON (as you did on connection docs). Can you please 
define the fields here properly? Then a nicer UI is prepared and a machine 
readable structure is available.
   
   For reference take a look to providers/microsoft/azure/provider.yaml



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