diff --git a/src/main/resources/metadata/index.yaml b/src/main/resources/metadata/index.yaml new file mode 100644 index 0000000..1758164 --- /dev/null +++ b/src/main/resources/metadata/index.yaml @@ -0,0 +1,8 @@ +group: io.kestra.plugin.airtable +name: "airtable" +title: "Airtable" +description: "Integrate with Airtable bases and tables via REST API for data orchestration and workflow automation. Support for CRUD operations, filtering, pagination, and AI Agent compatibility." +body: "" +videos: [] +createdBy: "Kestra Core Team" +managedBy: "Kestra Core Team" diff --git a/src/main/resources/metadata/records.yaml b/src/main/resources/metadata/records.yaml new file mode 100644 index 0000000..f30d3e1 --- /dev/null +++ b/src/main/resources/metadata/records.yaml @@ -0,0 +1,8 @@ +group: io.kestra.plugin.airtable.records +name: "records" +title: "Airtable Record" +description: "This sub-group of plugins contains tasks to interact with Airtable Records." +body: "" +videos: [] +createdBy: "Kestra Core Team" +managedBy: "Kestra Core Team"