etlplus 0.16.5__tar.gz → 0.16.6__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.16.5/etlplus.egg-info → etlplus-0.16.6}/PKG-INFO +1 -1
- {etlplus-0.16.5 → etlplus-0.16.6/etlplus.egg-info}/PKG-INFO +1 -1
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus.egg-info/SOURCES.txt +12 -12
- etlplus-0.16.5/tests/unit/api/test_u_auth.py → etlplus-0.16.6/tests/unit/api/test_u_api_auth.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_endpoint_client.py → etlplus-0.16.6/tests/unit/api/test_u_api_endpoint_client.py +2 -2
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/api/test_u_api_enums.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_mocks.py → etlplus-0.16.6/tests/unit/api/test_u_api_mocks.py +3 -3
- etlplus-0.16.5/tests/unit/api/test_u_pagination_client.py → etlplus-0.16.6/tests/unit/api/test_u_api_pagination_client.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_pagination_config.py → etlplus-0.16.6/tests/unit/api/test_u_api_pagination_config.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_paginator.py → etlplus-0.16.6/tests/unit/api/test_u_api_paginator.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_rate_limit_config.py → etlplus-0.16.6/tests/unit/api/test_u_api_rate_limit_config.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_rate_limiter.py → etlplus-0.16.6/tests/unit/api/test_u_api_rate_limiter.py +2 -2
- etlplus-0.16.5/tests/unit/api/test_u_request_manager.py → etlplus-0.16.6/tests/unit/api/test_u_api_request_manager.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_retry_manager.py → etlplus-0.16.6/tests/unit/api/test_u_api_retry_manager.py +1 -1
- etlplus-0.16.5/tests/unit/api/test_u_transport.py → etlplus-0.16.6/tests/unit/api/test_u_api_transport.py +3 -3
- etlplus-0.16.5/tests/unit/api/test_u_types.py → etlplus-0.16.6/tests/unit/api/test_u_api_types.py +1 -1
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/conftest.py +1 -1
- {etlplus-0.16.5 → etlplus-0.16.6}/.coveragerc +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.editorconfig +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.gitattributes +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.github/actions/python-bootstrap/action.yml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.github/workflows/ci.yml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.gitignore +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.pre-commit-config.yaml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/.ruff.toml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/CODE_OF_CONDUCT.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/CONTRIBUTING.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/DEMO.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/LICENSE +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/MANIFEST.in +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/Makefile +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/REFERENCES.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/SECURITY.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/SUPPORT.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/docs/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/docs/pipeline-guide.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/docs/snippets/installation_version.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/__main__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/__version__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/auth.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/config.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/endpoint_client.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/errors.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/pagination/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/pagination/client.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/pagination/config.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/pagination/paginator.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/rate_limiting/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/rate_limiting/config.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/rate_limiting/rate_limiter.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/request_manager.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/retry_manager.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/transport.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/types.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/api/utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/commands.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/constants.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/handlers.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/io.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/main.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/options.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/state.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/cli/types.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/config.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/api.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/connector.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/core.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/database.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/file.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/types.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/connector/utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/ddl.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/engine.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/orm.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/schema.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/database/types.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/_imports.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/_io.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/accdb.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/arrow.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/avro.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/bson.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/cbor.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/cfg.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/conf.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/core.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/csv.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/dat.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/dta.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/duckdb.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/feather.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/fwf.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/gz.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/hbs.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/hdf5.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/ini.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/ion.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/jinja2.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/json.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/log.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/mat.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/mdb.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/msgpack.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/mustache.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/nc.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/ndjson.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/numbers.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/ods.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/orc.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/parquet.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/pb.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/pbf.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/properties.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/proto.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/psv.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/rda.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/rds.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/sas7bdat.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/sav.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/sqlite.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/stub.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/sylk.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/tab.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/toml.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/tsv.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/txt.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/vm.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/wks.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/xls.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/xlsm.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/xlsx.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/xml.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/xpt.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/yaml.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/zip.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/file/zsav.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/mixins.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/extract.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/load.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/run.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/transform.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/types.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/ops/validate.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/py.typed +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/templates/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/templates/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/templates/ddl.sql.j2 +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/templates/view.sql.j2 +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/types.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/workflow/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/workflow/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/workflow/dag.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/workflow/jobs.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus/workflow/profile.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus.egg-info/dependency_links.txt +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus.egg-info/entry_points.txt +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus.egg-info/requires.txt +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/etlplus.egg-info/top_level.txt +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/README.md +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/configs/ddl_spec.yml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/configs/pipeline.yml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/data/sample.csv +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/data/sample.json +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/data/sample.xml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/data/sample.xsd +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/data/sample.yaml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/examples/quickstart.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/pyproject.toml +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/pytest.ini +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/setup.cfg +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/setup.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/__init__.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/conftest.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/conftest.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_cli.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_config_load.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_examples_data_parity.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_pagination_strategy.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_pipeline_smoke.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_run.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_run_profile_pagination_defaults.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/integration/test_i_run_profile_rate_limit_defaults.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/api/conftest.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/api/test_u_api_config.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/api/test_u_api_utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/cli/conftest.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/cli/test_u_cli_handlers.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/cli/test_u_cli_io.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/cli/test_u_cli_main.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/cli/test_u_cli_state.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/connector/test_u_connector_enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/connector/test_u_connector_utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/database/test_u_database_ddl.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/database/test_u_database_engine.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/database/test_u_database_orm.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/database/test_u_database_schema.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/file/test_u_file_core.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/file/test_u_file_enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/file/test_u_file_yaml.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_enums.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_extract.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_load.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_run.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_transform.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/ops/test_u_ops_validate.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/test_u_config.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/test_u_main.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/test_u_mixins.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/test_u_utils.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/test_u_version.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tests/unit/workflow/test_u_workflow_jobs.py +0 -0
- {etlplus-0.16.5 → etlplus-0.16.6}/tools/update_demo_snippets.py +0 -0
|
@@ -192,21 +192,21 @@ tests/unit/test_u_mixins.py
|
|
|
192
192
|
tests/unit/test_u_utils.py
|
|
193
193
|
tests/unit/test_u_version.py
|
|
194
194
|
tests/unit/api/conftest.py
|
|
195
|
+
tests/unit/api/test_u_api_auth.py
|
|
195
196
|
tests/unit/api/test_u_api_config.py
|
|
197
|
+
tests/unit/api/test_u_api_endpoint_client.py
|
|
196
198
|
tests/unit/api/test_u_api_enums.py
|
|
199
|
+
tests/unit/api/test_u_api_mocks.py
|
|
200
|
+
tests/unit/api/test_u_api_pagination_client.py
|
|
201
|
+
tests/unit/api/test_u_api_pagination_config.py
|
|
202
|
+
tests/unit/api/test_u_api_paginator.py
|
|
203
|
+
tests/unit/api/test_u_api_rate_limit_config.py
|
|
204
|
+
tests/unit/api/test_u_api_rate_limiter.py
|
|
205
|
+
tests/unit/api/test_u_api_request_manager.py
|
|
206
|
+
tests/unit/api/test_u_api_retry_manager.py
|
|
207
|
+
tests/unit/api/test_u_api_transport.py
|
|
208
|
+
tests/unit/api/test_u_api_types.py
|
|
197
209
|
tests/unit/api/test_u_api_utils.py
|
|
198
|
-
tests/unit/api/test_u_auth.py
|
|
199
|
-
tests/unit/api/test_u_endpoint_client.py
|
|
200
|
-
tests/unit/api/test_u_mocks.py
|
|
201
|
-
tests/unit/api/test_u_pagination_client.py
|
|
202
|
-
tests/unit/api/test_u_pagination_config.py
|
|
203
|
-
tests/unit/api/test_u_paginator.py
|
|
204
|
-
tests/unit/api/test_u_rate_limit_config.py
|
|
205
|
-
tests/unit/api/test_u_rate_limiter.py
|
|
206
|
-
tests/unit/api/test_u_request_manager.py
|
|
207
|
-
tests/unit/api/test_u_retry_manager.py
|
|
208
|
-
tests/unit/api/test_u_transport.py
|
|
209
|
-
tests/unit/api/test_u_types.py
|
|
210
210
|
tests/unit/cli/conftest.py
|
|
211
211
|
tests/unit/cli/test_u_cli_handlers.py
|
|
212
212
|
tests/unit/cli/test_u_cli_io.py
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
:mod:`tests.unit.api.
|
|
2
|
+
:mod:`tests.unit.api.test_u_api_endpoint_client` module.
|
|
3
3
|
|
|
4
4
|
Unit tests for :mod:`etlplus.api.endpoint_client`.
|
|
5
5
|
|
|
@@ -32,7 +32,7 @@ from etlplus.api import PaginationType
|
|
|
32
32
|
from etlplus.api import RequestOptions
|
|
33
33
|
from etlplus.api import RetryPolicyDict
|
|
34
34
|
from etlplus.api import errors as api_errors
|
|
35
|
-
from tests.unit.api.
|
|
35
|
+
from tests.unit.api.test_u_api_mocks import MockSession
|
|
36
36
|
|
|
37
37
|
# SECTION: HELPERS ========================================================== #
|
|
38
38
|
|
etlplus-0.16.5/tests/unit/api/test_u_mocks.py → etlplus-0.16.6/tests/unit/api/test_u_api_mocks.py
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"""
|
|
2
|
-
`:mod:`tests.unit.api.
|
|
2
|
+
`:mod:`tests.unit.api.test_u_api_mocks` module.
|
|
3
3
|
|
|
4
4
|
Reusable mocked objects for API client unit tests.
|
|
5
5
|
|
|
6
6
|
Notes
|
|
7
7
|
-----
|
|
8
|
-
- Provides
|
|
9
|
-
- Provides
|
|
8
|
+
- Provides :class:`MockResponse` with a simplified ``json`` implementation.
|
|
9
|
+
- Provides :class:`MockSession` capturing ``get`` calls and close state.
|
|
10
10
|
"""
|
|
11
11
|
|
|
12
12
|
from __future__ import annotations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
:mod:`tests.unit.api.
|
|
2
|
+
:mod:`tests.unit.api.test_u_api_rate_limiter` module.
|
|
3
3
|
|
|
4
4
|
Unit tests for :class:`etlplus.api.rate_limiting.RateLimiter`.
|
|
5
5
|
|
|
@@ -11,7 +11,7 @@ Notes
|
|
|
11
11
|
|
|
12
12
|
Examples
|
|
13
13
|
--------
|
|
14
|
-
>>> pytest tests/unit/api/
|
|
14
|
+
>>> pytest tests/unit/api/test_u_api_rate_limiter.py
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"""
|
|
2
|
-
:mod:`tests.unit.api.
|
|
2
|
+
:mod:`tests.unit.api.test_u_api_transport` module.
|
|
3
3
|
|
|
4
4
|
Unit tests for :mod:`etlplus.api.transport`.
|
|
5
5
|
|
|
6
6
|
Notes
|
|
7
7
|
-----
|
|
8
|
-
- Validates mountability on a
|
|
8
|
+
- Validates mountability on a :class:`requests.Session`.
|
|
9
9
|
- Exercises integer and mapping forms of ``max_retries``.
|
|
10
10
|
- Ensures list/set inputs for retry fields are preserved.
|
|
11
11
|
|
|
12
12
|
Examples
|
|
13
13
|
--------
|
|
14
|
-
>>> pytest tests/unit/api/
|
|
14
|
+
>>> pytest tests/unit/api/test_u_api_transport.py
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -38,7 +38,7 @@ from etlplus.api import PaginationConfigDict
|
|
|
38
38
|
from etlplus.api import RateLimitConfig
|
|
39
39
|
from etlplus.api import RateLimitConfigDict
|
|
40
40
|
from etlplus.types import JSONData
|
|
41
|
-
from tests.unit.api.
|
|
41
|
+
from tests.unit.api.test_u_api_mocks import MockSession
|
|
42
42
|
|
|
43
43
|
# SECTION: HELPERS ========================================================== #
|
|
44
44
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.16.5 → etlplus-0.16.6}/tests/integration/test_i_run_profile_pagination_defaults.py
RENAMED
|
File without changes
|
{etlplus-0.16.5 → etlplus-0.16.6}/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
|