LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
version.md
snowcap/__init__.py
snowcap/__main__.py
snowcap/api.py
snowcap/blueprint.py
snowcap/blueprint_config.py
snowcap/builder.py
snowcap/builtins.py
snowcap/cli.py
snowcap/client.py
snowcap/data_provider.py
snowcap/data_types.py
snowcap/enums.py
snowcap/error_formatting.py
snowcap/exceptions.py
snowcap/gitops.py
snowcap/identifiers.py
snowcap/lifecycle.py
snowcap/parse.py
snowcap/parse_primitives.py
snowcap/policy.py
snowcap/privs.py
snowcap/props.py
snowcap/py.typed
snowcap/resource_name.py
snowcap/resource_tags.py
snowcap/role_ref.py
snowcap/scope.py
snowcap/sql.py
snowcap/thread_executor.py
snowcap/var.py
snowcap.egg-info/PKG-INFO
snowcap.egg-info/SOURCES.txt
snowcap.egg-info/dependency_links.txt
snowcap.egg-info/entry_points.txt
snowcap.egg-info/requires.txt
snowcap.egg-info/top_level.txt
snowcap/adapters/__init__.py
snowcap/adapters/permifrost.py
snowcap/adapters/py.typed
snowcap/operations/__init__.py
snowcap/operations/blueprint.py
snowcap/operations/connector.py
snowcap/operations/export.py
snowcap/resources/__init__.py
snowcap/resources/account.py
snowcap/resources/account_parameter.py
snowcap/resources/aggregation_policy.py
snowcap/resources/alert.py
snowcap/resources/api_integration.py
snowcap/resources/authentication_policy.py
snowcap/resources/catalog_integration.py
snowcap/resources/column.py
snowcap/resources/compute_pool.py
snowcap/resources/database.py
snowcap/resources/dynamic_table.py
snowcap/resources/event_table.py
snowcap/resources/external_access_integration.py
snowcap/resources/external_function.py
snowcap/resources/external_volume.py
snowcap/resources/failover_group.py
snowcap/resources/file_format.py
snowcap/resources/function.py
snowcap/resources/grant.py
snowcap/resources/hybrid_table.py
snowcap/resources/iceberg_table.py
snowcap/resources/image_repository.py
snowcap/resources/masking_policy.py
snowcap/resources/materialized_view.py
snowcap/resources/network_policy.py
snowcap/resources/network_rule.py
snowcap/resources/notebook.py
snowcap/resources/notification_integration.py
snowcap/resources/packages_policy.py
snowcap/resources/password_policy.py
snowcap/resources/pipe.py
snowcap/resources/procedure.py
snowcap/resources/py.typed
snowcap/resources/replication_group.py
snowcap/resources/resource.py
snowcap/resources/resource_monitor.py
snowcap/resources/role.py
snowcap/resources/scanner_package.py
snowcap/resources/schema.py
snowcap/resources/secret.py
snowcap/resources/security_integration.py
snowcap/resources/sequence.py
snowcap/resources/service.py
snowcap/resources/session_policy.py
snowcap/resources/share.py
snowcap/resources/shared_database.py
snowcap/resources/stage.py
snowcap/resources/storage_integration.py
snowcap/resources/stream.py
snowcap/resources/streamlit.py
snowcap/resources/table.py
snowcap/resources/tag.py
snowcap/resources/task.py
snowcap/resources/user.py
snowcap/resources/view.py
snowcap/resources/warehouse.py
tests/test_blueprint.py
tests/test_blueprint_finalize.py
tests/test_blueprint_merging.py
tests/test_blueprint_ownership.py
tests/test_client.py
tests/test_connector.py
tests/test_container_service.py
tests/test_data_provider.py
tests/test_edge_cases.py
tests/test_exception_handling.py
tests/test_for_each.py
tests/test_from_sql.py
tests/test_gitops.py
tests/test_grant.py
tests/test_identifiers.py
tests/test_identities.py
tests/test_lifecycle.py
tests/test_parse.py
tests/test_parse_collection.py
tests/test_plan.py
tests/test_polymorphic_resources.py
tests/test_privs.py
tests/test_props.py
tests/test_resource_containers.py
tests/test_resource_pointer.py
tests/test_resource_refs.py
tests/test_resource_rendering.py
tests/test_resource_types.py
tests/test_resources.py
tests/test_scope.py
tests/test_yaml_config.py