We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e13f0 commit fd4db2aCopy full SHA for fd4db2a
examples/JobChain.ipynb
@@ -39,6 +39,7 @@
39
"source": [
40
"# To run Jobs using the API we need our \"Project\".\n",
41
"# This is set for us by the Data Manager using an environment variable.\n",
42
+ "import os\n",
43
"project = os.environ[\"DM_PROJECT_ID\"]"
44
]
45
},
@@ -52,7 +53,6 @@
52
53
"# The file is written for us by the Data Manager and is written to a\n",
54
"# '.squonk2' directory in the project root. The environment is given\n",
55
"# the name \"current\" (which we'll refer to later).\n",
- "import os\n",
56
"os.environ[\"SQUONK2_ENVIRONMENTS_FILE\"] = \".squonk2/environments\""
57
58
0 commit comments