From 8f37428fa479125285ed5f91d3261d125d9f137c Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:01:26 -0500 Subject: [PATCH] chore: avoid setting environment variables except for local cases --- .env | 2 -- flake.nix | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 8eebc3afd619..70f4abe8c082 100644 --- a/.env +++ b/.env @@ -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" diff --git a/flake.nix b/flake.nix index 426065ec0d49..c1d078662c45 100644 --- a/flake.nix +++ b/flake.nix @@ -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]