etlplus 0.11.4__tar.gz → 0.11.7__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.
- {etlplus-0.11.4/etlplus.egg-info → etlplus-0.11.7}/PKG-INFO +1 -1
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/database/ddl.py +1 -1
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/database/engine.py +1 -1
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/database/schema.py +1 -1
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/core.py +1 -1
- {etlplus-0.11.4 → etlplus-0.11.7/etlplus.egg-info}/PKG-INFO +1 -1
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/database/test_u_database_engine.py +5 -4
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/database/test_u_database_schema.py +12 -14
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/file/test_u_file_core.py +4 -4
- {etlplus-0.11.4 → etlplus-0.11.7}/.coveragerc +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.editorconfig +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.gitattributes +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.github/actions/python-bootstrap/action.yml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.github/workflows/ci.yml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.gitignore +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.pre-commit-config.yaml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/.ruff.toml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/CODE_OF_CONDUCT.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/CONTRIBUTING.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/DEMO.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/LICENSE +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/MANIFEST.in +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/Makefile +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/README.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/REFERENCES.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/docs/README.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/docs/pipeline-guide.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/docs/snippets/installation_version.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/__main__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/__version__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/README.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/auth.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/config.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/endpoint_client.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/errors.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/pagination/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/pagination/client.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/pagination/config.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/pagination/paginator.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/rate_limiting/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/rate_limiting/config.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/rate_limiting/rate_limiter.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/request_manager.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/retry_manager.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/transport.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/api/types.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/commands.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/constants.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/handlers.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/io.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/main.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/options.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/state.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/cli/types.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/connector.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/jobs.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/pipeline.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/profile.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/types.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/config/utils.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/database/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/database/orm.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/database/types.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/enums.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/extract.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/csv.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/enums.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/json.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/xml.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/file/yaml.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/load.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/mixins.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/py.typed +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/run.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/run_helpers.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/templates/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/templates/ddl.sql.j2 +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/templates/view.sql.j2 +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/transform.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/types.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/utils.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/validate.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/validation/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus/validation/utils.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus.egg-info/SOURCES.txt +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus.egg-info/dependency_links.txt +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus.egg-info/entry_points.txt +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus.egg-info/requires.txt +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/etlplus.egg-info/top_level.txt +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/README.md +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/configs/ddl_spec.yml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/configs/pipeline.yml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/data/sample.csv +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/data/sample.json +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/data/sample.xml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/data/sample.xsd +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/data/sample.yaml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/examples/quickstart_python.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/pyproject.toml +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/pytest.ini +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/setup.cfg +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/setup.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/__init__.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/conftest.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/conftest.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_cli.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_examples_data_parity.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_pagination_strategy.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_pipeline_smoke.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_pipeline_yaml_load.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_run.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_run_profile_pagination_defaults.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_run_profile_rate_limit_defaults.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/conftest.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_auth.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_config.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_endpoint_client.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_mocks.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_pagination_client.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_pagination_config.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_paginator.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_rate_limit_config.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_rate_limiter.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_request_manager.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_retry_manager.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_transport.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/api/test_u_types.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/cli/conftest.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/cli/test_u_cli_handlers.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/cli/test_u_cli_io.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/cli/test_u_cli_main.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/cli/test_u_cli_state.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/config/test_u_config_utils.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/config/test_u_connector.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/config/test_u_jobs.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/config/test_u_pipeline.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/conftest.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/database/test_u_database_ddl.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/database/test_u_database_orm.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/file/test_u_file_enums.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/file/test_u_file_yaml.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_enums.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_extract.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_load.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_main.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_mixins.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_run.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_run_helpers.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_transform.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_utils.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_validate.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/test_u_version.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tests/unit/validation/test_u_validation_utils.py +0 -0
- {etlplus-0.11.4 → etlplus-0.11.7}/tools/update_demo_snippets.py +0 -0
|
@@ -203,7 +203,7 @@ def load_table_spec(
|
|
|
203
203
|
raise ValueError('Spec must be .json, .yml, or .yaml')
|
|
204
204
|
|
|
205
205
|
try:
|
|
206
|
-
spec = File.
|
|
206
|
+
spec = File.from_path(spec_path).read()
|
|
207
207
|
except ImportError as e:
|
|
208
208
|
if suffix in {'.yml', '.yaml'}:
|
|
209
209
|
raise RuntimeError(
|
|
@@ -113,7 +113,7 @@ def load_database_url_from_config(
|
|
|
113
113
|
ValueError
|
|
114
114
|
If no connection string/URL/DSN is found for the specified entry.
|
|
115
115
|
"""
|
|
116
|
-
cfg = File
|
|
116
|
+
cfg = File(Path(path)).read()
|
|
117
117
|
if not isinstance(cfg, Mapping):
|
|
118
118
|
raise TypeError('Database config must be a mapping')
|
|
119
119
|
|
|
@@ -41,7 +41,8 @@ class TestLoadDatabaseUrlFromConfig:
|
|
|
41
41
|
self,
|
|
42
42
|
monkeypatch: pytest.MonkeyPatch,
|
|
43
43
|
) -> Callable[[Any], None]:
|
|
44
|
-
"""
|
|
44
|
+
"""
|
|
45
|
+
Return a helper that patches :meth:`read` to return a payload.
|
|
45
46
|
|
|
46
47
|
Parameters
|
|
47
48
|
----------
|
|
@@ -51,14 +52,14 @@ class TestLoadDatabaseUrlFromConfig:
|
|
|
51
52
|
Returns
|
|
52
53
|
-------
|
|
53
54
|
Callable[[Any], None]
|
|
54
|
-
Function that patches ``File.
|
|
55
|
+
Function that patches ``File.read`` to return the payload.
|
|
55
56
|
"""
|
|
56
57
|
|
|
57
58
|
def _apply(payload: Any) -> None:
|
|
58
59
|
monkeypatch.setattr(
|
|
59
60
|
engine_mod.File,
|
|
60
|
-
'
|
|
61
|
-
|
|
61
|
+
'read',
|
|
62
|
+
lambda self: payload,
|
|
62
63
|
)
|
|
63
64
|
|
|
64
65
|
return _apply
|
|
@@ -76,7 +76,7 @@ class TestLoadTableSpecs:
|
|
|
76
76
|
|
|
77
77
|
Notes
|
|
78
78
|
-----
|
|
79
|
-
Reuses a helper fixture to patch
|
|
79
|
+
Reuses a helper fixture to patch :meth:`File.read` and avoid disk IO.
|
|
80
80
|
"""
|
|
81
81
|
|
|
82
82
|
@pytest.fixture()
|
|
@@ -84,7 +84,9 @@ class TestLoadTableSpecs:
|
|
|
84
84
|
self,
|
|
85
85
|
monkeypatch: pytest.MonkeyPatch,
|
|
86
86
|
) -> Callable[[Any], None]:
|
|
87
|
-
"""
|
|
87
|
+
"""
|
|
88
|
+
Return helper that patches the :meth:`read` instance method to return a
|
|
89
|
+
payload.
|
|
88
90
|
|
|
89
91
|
Parameters
|
|
90
92
|
----------
|
|
@@ -98,18 +100,14 @@ class TestLoadTableSpecs:
|
|
|
98
100
|
"""
|
|
99
101
|
|
|
100
102
|
def _apply(payload: Any) -> None:
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
schema_mod.File,
|
|
110
|
-
'read_file',
|
|
111
|
-
staticmethod(lambda path: payload),
|
|
112
|
-
)
|
|
103
|
+
# pylint: disable=unused-argument
|
|
104
|
+
"""Apply the patch to :meth:`File.read` to return the payload."""
|
|
105
|
+
|
|
106
|
+
def fake_read(self, *args, **kwargs):
|
|
107
|
+
"""Fake :meth:`File.read` method returning the payload."""
|
|
108
|
+
return payload(self.path) if callable(payload) else payload
|
|
109
|
+
|
|
110
|
+
monkeypatch.setattr(schema_mod.File, 'read', fake_read)
|
|
113
111
|
|
|
114
112
|
return _apply
|
|
115
113
|
|
|
@@ -38,18 +38,18 @@ class TestFile:
|
|
|
38
38
|
- Exercises JSON detection and defers errors for unknown extensions.
|
|
39
39
|
"""
|
|
40
40
|
|
|
41
|
-
def
|
|
41
|
+
def test_instance_methods_round_trip(
|
|
42
42
|
self,
|
|
43
43
|
tmp_path: Path,
|
|
44
44
|
) -> None:
|
|
45
45
|
"""
|
|
46
|
-
Test
|
|
46
|
+
Test :meth:`read` and :meth:`write` round-tripping data.
|
|
47
47
|
"""
|
|
48
48
|
path = tmp_path / 'delegated.json'
|
|
49
49
|
data = {'name': 'delegated'}
|
|
50
50
|
|
|
51
|
-
File
|
|
52
|
-
result = File
|
|
51
|
+
File(path, file_format=FileFormat.JSON).write(data)
|
|
52
|
+
result = File(path, file_format=FileFormat.JSON).read()
|
|
53
53
|
|
|
54
54
|
assert isinstance(result, dict)
|
|
55
55
|
assert result['name'] == 'delegated'
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_run_profile_pagination_defaults.py
RENAMED
|
File without changes
|
{etlplus-0.11.4 → etlplus-0.11.7}/tests/integration/test_i_run_profile_rate_limit_defaults.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|