refactor: Backfill materialized columns by column reference instead of property #106879
Annotations
3 errors and 1 warning
ee/clickhouse/materialized_columns/analyze.py#L210
Incompatible types in assignment (expression has type "list[MaterializedColumn]", variable has type "list[tuple[Literal['properties', 'group_properties', 'person_properties'], str]]")
|
ee/clickhouse/materialized_columns/analyze.py#L211
Argument 2 to "backfill_materialized_columns" has incompatible type "list[tuple[Literal['properties', 'group_properties', 'person_properties'], str]]"; expected "Iterable[MaterializedColumn]"
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "email_renders".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading