LICENSE
MANIFEST.in
README.md
pyproject.toml
src/tundra/__init__.py
src/tundra/entities.py
src/tundra/error.py
src/tundra/logger.py
src/tundra/snowflake_connector.py
src/tundra/snowflake_grants.py
src/tundra/snowflake_permission.py
src/tundra/snowflake_role_grant_checker.py
src/tundra/snowflake_spec_loader.py
src/tundra/spec_file_loader.py
src/tundra/types.py
src/tundra/cli/__init__.py
src/tundra/cli/__main__.py
src/tundra/cli/cli.py
src/tundra/cli/permissions.py
src/tundra/spec_schemas/__init__.py
src/tundra/spec_schemas/snowflake.py
src/tundra_cli.egg-info/PKG-INFO
src/tundra_cli.egg-info/SOURCES.txt
src/tundra_cli.egg-info/dependency_links.txt
src/tundra_cli.egg-info/entry_points.txt
src/tundra_cli.egg-info/requires.txt
src/tundra_cli.egg-info/top_level.txt
tests/conftest.py
tests/fixtures/cli.py
tests/fixtures/fs.py
tests/tundra/test_entities.py
tests/tundra/test_includes.py
tests/tundra/test_snowflake_connector.py
tests/tundra/test_snowflake_grants.py
tests/tundra/test_snowflake_permission.py
tests/tundra/test_snowflake_role_grant_checker.py
tests/tundra/test_snowflake_spec_loader.py
tests/tundra/test_snowflake_user.py
tests/tundra/cli/test_cli.py
tests/tundra/schemas/snowflake_server_filters_grants_to_role_to_items_defined_in_config_future_grants.json
tests/tundra/schemas/snowflake_server_filters_grants_to_role_to_items_defined_in_config_future_grants_expected_values.json
tests/tundra/schemas/snowflake_server_filters_grants_to_role_to_items_defined_in_config_grants_to_role.json
tests/tundra/schemas/snowflake_server_filters_grants_to_role_to_items_defined_in_config_grants_to_role_expected_values.json
tests/tundra/specs/read_only_role.yml
tests/tundra/specs/snowflake_server_filters_grants_to_role_to_items_defined_in_config.yml
tests/tundra/specs/snowflake_spec.yml
tests/tundra/specs/snowflake_spec_blank.yml
tests/tundra/specs/snowflake_spec_edge_cases.yml
tests/tundra/specs/snowflake_spec_include_child.yml
tests/tundra/specs/snowflake_spec_include_parent.yml
tests/tundra/specs/snowflake_spec_include_star.yml
tests/tundra/specs/snowflake_spec_no_defined_refs.yml
tests/tundra/specs/snowflake_spec_recursive_grants.yml
tests/tundra/specs/snowflake_spec_reference_roles.yml
tests/tundra/specs/snowflake_spec_test_instance.yml
tests/tundra/specs/snowflake_spec_with_entity_errors.yml
tests/tundra/specs/snowflake_spec_with_syntax_errors.yml
tests/tundra_test_utils/__init__.py
tests/tundra_test_utils/snowflake_connector.py
tests/tundra_test_utils/snowflake_schema_builder.py