etlplus 0.10.1__tar.gz → 0.10.3__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.10.1/etlplus.egg-info → etlplus-0.10.3}/PKG-INFO +1 -1
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/enums.py +34 -1
- {etlplus-0.10.1 → etlplus-0.10.3/etlplus.egg-info}/PKG-INFO +1 -1
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_enums.py +16 -9
- {etlplus-0.10.1 → etlplus-0.10.3}/.coveragerc +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.editorconfig +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.gitattributes +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.github/actions/python-bootstrap/action.yml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.github/workflows/ci.yml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.gitignore +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.pre-commit-config.yaml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/.ruff.toml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/CODE_OF_CONDUCT.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/CONTRIBUTING.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/DEMO.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/LICENSE +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/MANIFEST.in +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/Makefile +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/README.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/REFERENCES.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/docs/README.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/docs/pipeline-guide.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/docs/snippets/installation_version.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/__main__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/__version__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/README.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/auth.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/config.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/endpoint_client.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/errors.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/pagination/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/pagination/client.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/pagination/config.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/pagination/paginator.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/rate_limiting/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/rate_limiting/config.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/rate_limiting/rate_limiter.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/request_manager.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/retry_manager.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/transport.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/api/types.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/commands.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/constants.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/handlers.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/io.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/main.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/options.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/state.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/cli/types.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/connector.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/jobs.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/pipeline.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/profile.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/types.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/config/utils.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/database/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/database/ddl.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/database/engine.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/database/orm.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/database/schema.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/database/types.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/extract.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/file.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/load.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/mixins.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/py.typed +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/run.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/run_helpers.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/templates/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/templates/ddl.sql.j2 +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/templates/view.sql.j2 +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/transform.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/types.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/utils.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/validate.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/validation/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus/validation/utils.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus.egg-info/SOURCES.txt +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus.egg-info/dependency_links.txt +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus.egg-info/entry_points.txt +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus.egg-info/requires.txt +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/etlplus.egg-info/top_level.txt +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/README.md +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/configs/ddl_spec.yml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/configs/pipeline.yml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/data/sample.csv +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/data/sample.json +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/data/sample.xml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/data/sample.xsd +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/data/sample.yaml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/examples/quickstart_python.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/pyproject.toml +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/pytest.ini +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/setup.cfg +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/setup.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/__init__.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/conftest.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/conftest.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_cli.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_examples_data_parity.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_pagination_strategy.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_pipeline_smoke.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_pipeline_yaml_load.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_run.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_run_profile_pagination_defaults.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/integration/test_i_run_profile_rate_limit_defaults.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/conftest.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_auth.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_config.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_endpoint_client.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_mocks.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_pagination_client.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_pagination_config.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_paginator.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_rate_limit_config.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_rate_limiter.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_request_manager.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_retry_manager.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_transport.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/api/test_u_types.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/cli/conftest.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/cli/test_u_cli_handlers.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/cli/test_u_cli_main.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/cli/test_u_cli_state.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/config/test_u_config_utils.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/config/test_u_connector.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/config/test_u_jobs.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/config/test_u_pipeline.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/conftest.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/database/test_u_database_ddl.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/database/test_u_database_engine.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/database/test_u_database_orm.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/database/test_u_database_schema.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_extract.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_file.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_load.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_main.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_mixins.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_run.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_run_helpers.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_transform.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_utils.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_validate.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/test_u_version.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tests/unit/validation/test_u_validation_utils.py +0 -0
- {etlplus-0.10.1 → etlplus-0.10.3}/tools/update_demo_snippets.py +0 -0
|
@@ -300,12 +300,16 @@ class FileFormat(CoercibleStrEnum):
|
|
|
300
300
|
'.yml': 'yaml',
|
|
301
301
|
# MIME types
|
|
302
302
|
'application/avro': 'avro',
|
|
303
|
+
'application/csv': 'csv',
|
|
303
304
|
'application/feather': 'feather',
|
|
304
305
|
'application/gzip': 'gz',
|
|
305
306
|
'application/json': 'json',
|
|
306
307
|
'application/jsonlines': 'ndjson',
|
|
307
308
|
'application/ndjson': 'ndjson',
|
|
308
309
|
'application/orc': 'orc',
|
|
310
|
+
'application/parquet': 'parquet',
|
|
311
|
+
'application/vnd.apache.avro': 'avro',
|
|
312
|
+
'application/vnd.apache.parquet': 'parquet',
|
|
309
313
|
'application/vnd.apache.arrow.file': 'feather',
|
|
310
314
|
'application/vnd.apache.orc': 'orc',
|
|
311
315
|
'application/vnd.ms-excel': 'xls',
|
|
@@ -314,13 +318,20 @@ class FileFormat(CoercibleStrEnum):
|
|
|
314
318
|
'officedocument.spreadsheetml.sheet'
|
|
315
319
|
): 'xlsx',
|
|
316
320
|
'application/x-avro': 'avro',
|
|
321
|
+
'application/x-csv': 'csv',
|
|
322
|
+
'application/x-feather': 'feather',
|
|
323
|
+
'application/x-orc': 'orc',
|
|
317
324
|
'application/x-ndjson': 'ndjson',
|
|
318
325
|
'application/x-parquet': 'parquet',
|
|
326
|
+
'application/x-yaml': 'yaml',
|
|
319
327
|
'application/xml': 'xml',
|
|
320
328
|
'application/zip': 'zip',
|
|
321
329
|
'text/csv': 'csv',
|
|
322
330
|
'text/plain': 'txt',
|
|
323
331
|
'text/tab-separated-values': 'tsv',
|
|
332
|
+
'text/tsv': 'tsv',
|
|
333
|
+
'text/xml': 'xml',
|
|
334
|
+
'text/yaml': 'yaml',
|
|
324
335
|
}
|
|
325
336
|
|
|
326
337
|
|
|
@@ -524,6 +535,7 @@ def coerce_http_method(
|
|
|
524
535
|
|
|
525
536
|
def infer_file_format_and_compression(
|
|
526
537
|
value: object,
|
|
538
|
+
filename: object | None = None,
|
|
527
539
|
) -> tuple[FileFormat | None, CompressionFormat | None]:
|
|
528
540
|
"""
|
|
529
541
|
Infer data format and compression from a filename, extension, or MIME type.
|
|
@@ -532,6 +544,9 @@ def infer_file_format_and_compression(
|
|
|
532
544
|
----------
|
|
533
545
|
value : object
|
|
534
546
|
A filename, extension, MIME type, or existing enum member.
|
|
547
|
+
filename : object | None, optional
|
|
548
|
+
A filename to consult for extension-based inference (e.g. when
|
|
549
|
+
``value`` is ``application/octet-stream``).
|
|
535
550
|
|
|
536
551
|
Returns
|
|
537
552
|
-------
|
|
@@ -555,7 +570,25 @@ def infer_file_format_and_compression(
|
|
|
555
570
|
compression = CompressionFormat.try_coerce(mime)
|
|
556
571
|
fmt = FileFormat.try_coerce(mime)
|
|
557
572
|
|
|
558
|
-
|
|
573
|
+
is_mime = mime.startswith(
|
|
574
|
+
(
|
|
575
|
+
'application/',
|
|
576
|
+
'text/',
|
|
577
|
+
'audio/',
|
|
578
|
+
'image/',
|
|
579
|
+
'video/',
|
|
580
|
+
'multipart/',
|
|
581
|
+
),
|
|
582
|
+
)
|
|
583
|
+
suffix_source: object | None = filename if filename is not None else text
|
|
584
|
+
if is_mime and filename is None:
|
|
585
|
+
suffix_source = None
|
|
586
|
+
|
|
587
|
+
suffixes = (
|
|
588
|
+
PurePath(str(suffix_source)).suffixes
|
|
589
|
+
if suffix_source is not None
|
|
590
|
+
else []
|
|
591
|
+
)
|
|
559
592
|
if suffixes:
|
|
560
593
|
normalized_suffixes = [suffix.casefold() for suffix in suffixes]
|
|
561
594
|
compression = (
|
|
@@ -119,25 +119,32 @@ class TestInferFileFormatAndCompression:
|
|
|
119
119
|
"""Unit test suite for :func:`infer_file_format_and_compression`."""
|
|
120
120
|
|
|
121
121
|
@pytest.mark.parametrize(
|
|
122
|
-
'value,expected_format,expected_compression',
|
|
122
|
+
'value,filename,expected_format,expected_compression',
|
|
123
123
|
[
|
|
124
|
-
('data.csv.gz', FileFormat.CSV, CompressionFormat.GZ),
|
|
125
|
-
('data.jsonl.gz', FileFormat.NDJSON, CompressionFormat.GZ),
|
|
126
|
-
('data.zip', None, CompressionFormat.ZIP),
|
|
127
|
-
('application/json; charset=utf-8', FileFormat.JSON, None),
|
|
128
|
-
('application/gzip', None, CompressionFormat.GZ),
|
|
129
|
-
(
|
|
130
|
-
|
|
124
|
+
('data.csv.gz', None, FileFormat.CSV, CompressionFormat.GZ),
|
|
125
|
+
('data.jsonl.gz', None, FileFormat.NDJSON, CompressionFormat.GZ),
|
|
126
|
+
('data.zip', None, None, CompressionFormat.ZIP),
|
|
127
|
+
('application/json; charset=utf-8', None, FileFormat.JSON, None),
|
|
128
|
+
('application/gzip', None, None, CompressionFormat.GZ),
|
|
129
|
+
(
|
|
130
|
+
'application/octet-stream',
|
|
131
|
+
'payload.csv.gz',
|
|
132
|
+
FileFormat.CSV,
|
|
133
|
+
CompressionFormat.GZ,
|
|
134
|
+
),
|
|
135
|
+
(FileFormat.GZ, None, None, CompressionFormat.GZ),
|
|
136
|
+
(CompressionFormat.ZIP, None, None, CompressionFormat.ZIP),
|
|
131
137
|
],
|
|
132
138
|
)
|
|
133
139
|
def test_infers_format_and_compression(
|
|
134
140
|
self,
|
|
135
141
|
value: object,
|
|
142
|
+
filename: object | None,
|
|
136
143
|
expected_format: FileFormat | None,
|
|
137
144
|
expected_compression: CompressionFormat | None,
|
|
138
145
|
) -> None:
|
|
139
146
|
"""Test mixed inputs for format and compression inference."""
|
|
140
|
-
fmt, compression = infer_file_format_and_compression(value)
|
|
147
|
+
fmt, compression = infer_file_format_and_compression(value, filename)
|
|
141
148
|
assert fmt is expected_format
|
|
142
149
|
assert compression is expected_compression
|
|
143
150
|
|
|
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.10.1 → etlplus-0.10.3}/tests/integration/test_i_run_profile_pagination_defaults.py
RENAMED
|
File without changes
|
{etlplus-0.10.1 → etlplus-0.10.3}/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
|