kestra-io / plugin-jdbc

https://kestra.io/plugins/
Apache License 2.0
10 stars 7 forks source link

Make tests passing for external contributor #357

Open loicmathieu opened 1 month ago

loicmathieu commented 1 month ago

Issue description

Tests didn't pass for external contributor because Rockset tests needs and API Key which is not available out of the Kestra organization.

These tests should only be run if the ROCKSET_APIKEY is set. An attempt has been done using @EnabledIfEnvironmentVariable(named = "ROCKSET_APIKEY", matches = ".*") but it didn't work.