Skip to content

Commit

Permalink
chore: avoid setting environment variables except for local cases
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 31, 2024
1 parent 67092cf commit 8f37428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ MYSQL_PWD="ibis"
MSSQL_SA_PASSWORD="1bis_Testing!"
DRUID_URL="druid://localhost:8082/druid/v2/sql"
SPARK_CONFIG=./docker/spark-connect/conf.properties
AWS_PROFILE="ibis-testing"
AWS_REGION="us-east-2"
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@

PYSPARK_PYTHON = "${env}/bin/python";

AWS_PROFILE = "ibis-testing";
AWS_REGION = "us-east-2";

# needed for mssql+pyodbc
ODBCSYSINI = pkgs.writeTextDir "odbcinst.ini" ''
[FreeTDS]
Expand Down

0 comments on commit 8f37428

Please sign in to comment.