tap-belvo 0.0.1b8__tar.gz → 0.0.1b10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tap-belvo might be problematic. Click here for more details.
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.github/dependabot.yml +16 -6
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.github/workflows/constraints.txt +1 -1
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.github/workflows/dynamic-publish.yaml +4 -1
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.github/workflows/test.yml +11 -4
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.pre-commit-config.yaml +4 -4
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/PKG-INFO +4 -3
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/pyproject.toml +31 -34
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/client.py +9 -8
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/streams/banking.py +6 -4
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/streams/core.py +4 -1
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.copier-answers.yml +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.gitignore +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/.secrets/.gitignore +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/LICENSE +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/README.md +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/meltano.yml +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/output/.gitignore +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/plugins/loaders/target-duckdb--jwills.lock +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/__init__.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/__main__.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/openapi/BelvoOpenFinanceApiSpec.json +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/openapi/__init__.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/streams/__init__.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/streams/enrichment.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/streams/fiscal.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tap_belvo/tap.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tests/__init__.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tests/conftest.py +0 -0
- {tap_belvo-0.0.1b8 → tap_belvo-0.0.1b10}/tests/test_core.py +0 -0
|
@@ -8,31 +8,41 @@ updates:
|
|
|
8
8
|
- package-ecosystem: pip
|
|
9
9
|
directory: "/"
|
|
10
10
|
schedule:
|
|
11
|
-
interval:
|
|
11
|
+
interval: weekly
|
|
12
12
|
reviewers:
|
|
13
13
|
- "edgarrmondragon"
|
|
14
14
|
versioning-strategy: increase-if-necessary
|
|
15
15
|
commit-message:
|
|
16
16
|
prefix: "chore(deps): "
|
|
17
17
|
prefix-development: "chore(deps-dev): "
|
|
18
|
+
groups:
|
|
19
|
+
development-dependencies:
|
|
20
|
+
dependency-type: development
|
|
21
|
+
runtime-dependencies:
|
|
22
|
+
dependency-type: production
|
|
23
|
+
update-types:
|
|
24
|
+
- "patch"
|
|
18
25
|
- package-ecosystem: pip
|
|
19
26
|
directory: "/.github/workflows"
|
|
20
27
|
schedule:
|
|
21
|
-
interval:
|
|
28
|
+
interval: monthly
|
|
22
29
|
reviewers:
|
|
23
30
|
- "edgarrmondragon"
|
|
24
31
|
commit-message:
|
|
25
32
|
prefix: "ci: "
|
|
33
|
+
groups:
|
|
34
|
+
ci:
|
|
35
|
+
patterns:
|
|
36
|
+
- "*"
|
|
26
37
|
- package-ecosystem: github-actions
|
|
27
38
|
directory: "/"
|
|
28
39
|
schedule:
|
|
29
|
-
interval:
|
|
40
|
+
interval: monthly
|
|
30
41
|
reviewers:
|
|
31
42
|
- "edgarrmondragon"
|
|
32
43
|
commit-message:
|
|
33
44
|
prefix: "ci: "
|
|
34
45
|
groups:
|
|
35
|
-
|
|
46
|
+
actions:
|
|
36
47
|
patterns:
|
|
37
|
-
- "
|
|
38
|
-
- "hynek/build-and-inspect-python-package"
|
|
48
|
+
- "*"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
pip==24.
|
|
1
|
+
pip==24.2
|
|
2
2
|
hatch==1.12.0
|
|
@@ -22,6 +22,9 @@ jobs:
|
|
|
22
22
|
if: startsWith(github.ref, 'refs/tags/')
|
|
23
23
|
runs-on: ubuntu-latest
|
|
24
24
|
needs: build
|
|
25
|
+
environment:
|
|
26
|
+
name: pypi
|
|
27
|
+
url: https://pypi.org/p/tap-belvo/
|
|
25
28
|
permissions:
|
|
26
29
|
contents: write
|
|
27
30
|
id-token: write
|
|
@@ -37,4 +40,4 @@ jobs:
|
|
|
37
40
|
tag: ${{ github.ref }}
|
|
38
41
|
overwrite: true
|
|
39
42
|
file_glob: true
|
|
40
|
-
- uses: pypa/gh-action-pypi-publish@v1.
|
|
43
|
+
- uses: pypa/gh-action-pypi-publish@v1.10.0
|
|
@@ -30,10 +30,16 @@ jobs:
|
|
|
30
30
|
fail-fast: false
|
|
31
31
|
matrix:
|
|
32
32
|
script: ["test:integration"]
|
|
33
|
-
python-version:
|
|
33
|
+
python-version:
|
|
34
|
+
- "3.8"
|
|
35
|
+
- "3.9"
|
|
36
|
+
- "3.10"
|
|
37
|
+
- "3.11"
|
|
38
|
+
- "3.12"
|
|
39
|
+
- "3.13"
|
|
34
40
|
include:
|
|
35
|
-
- { script: "test:dependencies", python-version: "3.
|
|
36
|
-
- { script: "typing:check", python-version: "3.
|
|
41
|
+
- { script: "test:dependencies", python-version: "3.x" }
|
|
42
|
+
- { script: "typing:check", python-version: "3.x" }
|
|
37
43
|
|
|
38
44
|
steps:
|
|
39
45
|
- uses: actions/checkout@v4
|
|
@@ -41,6 +47,7 @@ jobs:
|
|
|
41
47
|
id: setup-python
|
|
42
48
|
with:
|
|
43
49
|
python-version: ${{ matrix.python-version }}
|
|
50
|
+
allow-prereleases: true
|
|
44
51
|
cache: pip
|
|
45
52
|
|
|
46
53
|
- name: Upgrade pip
|
|
@@ -72,7 +79,7 @@ jobs:
|
|
|
72
79
|
- name: Set up Python
|
|
73
80
|
uses: actions/setup-python@v5
|
|
74
81
|
with:
|
|
75
|
-
python-version: "3.
|
|
82
|
+
python-version: "3.x"
|
|
76
83
|
cache: pip
|
|
77
84
|
cache-dependency-path: .pre-commit-config.yaml
|
|
78
85
|
|
|
@@ -6,7 +6,7 @@ ci:
|
|
|
6
6
|
|
|
7
7
|
repos:
|
|
8
8
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
9
|
-
rev: v4.
|
|
9
|
+
rev: v4.6.0
|
|
10
10
|
hooks:
|
|
11
11
|
- id: check-json
|
|
12
12
|
exclude: "\\.vscode/.*.json"
|
|
@@ -17,18 +17,18 @@ repos:
|
|
|
17
17
|
- id: trailing-whitespace
|
|
18
18
|
|
|
19
19
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
|
20
|
-
rev: "
|
|
20
|
+
rev: "2.2.1"
|
|
21
21
|
hooks:
|
|
22
22
|
- id: pyproject-fmt
|
|
23
23
|
|
|
24
24
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
25
|
-
rev: "v0.
|
|
25
|
+
rev: "v0.6.3"
|
|
26
26
|
hooks:
|
|
27
27
|
- id: ruff
|
|
28
28
|
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
|
|
29
29
|
- id: ruff-format
|
|
30
30
|
|
|
31
31
|
- repo: https://github.com/pre-commit/pre-commit
|
|
32
|
-
rev: v3.
|
|
32
|
+
rev: v3.8.0
|
|
33
33
|
hooks:
|
|
34
34
|
- id: validate_manifest
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: tap-belvo
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.1b10
|
|
4
|
+
Summary: Singer tap for Belvo, built with the Meltano SDK for Singer Taps.
|
|
5
5
|
Project-URL: Documentation, https://github.com/edgarrmondragon/tap-belvo#readme
|
|
6
6
|
Project-URL: Homepage, https://github.com/edgarrmondragon/tap-belvo
|
|
7
7
|
Project-URL: Source, https://github.com/edgarrmondragon/tap-belvo
|
|
@@ -16,11 +16,12 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
20
|
Requires-Python: >=3.8
|
|
20
21
|
Requires-Dist: importlib-resources; python_version < '3.9'
|
|
21
22
|
Requires-Dist: requests
|
|
22
23
|
Requires-Dist: requests-cache==1.*
|
|
23
|
-
Requires-Dist: singer-sdk~=0.
|
|
24
|
+
Requires-Dist: singer-sdk~=0.40.0
|
|
24
25
|
Provides-Extra: testing
|
|
25
26
|
Requires-Dist: deptry>=0.12; extra == 'testing'
|
|
26
27
|
Requires-Dist: pytest>=7.4; extra == 'testing'
|
|
@@ -7,7 +7,7 @@ requires = [
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "tap-belvo"
|
|
10
|
-
description = "
|
|
10
|
+
description = "Singer tap for Belvo, built with the Meltano SDK for Singer Taps."
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
keywords = [
|
|
13
13
|
"Belvo",
|
|
@@ -15,8 +15,8 @@ keywords = [
|
|
|
15
15
|
"singer.io",
|
|
16
16
|
]
|
|
17
17
|
license = "Apache-2.0"
|
|
18
|
-
maintainers = [{ name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" }]
|
|
19
|
-
authors = [{ name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" }]
|
|
18
|
+
maintainers = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" } ]
|
|
19
|
+
authors = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" } ]
|
|
20
20
|
requires-python = ">=3.8"
|
|
21
21
|
classifiers = [
|
|
22
22
|
"Programming Language :: Python :: 3 :: Only",
|
|
@@ -25,15 +25,16 @@ classifiers = [
|
|
|
25
25
|
"Programming Language :: Python :: 3.10",
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
"Programming Language :: Python :: 3.12",
|
|
28
|
+
"Programming Language :: Python :: 3.13",
|
|
28
29
|
]
|
|
29
30
|
dynamic = [
|
|
30
31
|
"version",
|
|
31
32
|
]
|
|
32
33
|
dependencies = [
|
|
33
|
-
|
|
34
|
+
"importlib-resources; python_version<'3.9'",
|
|
34
35
|
"requests",
|
|
35
36
|
"requests-cache==1.*",
|
|
36
|
-
"singer-sdk~=0.
|
|
37
|
+
"singer-sdk~=0.40.0",
|
|
37
38
|
]
|
|
38
39
|
optional-dependencies.testing = [
|
|
39
40
|
"deptry>=0.12",
|
|
@@ -57,47 +58,40 @@ console = "tap-belvo {args}"
|
|
|
57
58
|
jsonl = "tap-belvo {args} > tap-belvo.jsonl"
|
|
58
59
|
|
|
59
60
|
[tool.hatch.envs.test]
|
|
60
|
-
features = ["testing"]
|
|
61
|
+
features = [ "testing" ]
|
|
61
62
|
[tool.hatch.envs.test.scripts]
|
|
62
63
|
integration = "pytest {args:tests}"
|
|
63
64
|
dependencies = "deptry ."
|
|
64
65
|
|
|
65
66
|
[tool.hatch.envs.typing]
|
|
66
|
-
features = ["testing", "typing"]
|
|
67
|
+
features = [ "testing", "typing" ]
|
|
67
68
|
[tool.hatch.envs.typing.scripts]
|
|
68
69
|
check = "mypy --strict {args:tap_belvo tests}"
|
|
69
70
|
|
|
70
71
|
[tool.ruff]
|
|
71
72
|
line-length = 88
|
|
72
|
-
src = ["tap_belvo", "tests"]
|
|
73
|
+
src = [ "tap_belvo", "tests" ]
|
|
73
74
|
|
|
74
|
-
[
|
|
75
|
-
ignore = [
|
|
76
|
-
"ANN101",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"ISC001",
|
|
75
|
+
lint.select = [ "ALL" ]
|
|
76
|
+
lint.ignore = [
|
|
77
|
+
"ANN101", # missing-type-self
|
|
78
|
+
"COM812", # missing-trailing-comma
|
|
79
|
+
"DJ", # flake8-django
|
|
80
|
+
"FIX002", # line-contains-todo
|
|
81
|
+
"ISC001", # single-line-implicit-string-concatenation
|
|
81
82
|
]
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
83
|
+
lint.per-file-ignores."noxfile.py" = [ "ANN" ]
|
|
84
|
+
lint.per-file-ignores."tests/*" = [
|
|
85
|
+
"ANN201", # missing-return-type-public-function
|
|
86
|
+
"S101", # assert
|
|
87
|
+
"SLF001", # private-member-access
|
|
85
88
|
]
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"noxfile.py" = ["ANN"]
|
|
89
|
-
"tests/*" = [
|
|
90
|
-
"ANN201", # missing-return-type-public-function
|
|
91
|
-
"S101", # assert
|
|
92
|
-
"SLF001", # private-member-access
|
|
89
|
+
lint.unfixable = [
|
|
90
|
+
"ERA001", # commented-out-code
|
|
93
91
|
]
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
required-imports = ["from __future__ import annotations"]
|
|
98
|
-
|
|
99
|
-
[tool.ruff.lint.pydocstyle]
|
|
100
|
-
convention = "google"
|
|
92
|
+
lint.isort.known-first-party = [ "tap_belvo" ]
|
|
93
|
+
lint.isort.required-imports = [ "from __future__ import annotations" ]
|
|
94
|
+
lint.pydocstyle.convention = "google"
|
|
101
95
|
|
|
102
96
|
[tool.deptry.package_module_name_map]
|
|
103
97
|
importlib-resources = "importlib_resources"
|
|
@@ -111,15 +105,18 @@ DEP002 = [
|
|
|
111
105
|
"pytest",
|
|
112
106
|
]
|
|
113
107
|
|
|
108
|
+
[tool.pyproject-fmt]
|
|
109
|
+
max_supported_python = "3.13"
|
|
110
|
+
|
|
114
111
|
[tool.pytest.ini_options]
|
|
115
112
|
addopts = "-vvv"
|
|
116
113
|
|
|
117
114
|
[tool.mypy]
|
|
118
|
-
python_version = "3.
|
|
115
|
+
python_version = "3.12"
|
|
119
116
|
warn_redundant_casts = true
|
|
120
117
|
warn_unused_configs = true
|
|
121
118
|
warn_unused_ignores = true
|
|
122
119
|
|
|
123
120
|
[[tool.mypy.overrides]]
|
|
124
121
|
ignore_missing_imports = true
|
|
125
|
-
module = ["backoff.*"]
|
|
122
|
+
module = [ "backoff.*" ]
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import typing as t
|
|
5
6
|
from abc import ABCMeta, abstractmethod
|
|
6
7
|
from copy import deepcopy
|
|
7
|
-
from typing import TYPE_CHECKING, Any
|
|
8
8
|
from urllib.parse import ParseResult, parse_qsl
|
|
9
9
|
|
|
10
10
|
from requests.auth import HTTPBasicAuth
|
|
@@ -16,8 +16,9 @@ from singer_sdk.pagination import BaseHATEOASPaginator
|
|
|
16
16
|
|
|
17
17
|
from tap_belvo.openapi import load_openapi
|
|
18
18
|
|
|
19
|
-
if TYPE_CHECKING:
|
|
19
|
+
if t.TYPE_CHECKING:
|
|
20
20
|
from requests import Response
|
|
21
|
+
from singer_sdk.helpers.types import Context
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
PAGE_SIZE = 1000
|
|
@@ -25,7 +26,7 @@ PAGE_SIZE = 1000
|
|
|
25
26
|
install_cache("tap_belvo_cache", backend="sqlite", expire_after=3600)
|
|
26
27
|
|
|
27
28
|
|
|
28
|
-
def _handle_schema_nullable(schema: dict[str, Any]) -> dict[str, Any]:
|
|
29
|
+
def _handle_schema_nullable(schema: dict[str, t.Any]) -> dict[str, t.Any]:
|
|
29
30
|
"""Resolve x-nullable properties to standard JSON Schema nullable type.
|
|
30
31
|
|
|
31
32
|
Args:
|
|
@@ -115,9 +116,9 @@ class BelvoStream(RESTStream[ParseResult], metaclass=ABCMeta):
|
|
|
115
116
|
|
|
116
117
|
def get_url_params(
|
|
117
118
|
self,
|
|
118
|
-
context:
|
|
119
|
+
context: Context | None,
|
|
119
120
|
next_page_token: ParseResult | None,
|
|
120
|
-
) -> dict[str, Any]:
|
|
121
|
+
) -> dict[str, t.Any]:
|
|
121
122
|
"""Get URL query parameters.
|
|
122
123
|
|
|
123
124
|
Args:
|
|
@@ -127,7 +128,7 @@ class BelvoStream(RESTStream[ParseResult], metaclass=ABCMeta):
|
|
|
127
128
|
Returns:
|
|
128
129
|
Mapping of URL query parameters.
|
|
129
130
|
"""
|
|
130
|
-
params: dict[str, Any] = {
|
|
131
|
+
params: dict[str, t.Any] = {
|
|
131
132
|
"page": 1,
|
|
132
133
|
"page_size": PAGE_SIZE,
|
|
133
134
|
}
|
|
@@ -158,14 +159,14 @@ class BelvoStream(RESTStream[ParseResult], metaclass=ABCMeta):
|
|
|
158
159
|
type_dict = self.schema.get("properties", {}).get(self.replication_key)
|
|
159
160
|
return is_date_or_datetime_type(type_dict)
|
|
160
161
|
|
|
161
|
-
def _resolve_openapi_ref(self) -> dict[str, Any]:
|
|
162
|
+
def _resolve_openapi_ref(self) -> dict[str, t.Any]:
|
|
162
163
|
schema = {"$ref": f"#/components/schemas/{self.openapi_ref}"}
|
|
163
164
|
openapi = load_openapi()
|
|
164
165
|
schema["components"] = openapi["components"]
|
|
165
166
|
return resolve_schema_references(schema)
|
|
166
167
|
|
|
167
168
|
@property
|
|
168
|
-
def schema(self) -> dict[str, Any]:
|
|
169
|
+
def schema(self) -> dict[str, t.Any]:
|
|
169
170
|
"""Return the schema for this stream.
|
|
170
171
|
|
|
171
172
|
Returns:
|
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
import typing as t
|
|
6
6
|
|
|
7
7
|
from tap_belvo.client import BelvoStream
|
|
8
8
|
from tap_belvo.streams.core import Links
|
|
9
9
|
|
|
10
|
-
if TYPE_CHECKING:
|
|
10
|
+
if t.TYPE_CHECKING:
|
|
11
11
|
from urllib.parse import ParseResult
|
|
12
12
|
|
|
13
|
+
from singer_sdk.helpers.types import Context
|
|
14
|
+
|
|
13
15
|
|
|
14
16
|
class Accounts(BelvoStream):
|
|
15
17
|
"""Accounts stream."""
|
|
@@ -33,9 +35,9 @@ class Transactions(BelvoStream):
|
|
|
33
35
|
|
|
34
36
|
def get_url_params(
|
|
35
37
|
self,
|
|
36
|
-
context:
|
|
38
|
+
context: Context | None,
|
|
37
39
|
next_page_token: ParseResult | None,
|
|
38
|
-
) -> dict[str, Any]:
|
|
40
|
+
) -> dict[str, t.Any]:
|
|
39
41
|
"""Get URL query parameters.
|
|
40
42
|
|
|
41
43
|
Args:
|
|
@@ -6,6 +6,9 @@ import typing as t
|
|
|
6
6
|
|
|
7
7
|
from tap_belvo.client import BelvoStream
|
|
8
8
|
|
|
9
|
+
if t.TYPE_CHECKING:
|
|
10
|
+
from singer_sdk.helpers.types import Context
|
|
11
|
+
|
|
9
12
|
|
|
10
13
|
class Links(BelvoStream):
|
|
11
14
|
"""Links stream."""
|
|
@@ -19,7 +22,7 @@ class Links(BelvoStream):
|
|
|
19
22
|
def get_child_context(
|
|
20
23
|
self,
|
|
21
24
|
record: dict[str, t.Any],
|
|
22
|
-
context:
|
|
25
|
+
context: Context | None, # noqa: ARG002
|
|
23
26
|
) -> dict[t.Any, t.Any]:
|
|
24
27
|
"""Return the child context.
|
|
25
28
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|