From 12f836968a5abf7435fb32cfea7b7a7144e5ff84 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 20 Nov 2024 14:44:00 -0600 Subject: [PATCH] add missing var in tox file --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 65616d4..b5540dc 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ passenv = # bigquery env vars BIGQUERY_PROJECT BIGQUERY_SCHEMA + BIGQUERY_KEYFILE_JSON # Postgres integration tests for centralized dbt testing # run dbt commands directly, assumes dbt is already installed in environment