Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
768 stars 48 forks source link

Add ability to reference environment variable in ImportDataSchema #642

Closed koperagen closed 1 month ago

koperagen commented 3 months ago

JdbcOptions can have additional Boolean parameter that makes plugin interpret password (maybe username too?) parameter as a env variable name. People won't have to fallback to Gradle plugin if they don't feel like storing these credentials in the source code @zaleslaw

Jolanrensen commented 3 months ago

..or if they don't use gradle :)