Skip to content

Commit 2f20db8

Browse files
committed
fixup! [u 8/8] Configure mirroring per source (#7066)
1 parent 908ad0a commit 2f20db8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

UPGRADING.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,19 @@ In your personal deployments' ``environment.py`` file(s):
2929

3030
2. 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

4247
As always, use the sandbox deployment's ``environment.py`` as a model when

0 commit comments

Comments
 (0)