Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/guides/python-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ which we returned a `DataFrame`.
- `elementary.python` dbt test:
- `code_macro: str`: Name of the macro that returns the Python code.
- `macro_args: dict`: Arguments that are supplied to the macro - `{{ code_macro(macro_args) }}`.
- `where_expression: str`: SQL WHERE clause to limit the test scope.
- All available configuration in Python models such as:
- `packages: list[str]`: PyPI package requirements.
- `submission_method: str`: `cluster` or `serverless` for BigQuery.
Expand Down