.coveragerc
.gitignore
LICENSE
Makefile
README.md
codecov.yml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/build.yaml
examples/compile.py
examples/deploy.py
examples/entrypoint.py
examples/my_functions.py
examples/compile/main.default.redact.sql
examples/compile/main.default.redact_w_secret.sql
examples/utils/__init__.py
examples/utils/keys.py
tests/conftest.py
tests/test_special_kwargs.py
tests/functions/test_function_deployments.py
tests/functions/test_sql_type_extraction.py
tests/inline/test_recursive_resolver.py
tests/samples/__init__.py
tests/samples/redact.py
tests/samples/redact_with_secret.py
tests/samples/redact_with_undefined_name.py
tests/samples/shared_utils/__init__.py
tests/samples/shared_utils/shared_keys.py
tests/visitors/test_ast_namenode_mapping_extract.py
tests/visitors/test_extract_function_calls.py
tests/visitors/test_helpers.py
tests/visitors/test_import.py
tests/visitors/test_import_optimizer.py
tests/visitors/test_replace_dot.py
tests/visitors/test_undefined_names.py
uc_functions/__init__.py
uc_functions/functions.py
uc_functions/inline.py
uc_functions/special_kwargs.py
uc_functions/visitors.py
uc_functions.egg-info/PKG-INFO
uc_functions.egg-info/SOURCES.txt
uc_functions.egg-info/dependency_links.txt
uc_functions.egg-info/requires.txt
uc_functions.egg-info/top_level.txt