.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
LICENSE.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish-test.yml
.github/workflows/pypi-publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/tests.rst
docs/databases/bigquery.rst
docs/databases/duckdb.rst
docs/databases/index.rst
docs/tests/index.rst
docs/usage/filtering_tests.rst
docs/usage/installing.rst
docs/usage/quickstart.rst
examples/bigquery.yaml
examples/duckdb.yaml
src/__init__.py
src/amlaidatatests/__init__.py
src/amlaidatatests/_version.py
src/amlaidatatests/base.py
src/amlaidatatests/cli.py
src/amlaidatatests/config.py
src/amlaidatatests/connection.py
src/amlaidatatests/exceptions.py
src/amlaidatatests/io.py
src/amlaidatatests/singleton.py
src/amlaidatatests/test_generators.py
src/amlaidatatests/utils.py
src/amlaidatatests.egg-info/PKG-INFO
src/amlaidatatests.egg-info/SOURCES.txt
src/amlaidatatests.egg-info/dependency_links.txt
src/amlaidatatests.egg-info/entry_points.txt
src/amlaidatatests.egg-info/not-zip-safe
src/amlaidatatests.egg-info/requires.txt
src/amlaidatatests.egg-info/top_level.txt
src/amlaidatatests/resources/.gitkeep
src/amlaidatatests/resources/__init__.py
src/amlaidatatests/resources/country_codes.csv
src/amlaidatatests/resources/currency_codes.csv
src/amlaidatatests/resources/test_descriptions_en_us.csv
src/amlaidatatests/schema/__init__.py
src/amlaidatatests/schema/base.py
src/amlaidatatests/schema/utils.py
src/amlaidatatests/schema/v1/__init__.py
src/amlaidatatests/schema/v1/account_party_link.py
src/amlaidatatests/schema/v1/common.py
src/amlaidatatests/schema/v1/party.py
src/amlaidatatests/schema/v1/party_supplementary_data.py
src/amlaidatatests/schema/v1/risk_case_event.py
src/amlaidatatests/schema/v1/tables.py
src/amlaidatatests/schema/v1/transaction.py
src/amlaidatatests/tests/__init__.py
src/amlaidatatests/tests/__main__.py
src/amlaidatatests/tests/common.py
src/amlaidatatests/tests/conftest.py
src/amlaidatatests/tests/test_account_party_link.py
src/amlaidatatests/tests/test_party_supplementary_data_table.py
src/amlaidatatests/tests/test_party_table.py
src/amlaidatatests/tests/test_risk_case_event_table.py
src/amlaidatatests/tests/test_transaction_table.py
src/amlaidatatests/tests/fixtures/__init__.py
src/amlaidatatests/tests/fixtures/fixtures.py
tests/__init__.py
tests/tests/__init__.py
tests/tests/conftest.py
tests/tests/test_accepted_range_test.py
tests/tests/test_column_cardinality_test.py
tests/tests/test_column_values_test.py
tests/tests/test_consistent_ids_per_column.py
tests/tests/test_count_frequency_values.py
tests/tests/test_count_matching_rows.py
tests/tests/test_entity_mutations.py
tests/tests/test_event_order.py
tests/tests/test_null_column_test.py
tests/tests/test_null_if_test.py
tests/tests/test_referential_integrity_test.py
tests/tests/test_schema_test.py
tests/tests/test_table_optionality.py
tests/tests/test_test_generators.py
tests/tests/test_unique_combination_of_columns_test.py
tests/tests/test_verify_typed_value_presence.py
tests/tests/utils.py