Skip to content

Commit

Permalink
feat: plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 25, 2023
1 parent 6c61b3a commit 224736f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion plugin-jdbc-clickhouse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "ClickHouse",
"X-Kestra-Group": project.group + ".jdbc.clickhouse",
"X-Kestra-Description": 'ClickHouse plugin for Kestra',
"X-Kestra-Description": 'Query ClickHouse databases using Kestra\'s JDBC plugin integration.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-duckdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "DuckDB",
"X-Kestra-Group": project.group + ".jdbc.duckdb",
"X-Kestra-Description": 'DuckDB plugin for Kestra',
"X-Kestra-Description": 'Manage data in DuckDB with Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "MySQL",
"X-Kestra-Group": project.group + ".jdbc.mysql",
"X-Kestra-Description": 'MySQL plugin for Kestra',
"X-Kestra-Description": 'Query MySQL databases using the Kestra JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-oracle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Oracle",
"X-Kestra-Group": project.group + ".jdbc.oracle",
"X-Kestra-Description": 'Oracle plugin for Kestra',
"X-Kestra-Description": 'Access Oracle databases with Kestra\'s JDBC plugin integration.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-pinot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Apache Pinot",
"X-Kestra-Group": project.group + ".jdbc.pinot",
"X-Kestra-Description": 'Apache Pinot plugin for Kestra',
"X-Kestra-Description": 'Connect and query Apache Pinot databases using Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "PostgreSQL",
"X-Kestra-Group": project.group + ".jdbc.postgresql",
"X-Kestra-Description": 'PostgreSQL plugin for Kestra',
"X-Kestra-Description": 'Access PostgreSQL databases using Kestra\'s JDBC plugin integration.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-redshift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Amazon Redshift",
"X-Kestra-Group": project.group + ".jdbc.redshift",
"X-Kestra-Description": 'Amazon Redshift plugin for Kestra',
"X-Kestra-Description": 'Connect to Redshift databases using Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-rockset/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Rockset",
"X-Kestra-Group": project.group + ".jdbc.rockset",
"X-Kestra-Description": 'Rockset plugin for Kestra',
"X-Kestra-Description": 'Integrate Rockset real-time indexing with Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-snowflake/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Snowflake",
"X-Kestra-Group": project.group + ".jdbc.snowflake",
"X-Kestra-Description": 'Snowflake plugin for Kestra',
"X-Kestra-Description": 'Leverage Snowflake data warehouse using Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-sqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Microsoft SQL Server",
"X-Kestra-Group": project.group + ".jdbc.sqlserver",
"X-Kestra-Description": 'Microsoft SQL Server plugin for Kestra',
"X-Kestra-Description": 'Query SQL Server databases with Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Trino",
"X-Kestra-Group": project.group + ".jdbc.trino",
"X-Kestra-Description": 'Trino plugin for Kestra',
"X-Kestra-Description": 'Connect to Trino databases using Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-vectorwise/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Actian Vector",
"X-Kestra-Group": project.group + ".jdbc.vectorwise",
"X-Kestra-Description": 'Actian Vector plugin for Kestra',
"X-Kestra-Description": 'Integrate Vectorwise analytical databases with Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-jdbc-vertica/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Vertica",
"X-Kestra-Group": project.group + ".jdbc.vertica",
"X-Kestra-Description": 'Vertica plugin for Kestra',
"X-Kestra-Description": 'Manage data in Vertica databases with Kestra\'s JDBC plugin.',
"X-Kestra-Version": project.version
)
}
Expand Down

0 comments on commit 224736f

Please sign in to comment.