Skip to content

CI

CI #45321

Manually triggered December 26, 2025 13:46
Status Cancelled
Total duration 6m 35s
Artifacts 2

ci.yml

on: workflow_dispatch
Should Run CI
3s
Should Run CI
Check PyPI Version Update
2s
Check PyPI Version Update
Echo Inputs
4s
Echo Inputs
Filter Paths
21s
Filter Paths
Matrix: Run Backend Tests / build
Matrix: Run Backend Tests / integration-tests
Matrix: Run Backend Tests / lfx-tests
Matrix: Run Backend Tests / test-cli
Run Frontend Unit Tests  /  Frontend Jest Unit Tests
1m 30s
Run Frontend Unit Tests / Frontend Jest Unit Tests
Test Starter Templates
5m 53s
Test Starter Templates
Test Docker Images  /  Test docker images
2m 34s
Test Docker Images / Test docker images
Run Frontend Tests  /  Determine Test Suites and Shard Distribution
1m 8s
Run Frontend Tests / Determine Test Suites and Shard Distribution
Matrix: Lint Backend / Run Mypy
Test Docs Build  /  Test Docs Build
Test Docs Build / Test Docs Build
Matrix: Run Frontend Tests / setup-and-test
Run Frontend Tests  /  merge-reports
3s
Run Frontend Tests / merge-reports
CI Success
4s
CI Success
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 70 warnings
Filter Paths
Process completed with exit code 128.
Run Frontend Tests / Determine Test Suites and Shard Distribution
Process completed with exit code 1.
Test Docker Images / Test docker images
Process completed with exit code 1.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2
The run was canceled by @Cristhianzl.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2
The operation was canceled.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3
The run was canceled by @Cristhianzl.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3
The operation was canceled.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4
The run was canceled by @Cristhianzl.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4
The operation was canceled.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1
The run was canceled by @Cristhianzl.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1
The operation was canceled.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5
The run was canceled by @Cristhianzl.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5
The operation was canceled.
Test Starter Templates
The run was canceled by @Cristhianzl.
Test Starter Templates
The operation was canceled.
CI
The run was canceled by @Cristhianzl.
CI
The run was canceled by @Cristhianzl.
CI Success
Process completed with exit code 1.
Run Backend Tests / Integration Tests - Python 3.10: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Integration Tests - Python 3.10: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Integration Tests - Python 3.10: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Integration Tests - Python 3.10: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Integration Tests - Python 3.10: .venv/lib/python3.10/site-packages/typer/params.py#L206
The 'is_flag' and 'flag_value' parameters are not supported by Typer and will be removed entirely in a future release.
Run Backend Tests / Integration Tests - Python 3.10: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Integration Tests - Python 3.10: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Integration Tests - Python 3.10: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Integration Tests - Python 3.10: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Integration Tests - Python 3.10: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 2: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 3: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 4: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: src/lfx/src/lfx/base/mcp/util.py#L944
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 1: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: /home/runner/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py#L266
You are using a Python version (3.10.18) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.
Run Backend Tests / Unit Tests - Python 3.10 - Group 5: .venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L628
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/contextlib.py#L144
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Test Starter Templates: .venv/lib/python3.12/site-packages/typer/params.py#L206
The 'is_flag' and 'flag_value' parameters are not supported by Typer and will be removed entirely in a future release.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
Test Starter Templates: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/contextlib.py#L144
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow

Artifacts

Produced during runtime
Name Size Digest
frontend-coverage-report
6.67 MB
sha256:86276257034f14287f70a8109cc9122d90acbc51681b2c19863ecf6391d9951b
lfx-coverage-report
1.61 MB
sha256:299d722f38151244711fa9d85d36280a12add6a517cf7a63514d6bb231a6c8db