tap-belvo 0.0.1b6__tar.gz → 0.0.1b7__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.1b6 → tap_belvo-0.0.1b7}/.github/dependabot.yml +9 -0
- tap_belvo-0.0.1b7/.github/workflows/constraints.txt +2 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/.github/workflows/dynamic-publish.yaml +3 -3
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/.github/workflows/test.yml +7 -9
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/.pre-commit-config.yaml +3 -3
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/PKG-INFO +5 -6
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/README.md +1 -1
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/plugins/loaders/target-duckdb--jwills.lock +44 -3
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/pyproject.toml +13 -19
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/streams/banking.py +8 -8
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/streams/enrichment.py +3 -3
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/streams/fiscal.py +6 -6
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/streams/links.py +2 -2
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/tap.py +0 -1
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tests/conftest.py +0 -2
- tap_belvo-0.0.1b6/.flake8 +0 -7
- tap_belvo-0.0.1b6/.github/workflows/constraints.txt +0 -2
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/.copier-answers.yml +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/.gitignore +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/.secrets/.gitignore +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/LICENSE +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/meltano.yml +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/output/.gitignore +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/__init__.py +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/__main__.py +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/client.py +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/openapi/BelvoOpenFinanceApiSpec.json +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/openapi/__init__.py +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tap_belvo/streams/__init__.py +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tests/__init__.py +0 -0
- {tap_belvo-0.0.1b6 → tap_belvo-0.0.1b7}/tests/test_core.py +0 -0
|
@@ -15,6 +15,10 @@ updates:
|
|
|
15
15
|
commit-message:
|
|
16
16
|
prefix: "chore(deps): "
|
|
17
17
|
prefix-development: "chore(deps-dev): "
|
|
18
|
+
groups:
|
|
19
|
+
singer-sdk:
|
|
20
|
+
patterns:
|
|
21
|
+
- "singer-sdk*"
|
|
18
22
|
- package-ecosystem: pip
|
|
19
23
|
directory: "/.github/workflows"
|
|
20
24
|
schedule:
|
|
@@ -31,3 +35,8 @@ updates:
|
|
|
31
35
|
- "edgarrmondragon"
|
|
32
36
|
commit-message:
|
|
33
37
|
prefix: "ci: "
|
|
38
|
+
groups:
|
|
39
|
+
artifacts:
|
|
40
|
+
patterns:
|
|
41
|
+
- "actions/*-load-artifact"
|
|
42
|
+
- "hynek/build-and-inspect-python-package"
|
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
- uses: actions/setup-python@v5
|
|
16
16
|
with:
|
|
17
17
|
python-version: "3.11"
|
|
18
|
-
- uses: hynek/build-and-inspect-python-package@
|
|
18
|
+
- uses: hynek/build-and-inspect-python-package@v2
|
|
19
19
|
|
|
20
20
|
publish:
|
|
21
21
|
name: Publish to PyPI
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
|
27
27
|
id-token: write
|
|
28
28
|
|
|
29
29
|
steps:
|
|
30
|
-
- uses: actions/download-artifact@
|
|
30
|
+
- uses: actions/download-artifact@v4
|
|
31
31
|
with:
|
|
32
32
|
name: Packages
|
|
33
33
|
path: dist
|
|
@@ -37,4 +37,4 @@ jobs:
|
|
|
37
37
|
tag: ${{ github.ref }}
|
|
38
38
|
overwrite: true
|
|
39
39
|
file_glob: true
|
|
40
|
-
- uses: pypa/gh-action-pypi-publish@v1.8.
|
|
40
|
+
- uses: pypa/gh-action-pypi-publish@v1.8.14
|
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
runs-on: ubuntu-latest
|
|
26
26
|
env:
|
|
27
27
|
FORCE_COLOR: "1"
|
|
28
|
-
PIP_CONSTRAINT: .github/workflows/constraints.txt
|
|
28
|
+
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
|
|
29
29
|
strategy:
|
|
30
30
|
fail-fast: false
|
|
31
31
|
matrix:
|
|
@@ -36,11 +36,9 @@ jobs:
|
|
|
36
36
|
- { script: "typing:check", python-version: "3.11" }
|
|
37
37
|
|
|
38
38
|
steps:
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
- name: Set up Python ${{ matrix.python-version }}
|
|
43
|
-
uses: actions/setup-python@v5
|
|
39
|
+
- uses: actions/checkout@v4
|
|
40
|
+
- uses: actions/setup-python@v5
|
|
41
|
+
id: setup-python
|
|
44
42
|
with:
|
|
45
43
|
python-version: ${{ matrix.python-version }}
|
|
46
44
|
cache: pip
|
|
@@ -52,7 +50,7 @@ jobs:
|
|
|
52
50
|
|
|
53
51
|
- name: Install Hatch
|
|
54
52
|
run: |
|
|
55
|
-
pipx install
|
|
53
|
+
pipx install --python '${{ steps.setup-python.outputs.python-path }}' hatch
|
|
56
54
|
hatch --version
|
|
57
55
|
|
|
58
56
|
- name: Run
|
|
@@ -78,7 +76,7 @@ jobs:
|
|
|
78
76
|
cache: pip
|
|
79
77
|
cache-dependency-path: .pre-commit-config.yaml
|
|
80
78
|
|
|
81
|
-
- uses: pre-commit/action@v3.0.
|
|
79
|
+
- uses: pre-commit/action@v3.0.1
|
|
82
80
|
|
|
83
|
-
- uses: pre-commit-ci/lite-action@v1.0.
|
|
81
|
+
- uses: pre-commit-ci/lite-action@v1.0.2
|
|
84
82
|
if: always()
|
|
@@ -17,18 +17,18 @@ repos:
|
|
|
17
17
|
- id: trailing-whitespace
|
|
18
18
|
|
|
19
19
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
|
20
|
-
rev: "1.
|
|
20
|
+
rev: "1.6.0"
|
|
21
21
|
hooks:
|
|
22
22
|
- id: pyproject-fmt
|
|
23
23
|
|
|
24
24
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
25
|
-
rev: "v0.1.
|
|
25
|
+
rev: "v0.1.13"
|
|
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.6.0
|
|
33
33
|
hooks:
|
|
34
34
|
- id: validate_manifest
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: tap-belvo
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1b7
|
|
4
4
|
Summary: `tap-belvo` is a 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
|
|
@@ -18,14 +18,13 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
19
|
Requires-Python: >=3.8
|
|
20
20
|
Requires-Dist: importlib-resources; python_version < '3.9'
|
|
21
|
-
Requires-Dist: pendulum~=3.0.0b1; python_version >= '3.12'
|
|
22
21
|
Requires-Dist: requests
|
|
23
22
|
Requires-Dist: requests-cache==1.*
|
|
24
|
-
Requires-Dist: singer-sdk~=0.
|
|
23
|
+
Requires-Dist: singer-sdk~=0.37.0
|
|
25
24
|
Provides-Extra: testing
|
|
26
25
|
Requires-Dist: deptry>=0.12; extra == 'testing'
|
|
27
26
|
Requires-Dist: pytest>=7.4; extra == 'testing'
|
|
28
|
-
Requires-Dist: singer-sdk[testing]~=0.
|
|
27
|
+
Requires-Dist: singer-sdk[testing]~=0.37.0; extra == 'testing'
|
|
29
28
|
Provides-Extra: typing
|
|
30
29
|
Requires-Dist: mypy; extra == 'typing'
|
|
31
30
|
Requires-Dist: types-requests; extra == 'typing'
|
|
@@ -90,7 +89,7 @@ pipx install hatch
|
|
|
90
89
|
Run integration tests:
|
|
91
90
|
|
|
92
91
|
```bash
|
|
93
|
-
hatch run
|
|
92
|
+
hatch run test:integration
|
|
94
93
|
```
|
|
95
94
|
|
|
96
95
|
You can also test the `tap-belvo` CLI interface directly:
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"label": "DuckDB",
|
|
7
7
|
"docs": "https://hub.meltano.com/loaders/target-duckdb--jwills",
|
|
8
8
|
"repo": "https://github.com/jwills/target-duckdb",
|
|
9
|
-
"pip_url": "target-duckdb~=0.
|
|
9
|
+
"pip_url": "target-duckdb~=0.6",
|
|
10
10
|
"description": "DuckDB loader",
|
|
11
11
|
"logo_url": "https://hub.meltano.com/assets/logos/loaders/duckdb.png",
|
|
12
12
|
"settings_group_validation": [
|
|
@@ -16,12 +16,52 @@
|
|
|
16
16
|
]
|
|
17
17
|
],
|
|
18
18
|
"settings": [
|
|
19
|
+
{
|
|
20
|
+
"name": "path",
|
|
21
|
+
"kind": "string",
|
|
22
|
+
"label": "Connection Path",
|
|
23
|
+
"description": "The path to use for the `duckdb.connect` call; either a local file or a MotherDuck connection uri.",
|
|
24
|
+
"placeholder": "/path/to/local/file.duckdb"
|
|
25
|
+
},
|
|
19
26
|
{
|
|
20
27
|
"name": "filepath",
|
|
21
28
|
"kind": "string",
|
|
29
|
+
"value": "${MELTANO_PROJECT_ROOT}/output/warehouse.duckdb",
|
|
22
30
|
"label": "File Path",
|
|
23
|
-
"description": "
|
|
24
|
-
"placeholder": "/path/to/local/duckdb
|
|
31
|
+
"description": "Alias of `path`.",
|
|
32
|
+
"placeholder": "/path/to/local/file.duckdb"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "dbname",
|
|
36
|
+
"kind": "string",
|
|
37
|
+
"label": "Database",
|
|
38
|
+
"description": "The database name to write to; this will be inferred from the path property if it is not specified."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "database",
|
|
42
|
+
"kind": "string",
|
|
43
|
+
"label": "Database name",
|
|
44
|
+
"description": "Alias of `dbname`."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "token",
|
|
48
|
+
"kind": "password",
|
|
49
|
+
"label": "Token",
|
|
50
|
+
"description": "For MotherDuck connections, the auth token to use."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "delimiter",
|
|
54
|
+
"kind": "string",
|
|
55
|
+
"value": ",",
|
|
56
|
+
"label": "Delimiter",
|
|
57
|
+
"description": "The delimiter to use for the CSV files that are used for record imports."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "quotechar",
|
|
61
|
+
"kind": "string",
|
|
62
|
+
"value": "\"",
|
|
63
|
+
"label": "Quote Character",
|
|
64
|
+
"description": "The quote character to use for the CSV files that are used for record imports."
|
|
25
65
|
},
|
|
26
66
|
{
|
|
27
67
|
"name": "batch_size_rows",
|
|
@@ -40,6 +80,7 @@
|
|
|
40
80
|
{
|
|
41
81
|
"name": "default_target_schema",
|
|
42
82
|
"kind": "string",
|
|
83
|
+
"value": "$MELTANO_EXTRACT__LOAD_SCHEMA",
|
|
43
84
|
"label": "Default Target Schema",
|
|
44
85
|
"description": "Name of the schema where the tables will be created. If schema_mapping is not defined then every stream sent by the tap is loaded into this schema."
|
|
45
86
|
},
|
|
@@ -30,35 +30,31 @@ dynamic = [
|
|
|
30
30
|
"version",
|
|
31
31
|
]
|
|
32
32
|
dependencies = [
|
|
33
|
-
'
|
|
34
|
-
'pendulum~=3.0.0b1; python_version >= "3.12"',
|
|
33
|
+
'importlib-resources; python_version < "3.9"',
|
|
35
34
|
"requests",
|
|
36
35
|
"requests-cache==1.*",
|
|
37
|
-
"singer-sdk~=0.
|
|
36
|
+
"singer-sdk~=0.37.0",
|
|
38
37
|
]
|
|
39
|
-
|
|
40
|
-
testing = [
|
|
38
|
+
optional-dependencies.testing = [
|
|
41
39
|
"deptry>=0.12",
|
|
42
40
|
"pytest>=7.4",
|
|
43
|
-
"singer-sdk[testing]~=0.
|
|
41
|
+
"singer-sdk[testing]~=0.37.0",
|
|
44
42
|
]
|
|
45
|
-
typing = [
|
|
43
|
+
optional-dependencies.typing = [
|
|
46
44
|
"mypy",
|
|
47
45
|
"types-requests",
|
|
48
46
|
]
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
[project.scripts]
|
|
54
|
-
"tap-belvo" = "tap_belvo.tap:TapBelvo.cli"
|
|
47
|
+
urls.Documentation = "https://github.com/edgarrmondragon/tap-belvo#readme"
|
|
48
|
+
urls.Homepage = "https://github.com/edgarrmondragon/tap-belvo"
|
|
49
|
+
urls.Source = "https://github.com/edgarrmondragon/tap-belvo"
|
|
50
|
+
scripts."tap-belvo" = "tap_belvo.tap:TapBelvo.cli"
|
|
55
51
|
|
|
56
52
|
[tool.hatch.version]
|
|
57
53
|
source = "vcs"
|
|
58
54
|
|
|
59
55
|
[tool.hatch.envs.sync.scripts]
|
|
60
|
-
console = "tap-belvo {args
|
|
61
|
-
jsonl = "tap-belvo {args
|
|
56
|
+
console = "tap-belvo {args}"
|
|
57
|
+
jsonl = "tap-belvo {args} > tap-belvo.jsonl"
|
|
62
58
|
|
|
63
59
|
[tool.hatch.envs.test]
|
|
64
60
|
features = ["testing"]
|
|
@@ -74,7 +70,6 @@ check = "mypy --strict {args:tap_belvo tests}"
|
|
|
74
70
|
[tool.ruff]
|
|
75
71
|
line-length = 88
|
|
76
72
|
src = ["tap_belvo", "tests"]
|
|
77
|
-
target-version = "py38"
|
|
78
73
|
|
|
79
74
|
[tool.ruff.lint]
|
|
80
75
|
ignore = [
|
|
@@ -105,16 +100,15 @@ required-imports = ["from __future__ import annotations"]
|
|
|
105
100
|
convention = "google"
|
|
106
101
|
|
|
107
102
|
[tool.deptry.package_module_name_map]
|
|
103
|
+
importlib-resources = "importlib_resources"
|
|
108
104
|
mypy = "mypy"
|
|
109
|
-
types-requests = "
|
|
105
|
+
types-requests = "requests"
|
|
110
106
|
|
|
111
107
|
[tool.deptry.per_rule_ignores]
|
|
112
108
|
DEP002 = [
|
|
113
109
|
"deptry",
|
|
114
110
|
"mypy",
|
|
115
|
-
"pendulum",
|
|
116
111
|
"pytest",
|
|
117
|
-
"types-requests",
|
|
118
112
|
]
|
|
119
113
|
|
|
120
114
|
[tool.pytest.ini_options]
|
|
@@ -16,7 +16,7 @@ class Accounts(BelvoStream):
|
|
|
16
16
|
|
|
17
17
|
name = "banking_accounts"
|
|
18
18
|
path = "/api/accounts"
|
|
19
|
-
primary_keys = ("id",)
|
|
19
|
+
primary_keys = ("id",)
|
|
20
20
|
replication_key = "created_at"
|
|
21
21
|
openapi_ref = "Account"
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ class Transactions(BelvoStream):
|
|
|
26
26
|
|
|
27
27
|
name = "banking_transactions"
|
|
28
28
|
path = "/api/transactions"
|
|
29
|
-
primary_keys = ("id",)
|
|
29
|
+
primary_keys = ("id",)
|
|
30
30
|
replication_key = "created_at"
|
|
31
31
|
openapi_ref = "Account"
|
|
32
32
|
parent_stream_type = Links
|
|
@@ -54,11 +54,11 @@ class Transactions(BelvoStream):
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
class Balances(BelvoStream):
|
|
57
|
-
"""Balances stream."""
|
|
57
|
+
"""DEPRECATED. Balances stream."""
|
|
58
58
|
|
|
59
59
|
name = "banking_balances"
|
|
60
60
|
path = "/api/balances"
|
|
61
|
-
primary_keys = ("id",)
|
|
61
|
+
primary_keys = ("id",)
|
|
62
62
|
replication_key = "value_date"
|
|
63
63
|
openapi_ref = "Balance"
|
|
64
64
|
|
|
@@ -68,7 +68,7 @@ class Owners(BelvoStream):
|
|
|
68
68
|
|
|
69
69
|
name = "banking_owners"
|
|
70
70
|
path = "/api/owners"
|
|
71
|
-
primary_keys = ("id",)
|
|
71
|
+
primary_keys = ("id",)
|
|
72
72
|
replication_key = "created_at"
|
|
73
73
|
openapi_ref = "Owner"
|
|
74
74
|
|
|
@@ -78,7 +78,7 @@ class InvestmentPortfolios(BelvoStream):
|
|
|
78
78
|
|
|
79
79
|
name = "investment_portfolios"
|
|
80
80
|
path = "/investments/portfolios"
|
|
81
|
-
primary_keys = ("id",)
|
|
81
|
+
primary_keys = ("id",)
|
|
82
82
|
replication_key = None
|
|
83
83
|
openapi_ref = "InvestmentsPortfolio"
|
|
84
84
|
|
|
@@ -88,7 +88,7 @@ class InvestmentTransactions(BelvoStream):
|
|
|
88
88
|
|
|
89
89
|
name = "investment_transactions"
|
|
90
90
|
path = "/investments/transactions"
|
|
91
|
-
primary_keys = ("id",)
|
|
91
|
+
primary_keys = ("id",)
|
|
92
92
|
replication_key = "created_at"
|
|
93
93
|
openapi_ref = "InvestmentsInstrumentTransaction"
|
|
94
94
|
|
|
@@ -98,6 +98,6 @@ class ReceivableTransactions(BelvoStream):
|
|
|
98
98
|
|
|
99
99
|
name = "receivable_transactions"
|
|
100
100
|
path = "/receivables/transactions"
|
|
101
|
-
primary_keys = ("id",)
|
|
101
|
+
primary_keys = ("id",)
|
|
102
102
|
replication_key = "created_at"
|
|
103
103
|
openapi_ref = "ReceivablesTransaction"
|
|
@@ -10,7 +10,7 @@ class Incomes(BelvoStream):
|
|
|
10
10
|
|
|
11
11
|
name = "enrichment_incomes"
|
|
12
12
|
path = "/api/incomes"
|
|
13
|
-
primary_keys = ("id",)
|
|
13
|
+
primary_keys = ("id",)
|
|
14
14
|
openapi_ref = "Income"
|
|
15
15
|
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@ class RecurringExpenses(BelvoStream):
|
|
|
19
19
|
|
|
20
20
|
name = "enrichment_recurring_expenses"
|
|
21
21
|
path = "/api/recurring-expenses"
|
|
22
|
-
primary_keys = ("id",)
|
|
22
|
+
primary_keys = ("id",)
|
|
23
23
|
replication_key = None
|
|
24
24
|
openapi_ref = "RecurringExpenses"
|
|
25
25
|
|
|
@@ -29,6 +29,6 @@ class RiskInsights(BelvoStream):
|
|
|
29
29
|
|
|
30
30
|
name = "enrichment_risk_insights"
|
|
31
31
|
path = "/api/risk-insights"
|
|
32
|
-
primary_keys = ("id",)
|
|
32
|
+
primary_keys = ("id",)
|
|
33
33
|
replication_key = None
|
|
34
34
|
openapi_ref = "RiskInsights"
|
|
@@ -10,7 +10,7 @@ class Invoices(BelvoStream):
|
|
|
10
10
|
|
|
11
11
|
name = "fiscal_invoices"
|
|
12
12
|
path = "/api/invoices"
|
|
13
|
-
primary_keys = ("id",)
|
|
13
|
+
primary_keys = ("id",)
|
|
14
14
|
replication_key = "created_at"
|
|
15
15
|
openapi_ref = "InvoiceWithIdSat"
|
|
16
16
|
|
|
@@ -20,7 +20,7 @@ class TaxComplianceStatuses(BelvoStream):
|
|
|
20
20
|
|
|
21
21
|
name = "fiscal_tax_compliance_statuses"
|
|
22
22
|
path = "/api/tax-compliance-status"
|
|
23
|
-
primary_keys = ("id",)
|
|
23
|
+
primary_keys = ("id",)
|
|
24
24
|
replication_key = "created_at"
|
|
25
25
|
openapi_ref = "TaxComplianceStatus"
|
|
26
26
|
|
|
@@ -31,7 +31,7 @@ class TaxDeclarations(BelvoStream):
|
|
|
31
31
|
|
|
32
32
|
name = "fiscal_tax_declarations"
|
|
33
33
|
path = "/api/tax-declarations"
|
|
34
|
-
primary_keys = ("id",)
|
|
34
|
+
primary_keys = ("id",)
|
|
35
35
|
replication_key = "created_at"
|
|
36
36
|
openapi_ref = "TaxDeclaration"
|
|
37
37
|
|
|
@@ -41,7 +41,7 @@ class TaxRetentions(BelvoStream):
|
|
|
41
41
|
|
|
42
42
|
name = "fiscal_tax_retentions"
|
|
43
43
|
path = "/api/tax-retentions"
|
|
44
|
-
primary_keys = ("id",)
|
|
44
|
+
primary_keys = ("id",)
|
|
45
45
|
replication_key = "created_at"
|
|
46
46
|
openapi_ref = "TaxRetentions"
|
|
47
47
|
|
|
@@ -51,7 +51,7 @@ class TaxReturns(BelvoStream):
|
|
|
51
51
|
|
|
52
52
|
name = "fiscal_tax_returns"
|
|
53
53
|
path = "/api/tax-returns"
|
|
54
|
-
primary_keys = ("id",)
|
|
54
|
+
primary_keys = ("id",)
|
|
55
55
|
replication_key = "created_at"
|
|
56
56
|
openapi_ref = "TaxReturn"
|
|
57
57
|
|
|
@@ -61,6 +61,6 @@ class TaxStatuses(BelvoStream):
|
|
|
61
61
|
|
|
62
62
|
name = "fiscal_tax_statuses"
|
|
63
63
|
path = "/api/tax-status"
|
|
64
|
-
primary_keys = ("id",)
|
|
64
|
+
primary_keys = ("id",)
|
|
65
65
|
replication_key = "created_at"
|
|
66
66
|
openapi_ref = "TaxStatusSat"
|
|
@@ -12,7 +12,7 @@ class Links(BelvoStream):
|
|
|
12
12
|
|
|
13
13
|
name = "links_links"
|
|
14
14
|
path = "/api/links"
|
|
15
|
-
primary_keys = ("id",)
|
|
15
|
+
primary_keys = ("id",)
|
|
16
16
|
replication_key = "created_at"
|
|
17
17
|
openapi_ref = "Link"
|
|
18
18
|
|
|
@@ -38,6 +38,6 @@ class Institutions(BelvoStream):
|
|
|
38
38
|
|
|
39
39
|
name = "links_institutions"
|
|
40
40
|
path = "/api/institutions"
|
|
41
|
-
primary_keys = ("id",)
|
|
41
|
+
primary_keys = ("id",)
|
|
42
42
|
replication_key = None
|
|
43
43
|
openapi_ref = "Institution"
|
|
@@ -54,7 +54,6 @@ class TapBelvo(Tap):
|
|
|
54
54
|
links.Institutions(self),
|
|
55
55
|
banking.Accounts(self),
|
|
56
56
|
banking.Transactions(self),
|
|
57
|
-
banking.Balances(self),
|
|
58
57
|
banking.Owners(self),
|
|
59
58
|
# banking.InvestmentPortfolios(self), # noqa: ERA001
|
|
60
59
|
# banking.ReceivableTransactions(self), # noqa: ERA001
|
tap_belvo-0.0.1b6/.flake8
DELETED
|
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
|