We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0113e6b commit 0ffc8ecCopy full SHA for 0ffc8ec
testing/test_notebooks.py
@@ -18,8 +18,8 @@ def load_configuration(config_file="env.json"):
18
def test_notebook_execution(notebook_path):
19
config = load_configuration()
20
parameters = {
21
- "API_KEY": config.get("NOTEBOOK_PROJECT_ID", ""),
22
- "DB_URL": config.get("NOTEBOOK_GCP_LOCATION", ""),
+ "NOTEBOOK_GCP_PROJECT_ID": config.get("NOTEBOOK_GCP_PROJECT_ID", ""),
+ "NOTEBOOK_GCP_LOCATION": config.get("NOTEBOOK_GCP_LOCATION", ""),
23
}
24
25
with open(notebook_path) as f:
0 commit comments