Skip to content

Commit

Permalink
update nb config
Browse files Browse the repository at this point in the history
  • Loading branch information
tottenjordan committed Sep 25, 2023
1 parent 20018ea commit d10c1ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 00b-load-core-data-to-bq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"metadata": {},
"outputs": [],
"source": [
"PREFIX = 'twotower-v1'"
"# naming convention for all cloud resources\n",
"VERSION = \"v1\" # TODO\n",
"PREFIX = f'ndr-{VERSION}' # TODO\n",
"\n",
"print(f\"PREFIX = {PREFIX}\")"
]
},
{
Expand Down

0 comments on commit d10c1ec

Please sign in to comment.