File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,19 @@ In your personal deployments' ``environment.py`` file(s):
2929
30302. Set the value of the ``pop `` flag to ``1 ``.
3131
32- 2. Rename the following functions: ``bqsrc `` (AnVIL deployments only),
32+ 3. Rename to type alias ``ProjectName `` to ``DatasetName ``.
33+
34+ 4. In AnVIL deployments, rename the local variable ``project `` in the functions
35+ ``mksrc `` and ``mkdelta `` to ``google_project `` and ``dataset `` respectively.
36+
37+ 5. Rename the following functions: ``bqsrc `` (AnVIL deployments only),
3338 ``mksrc ``, ``mkdelta ``, ``mklist ``, and ``mkdict ``.
3439
35- 3 . Update the type annotations for those functions.
40+ 6 . Update the type annotations for those functions.
3641
37- 4 . Update the definitions of ``source `` and ``condense ``.
42+ 7 . Update the definitions of ``source `` and ``condense ``.
3843
39- 5 . Insert the ``mirror_limit `` property in the definition of
44+ 8 . Insert the ``mirror_limit `` property in the definition of
4045 ``AZUL_CATALOGS ``.
4146
4247As always, use the sandbox deployment's ``environment.py `` as a model when
You can’t perform that action at this time.
0 commit comments