spark-redshift-community / spark-redshift

Performant Redshift data source for Apache Spark
Apache License 2.0
135 stars 62 forks source link

Add .env support for project #138

Closed smoy closed 12 months ago

smoy commented 12 months ago

test and integration tests expect some environment variables to run. Although instruction asks developers to simply export via bash, at some point, developers will try to save on a local file.

We may as well use the typical .env approach where we git ignore .env and have a .env.example to bootstrap developers.

In addition, we also have secrets turn on in the project, so we block secrets from checking in.