Files
posthog/mypy-baseline.txt

1277 lines
188 KiB
Plaintext

common/hogvm/python/test/test_execute.py:0: error: List item 2 has incompatible type "int"; expected "str" [list-item]
common/hogvm/python/test/test_execute.py:0: error: List item 2 has incompatible type "int"; expected "str" [list-item]
common/hogvm/python/test/test_execute.py:0: error: Value of type "Collection[str]" is not indexable [index]
common/hogvm/stl/compile.py:0: error: Bracketed expression "[...]" is not valid as a type [valid-type]
dags/backups.py:0: error: "DynamicOutput[Any]" has no attribute "map" [attr-defined]
dags/backups.py:0: error: Argument 1 to "_bucket_base_path" of "Backup" has incompatible type "str | None"; expected "str" [arg-type]
dags/backups.py:0: error: Argument 1 to "_bucket_base_path" of "Backup" has incompatible type "str | None"; expected "str" [arg-type]
dags/backups.py:0: error: Item "None" of "Backup | None" has no attribute "shard" [union-attr]
dags/backups.py:0: error: Item "None" of "Backup | None" has no attribute "shard" [union-attr]
dags/backups.py:0: error: Missing return statement [return]
dags/backups.py:0: error: Missing return statement [return]
dags/backups.py:0: error: Return value expected [return-value]
dags/deletes.py:0: error: "DeleteConfig" has no attribute "log" [attr-defined]
dags/deletes.py:0: error: Incompatible return value type (got "tuple[PendingDeletesDictionary, dict[int | None, MutationWaiter]]", expected "tuple[PendingDeletesDictionary, dict[int, MutationWaiter]]") [return-value]
dags/exchange_rate.py:0: error: Argument "context" to "store_exchange_rates_in_clickhouse" has incompatible type "AssetExecutionContext"; expected "OpExecutionContext" [arg-type]
dags/exchange_rate.py:0: error: Argument "context" to "store_exchange_rates_in_clickhouse" has incompatible type "AssetExecutionContext"; expected "OpExecutionContext" [arg-type]
dags/export_query_logs_to_s3.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "DateRange") [assignment]
dags/export_query_logs_to_s3.py:0: error: Statement is unreachable [unreachable]
dags/locations/shared.py:0: error: Item "Iterable[JobDefinition | UnresolvedAssetJobDefinition]" of "Iterable[JobDefinition | UnresolvedAssetJobDefinition] | None" has no attribute "append" [union-attr]
dags/locations/shared.py:0: error: Item "None" of "Iterable[JobDefinition | UnresolvedAssetJobDefinition] | None" has no attribute "append" [union-attr]
dags/materialized_columns.py:0: error: "str" has no attribute "strftime" [attr-defined]
dags/materialized_columns.py:0: error: Argument 1 to "map_all_hosts_in_shards" of "ClickhouseCluster" has incompatible type "Mapping[int, Any]"; expected "dict[int, Callable[[Any], Never]]" [arg-type]
dags/materialized_columns.py:0: error: Argument 1 to "map_any_host_in_shards" of "ClickhouseCluster" has incompatible type "Mapping[int, AlterTableMutationRunner]"; expected "dict[int, Callable[[Any], Never]]" [arg-type]
dags/materialized_columns.py:0: error: Incompatible types in "yield" (actual type "date", expected type "str") [misc]
dags/materialized_columns.py:0: error: Need type annotation for "outer_keys" (hint: "outer_keys: set[<type>] = ...") [var-annotated]
dags/materialized_columns.py:0: error: Need type annotation for "result" (hint: "result: dict[<type>, <type>] = ...") [var-annotated]
dags/materialized_columns.py:0: error: Need type annotation for "shard_waiters" [var-annotated]
dags/oauth.py:0: error: "type[Model]" has no attribute "objects" [attr-defined]
dags/oauth.py:0: error: Argument 1 to "clear_expired_tokens_by_type" has incompatible type "object"; expected "type[Model]" [arg-type]
dags/oauth.py:0: error: Argument 2 to "clear_expired_tokens_by_type" has incompatible type "object"; expected "dict[str, Q]" [arg-type]
dags/oauth.py:0: error: Unsupported operand types for + ("object" and "int") [operator]
dags/postgres_to_clickhouse_etl.py:0: error: Argument 1 to "bool" of "MetadataValue" has incompatible type "object"; expected "bool" [arg-type]
dags/postgres_to_clickhouse_etl.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "list[str]") [assignment]
dags/postgres_to_clickhouse_etl.py:0: error: Statement is unreachable [unreachable]
dags/property_definitions.py:0: error: Module "datetime" is not valid as a type [valid-type]
dags/property_definitions.py:0: error: Module "datetime" is not valid as a type [valid-type]
dags/property_definitions.py:0: error: Return type "TimeRange" of "validate" incompatible with return type "PropertyDefinitionsConfig" in supertype "pydantic.main.BaseModel" [override]
dags/property_definitions.py:0: error: datetime? has no attribute "isoformat" [attr-defined]
dags/slack_alerts.py:0: error: Argument "blocks" to "chat_postMessage" of "WebClient" has incompatible type "list[object]"; expected "Sequence[dict[Any, Any] | Block] | None" [arg-type]
dags/tests/test_backups.py:0: error: Argument "run_id" to "get_backup_status" has incompatible type "UUID"; expected "str" [arg-type]
dags/tests/test_backups.py:0: error: Function "boto3.client" is not valid as a type [valid-type]
dags/tests/test_backups.py:0: error: boto3.client? has no attribute "create_bucket" [attr-defined]
dags/tests/test_backups.py:0: error: boto3.client? has no attribute "exceptions" [attr-defined]
dags/tests/test_deletes.py:0: error: Incompatible type for "created_at" of "AsyncDeletion" (got "None", expected "str | datetime | date | Combinable") [misc]
dags/tests/test_deletes.py:0: error: Incompatible type for "key" of "AsyncDeletion" (got "UUID", expected "str | int | Combinable") [misc]
dags/tests/test_deletes.py:0: error: Non-overlapping container check (element type: "int", container item type: "tuple[int, UUID]") [comparison-overlap]
dags/tests/test_materialized_columns.py:0: error: "str" has no attribute "day" [attr-defined]
dags/tests/test_materialized_columns.py:0: error: "str" has no attribute "month" [attr-defined]
dags/tests/test_materialized_columns.py:0: error: "str" has no attribute "year" [attr-defined]
dags/tests/test_person_overrides.py:0: error: Incompatible return value type (got "dict[Any, set[Any]]", expected "dict[UUID, int]") [return-value]
dags/tests/test_person_overrides.py:0: error: Non-overlapping equality check (left operand type: "dict[UUID, int]", right operand type: "dict[UUID, set[str]]") [comparison-overlap]
dags/tests/test_person_overrides.py:0: error: Non-overlapping equality check (left operand type: "dict[UUID, int]", right operand type: "dict[UUID, set[str]]") [comparison-overlap]
dags/tests/test_postgres_to_clickhouse_etl.py:0: error: Item "None" of "BackfillPolicy | None" has no attribute "max_partitions_per_run" [union-attr]
dags/tests/test_postgres_to_clickhouse_etl.py:0: error: Item "None" of "BackfillPolicy | None" has no attribute "max_partitions_per_run" [union-attr]
dags/tests/test_web_preaggregated_utils.py:0: error: Unsupported right operand type for in ("Mapping[str, str] | None") [operator]
dags/tests/test_web_preaggregated_utils.py:0: error: Value of type "Mapping[str, str] | None" is not indexable [index]
dags/web_preaggregated_asset_checks.py:0: error: "object" has no attribute "get" [attr-defined]
dags/web_preaggregated_asset_checks.py:0: error: Argument "metadata" to "AssetCheckResult" has incompatible type "dict[str, tuple[Sequence[Any] | Mapping[str, Any] | str | float | None]]"; expected "Mapping[str, RawMetadataValue] | None" [arg-type]
dags/web_preaggregated_asset_checks.py:0: error: Argument "team_id" to "get_s3_url" has incompatible type "str | int"; expected "int" [arg-type]
dags/web_preaggregated_asset_checks.py:0: error: Incompatible default for argument "context" (default has type "None", argument has type "AssetCheckExecutionContext") [assignment]
dags/web_preaggregated_asset_checks.py:0: error: Incompatible default for argument "tags" (default has type "None", argument has type "DagsterTags") [assignment]
dags/web_preaggregated_asset_checks.py:0: error: Incompatible return value type (got "tuple[Any, Any, str | int, str, str]", expected "tuple[float, int, int, str, str]") [return-value]
dags/web_preaggregated_asset_checks.py:0: error: Incompatible return value type (got "tuple[object, dict[str, object]]", expected "tuple[bool, dict[str, Any]]") [return-value]
dags/web_preaggregated_asset_checks.py:0: error: Unsupported target for indexed assignment ("object") [index]
dags/web_preaggregated_team_selection.py:0: error: Argument "metadata" to "MaterializeResult" has incompatible type "dict[str, object]"; expected "RawMetadataMapping | None" [arg-type]
dags/web_preaggregated_team_selection.py:0: error: Argument 1 to "get_team_ids_from_sources" has incompatible type "AssetExecutionContext"; expected "OpExecutionContext" [arg-type]
dags/web_preaggregated_team_selection.py:0: error: Argument 1 to "store_team_selection_in_clickhouse" has incompatible type "AssetExecutionContext"; expected "OpExecutionContext" [arg-type]
dags/web_preaggregated_utils.py:0: error: Argument 1 to "get_schedule_def" of "RepositoryDefinition" has incompatible type "str | None"; expected "str" [arg-type]
ee/api/authentication.py:0: error: Incompatible return value type (got "Any | None", expected "str") [return-value]
ee/api/rbac/test/test_access_control.py:0: error: "Organization" has no attribute "available_features"; maybe "get_available_feature" or "available_product_features"? [attr-defined]
ee/api/test/base.py:0: error: "setUpTestData" undefined in superclass [misc]
ee/api/test/base.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "License") [assignment]
ee/api/test/test_action.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_action.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_action.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_action.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_authentication.py:0: error: Module has no attribute "__version__" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: "_MonkeyPatchedResponse" has no attribute "url" [attr-defined]
ee/api/test/test_billing.py:0: error: Argument 1 to "assertDictEqual" of "TestCase" has incompatible type "None"; expected "Mapping[Any, object]" [arg-type]
ee/api/test/test_billing.py:0: error: Extra key "projected_amount_usd_with_limit" for TypedDict "CustomerProduct" [typeddict-unknown-key]
ee/api/test/test_billing.py:0: error: Extra keys ("free_allocation", "has_exceeded_limit", "percentage_usage") for TypedDict "CustomerProductAddon" [typeddict-unknown-key]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "float", TypedDict item "current_amount_usd" has type "Decimal | None") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "float", TypedDict item "current_amount_usd" has type "Decimal") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "float", TypedDict item "projected_amount_usd" has type "Decimal") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "int", TypedDict item "projected_amount" has type "Decimal") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "list[dict[str, int | str | None]]", TypedDict item "tiers" has type "Tier | None") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "str", TypedDict item "projected_amount_usd" has type "Decimal | None") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "str", TypedDict item "unit_amount_usd" has type "Decimal | None") [typeddict-item]
ee/api/test/test_billing.py:0: error: Incompatible types (expression has type "str", TypedDict item "unit_amount_usd" has type "Decimal | None") [typeddict-item]
ee/api/test/test_billing.py:0: error: Item "None" of "License | None" has no attribute "plan" [union-attr]
ee/api/test/test_billing.py:0: error: Item "None" of "License | None" has no attribute "plan" [union-attr]
ee/api/test/test_billing.py:0: error: Item "None" of "License | None" has no attribute "valid_until" [union-attr]
ee/api/test/test_billing.py:0: error: Item "None" of "License | None" has no attribute "valid_until" [union-attr]
ee/api/test/test_billing.py:0: error: Missing keys ("available_product_features", "current_total_amount_usd_after_discount", "discount_percent", "discount_amount_usd") for TypedDict "CustomerInfo" [typeddict-item]
ee/api/test/test_billing.py:0: error: Missing keys ("current_total_amount_usd_after_discount", "discount_percent", "discount_amount_usd", "customer_trust_scores") for TypedDict "CustomerInfo" [typeddict-item]
ee/api/test/test_billing.py:0: error: Missing keys ("icon_key", "docs_url", "included_with_main_product", "inclusion_only", "unit", "contact_support") for TypedDict "CustomerProductAddon" [typeddict-item]
ee/api/test/test_conversation.py:0: error: "HttpResponse" has no attribute "streaming_content" [attr-defined]
ee/api/test/test_conversation.py:0: error: Incompatible types in assignment (expression has type "Conversation | None", variable has type "Conversation") [assignment]
ee/api/test/test_event_definition.py:0: error: "Organization" has no attribute "available_features"; maybe "get_available_feature" or "available_product_features"? [attr-defined]
ee/api/test/test_event_definition.py:0: error: Item "None" of "Team | None" has no attribute "pk" [union-attr]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_event_definition.py:0: error: Value of type "Any | None" is not indexable [index]
ee/api/test/test_event_definition.py:0: error: Value of type "Any | None" is not indexable [index]
ee/api/test/test_hooks.py:0: error: Incompatible type for "id" of "Hook" (got "UUID", expected "str | int | Combinable | None") [misc]
ee/api/test/test_insight.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
ee/api/test/test_license.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
ee/api/test/test_project.py:0: error: Unsupported dynamic base class "team_enterprise_api_test_factory" [misc]
ee/api/test/test_property_definition.py:0: error: "Organization" has no attribute "available_features"; maybe "get_available_feature" or "available_product_features"? [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_property_definition.py:0: error: Value of type "Any | None" is not indexable [index]
ee/api/test/test_property_definition.py:0: error: Value of type "Any | None" is not indexable [index]
ee/api/test/test_property_definition.py:0: error: Value of type "Any | None" is not indexable [index]
ee/api/test/test_role_membership.py:0: error: Item "None" of "RoleMembership | None" has no attribute "id" [union-attr]
ee/api/test/test_role_membership.py:0: error: Item "None" of "RoleMembership | None" has no attribute "user" [union-attr]
ee/api/test/test_tagged_item.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_tagged_item.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_tagged_item.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_tagged_item.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_tagged_item.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_tagged_item.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/api/test/test_team.py:0: error: Unsupported dynamic base class "team_enterprise_api_test_factory" [misc]
ee/benchmarks/helpers.py:0: error: Dict entry 0 has incompatible type "tuple[str]": "tuple[datetime, dict[tuple[str, Literal['properties', 'group_properties', 'person_properties']], MaterializedColumn]]"; expected "tuple[tuple[Any, ...], frozenset[tuple[Any, Any]]]": "tuple[datetime, dict[tuple[str, Literal['properties', 'group_properties', 'person_properties']], MaterializedColumn]]" [dict-item]
ee/benchmarks/helpers.py:0: error: Dict entry 1 has incompatible type "tuple[str]": "tuple[datetime, dict[tuple[str, Literal['properties', 'group_properties', 'person_properties']], MaterializedColumn]]"; expected "tuple[tuple[Any, ...], frozenset[tuple[Any, Any]]]": "tuple[datetime, dict[tuple[str, Literal['properties', 'group_properties', 'person_properties']], MaterializedColumn]]" [dict-item]
ee/benchmarks/helpers.py:0: error: Module "posthog" has no attribute "client" [attr-defined]
ee/billing/billing_manager.py:0: error: Incompatible types in assignment (expression has type "object", variable has type "bool | Combinable | None") [assignment]
ee/billing/billing_manager.py:0: error: Item "None" of "Any | None" has no attribute "update" [union-attr]
ee/billing/queue/BillingConsumer.py:0: error: Argument 1 to "decompress" has incompatible type "str"; expected "Buffer" [arg-type]
ee/billing/queue/BillingConsumer.py:0: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment]
ee/billing/queue/BillingConsumer.py:0: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment]
ee/billing/quota_limiting.py:0: error: Unsupported target for indexed assignment ("Any | None") [index]
ee/billing/test/test_billing_manager.py:0: error: Argument 2 to "update_org_details" of "BillingManager" has incompatible type "dict[str, dict[str, object]]"; expected "BillingStatus" [arg-type]
ee/billing/test/test_billing_manager.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/billing/test/test_billing_manager.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/billing/test/test_billing_manager.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
ee/billing/test/test_quota_limiting.py:0: error: Argument "new_usage" to "set_org_usage_summary" has incompatible type "dict[str, Collection[str]]"; expected "OrganizationUsageInfo | None" [arg-type]
ee/billing/test/test_quota_limiting.py:0: error: Argument "new_usage" to "set_org_usage_summary" has incompatible type "dict[str, Collection[str]]"; expected "OrganizationUsageInfo | None" [arg-type]
ee/billing/test/test_quota_limiting.py:0: error: Argument "todays_usage" to "set_org_usage_summary" has incompatible type "dict[str, int]"; expected "UsageCounters | None" [arg-type]
ee/billing/test/test_quota_limiting.py:0: error: Dict entry 0 has incompatible type "str": "float"; expected "str": "int" [dict-item]
ee/billing/test/test_quota_limiting.py:0: error: Dict entry 0 has incompatible type "str": "float"; expected "str": "int" [dict-item]
ee/billing/test/test_quota_limiting.py:0: error: Dict entry 0 has incompatible type "str": "float"; expected "str": "int" [dict-item]
ee/billing/test/test_quota_limiting.py:0: error: Dict entry 0 has incompatible type "str": "float"; expected "str": "int" [dict-item]
ee/billing/test/test_salesforce_enrichment.py:0: error: Argument 2 to "prepare_salesforce_update_data" has incompatible type "dict[str, Any] | None"; expected "dict[str, Any]" [arg-type]
ee/clickhouse/models/test/test_property.py:0: error: Argument "table_column" to "materialize" has incompatible type "Literal['group2_properties']"; expected "Literal['properties', 'group_properties', 'person_properties']" [arg-type]
ee/clickhouse/models/test/test_property.py:0: error: Argument "table_column" to "materialize" has incompatible type "Literal['group2_properties']"; expected "Literal['properties', 'group_properties', 'person_properties']" [arg-type]
ee/clickhouse/models/test/test_property.py:0: error: Non-overlapping equality check (left operand type: "tuple[str, dict[str, Any]]", right operand type: "str") [comparison-overlap]
ee/clickhouse/models/test/test_property.py:0: error: Non-overlapping equality check (left operand type: "tuple[str, dict[str, Any]]", right operand type: "str") [comparison-overlap]
ee/clickhouse/models/test/test_property.py:0: error: Non-overlapping equality check (left operand type: "tuple[str, dict[str, Any]]", right operand type: "str") [comparison-overlap]
ee/clickhouse/queries/funnels/funnel_correlation.py:0: error: Statement is unreachable [unreachable]
ee/clickhouse/queries/funnels/test/test_funnel.py:0: error: Unsupported dynamic base class "funnel_breakdown_group_test_factory" [misc]
ee/clickhouse/queries/funnels/test/test_funnel.py:0: error: Unsupported dynamic base class "funnel_breakdown_group_test_factory" [misc]
ee/clickhouse/queries/funnels/test/test_funnel.py:0: error: Unsupported dynamic base class "funnel_breakdown_group_test_factory" [misc]
ee/clickhouse/queries/funnels/test/test_funnel.py:0: error: Unused "type: ignore" comment [unused-ignore]
ee/clickhouse/queries/funnels/test/test_funnel.py:0: error: Unused "type: ignore" comment [unused-ignore]
ee/clickhouse/queries/funnels/test/test_funnel.py:0: error: Unused "type: ignore" comment [unused-ignore]
ee/clickhouse/queries/test/test_cohort_query.py:0: error: No overload variant of "__ror__" of "dict" matches argument type "Collection[str]" [operator]
ee/clickhouse/queries/test/test_cohort_query.py:0: error: Unsupported target for indexed assignment ("Sequence[Collection[str]]") [index]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/funnel/test_clickhouse_funnel_trends_person.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Argument 2 to "assertNotIn" of "TestCase" has incompatible type "Any | None"; expected "Iterable[Any] | Container[Any]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Incompatible types in assignment (expression has type "QuerySet[ExperimentToSavedMetric, ExperimentToSavedMetric]", variable has type "ExperimentToSavedMetric | None") [assignment]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Item "None" of "Any | None" has no attribute "id" [union-attr]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Item "None" of "Any | None" has no attribute "query" [union-attr]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Item "None" of "ExperimentToSavedMetric | None" has no attribute "metadata" [union-attr]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Item "None" of "datetime | None" has no attribute "strftime" [union-attr]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Item "None" of "datetime | None" has no attribute "strftime" [union-attr]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "Any | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "Any | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "Any | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "Any | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "Any | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "ExperimentToSavedMetric | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_experiments.py:0: error: Value of type "ExperimentToSavedMetric | None" is not indexable [index]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: "_MonkeyPatchedResponse" has no attribute "results" [attr-defined]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: "_MonkeyPatchedResponse" has no attribute "results" [attr-defined]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: "_MonkeyPatchedResponse" has no attribute "results" [attr-defined]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: "_MonkeyPatchedResponse" has no attribute "results" [attr-defined]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: "_MonkeyPatchedResponse" has no attribute "results" [attr-defined]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: "_MonkeyPatchedResponse" has no attribute "results" [attr-defined]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Argument "group_type_index" to "create_group" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Incompatible types in assignment (expression has type "HogQLQueryResponse", variable has type "_MonkeyPatchedResponse") [assignment]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Incompatible types in assignment (expression has type "HogQLQueryResponse", variable has type "_MonkeyPatchedResponse") [assignment]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Incompatible types in assignment (expression has type "HogQLQueryResponse", variable has type "_MonkeyPatchedResponse") [assignment]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Incompatible types in assignment (expression has type "HogQLQueryResponse", variable has type "_MonkeyPatchedResponse") [assignment]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Item "None" of "ResourceNotebook | None" has no attribute "notebook" [union-attr]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Item "None" of "ResourceNotebook | None" has no attribute "notebook" [union-attr]
ee/clickhouse/views/test/test_clickhouse_groups.py:0: error: Module "orjson" has no attribute "orjson"; maybe "json"? [attr-defined]
ee/clickhouse/views/test/test_clickhouse_stickiness.py:0: error: Unsupported dynamic base class "stickiness_test_factory" [misc]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "Any | None" has no attribute "description" [union-attr]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "Any | None" has no attribute "id" [union-attr]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "Any | None" has no attribute "id" [union-attr]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "Any | None" has no attribute "name" [union-attr]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "Any | None" has no attribute "query" [union-attr]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "Any | None" has no attribute "query" [union-attr]
ee/clickhouse/views/test/test_experiment_saved_metrics.py:0: error: Item "None" of "ExperimentToSavedMetric | None" has no attribute "metadata" [union-attr]
ee/hogai/graph/funnels/test/test_nodes.py:0: error: Item "None" of "AssistantFunnelsFilter | None" has no attribute "funnelAggregateByHogQL" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | Any | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "Sequence[BaseMessage] | None"; expected "Sized" [arg-type]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Cannot override writeable attribute with read-only property [override]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Cannot override writeable attribute with read-only property [override]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "BaseMessage" of "BaseMessage | Any" has no attribute "tool_call_id" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "memory_collection_messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "memory_collection_messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "memory_collection_messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "memory_collection_messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "None" of "PartialAssistantState | None" has no attribute "messages" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Item "list[str | dict[Any, Any]]" of "str | list[str | dict[Any, Any]] | Any" has no attribute "lower" [union-attr]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | Any | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | Any | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/memory/test/test_nodes.py:0: error: Value of type "Sequence[BaseMessage] | None" is not indexable [index]
ee/hogai/graph/query_executor/test/test_query_executor.py:0: error: Dict entry 0 has incompatible type "str": "int"; expected "str": "Sequence[object]" [dict-item]
ee/hogai/graph/query_executor/test/test_query_executor.py:0: error: Dict entry 2 has incompatible type "str": "int"; expected "str": "Sequence[object]" [dict-item]
ee/hogai/graph/query_executor/test/test_query_executor.py:0: error: Dict entry 3 has incompatible type "str": "int"; expected "str": "Sequence[object]" [dict-item]
ee/hogai/graph/query_executor/test/test_query_executor.py:0: error: Dict entry 4 has incompatible type "str": "None"; expected "str": "Sequence[object]" [dict-item]
ee/hogai/graph/query_executor/test/test_query_executor.py:0: error: Dict entry 5 has incompatible type "str": "None"; expected "str": "Sequence[object]" [dict-item]
ee/hogai/graph/query_executor/test/test_query_executor.py:0: error: List item 0 has incompatible type "str"; expected "dict[str, Sequence[object]]" [list-item]
ee/hogai/graph/query_planner/test/test_nodes.py:0: error: Argument 1 to "append" of "list" has incompatible type "tuple[AgentAction, None]"; expected "tuple[AgentAction, str]" [arg-type]
ee/hogai/graph/query_planner/test/test_nodes.py:0: error: Argument 1 to "append" of "list" has incompatible type "tuple[AgentAction, None]"; expected "tuple[AgentAction, str]" [arg-type]
ee/hogai/graph/root/test/test_nodes.py:0: error: Argument 1 to "_get_billing_info" of "RootNode" has incompatible type "dict[str, dict[str, Any]]"; expected "RunnableConfig" [arg-type]
ee/hogai/graph/root/test/test_nodes.py:0: error: Generator has incompatible item type "str | list[str | dict[Any, Any]]"; expected "str" [misc]
ee/hogai/graph/sql/test/test_sql_mixins.py:0: error: Argument "query" to "model_construct" of "SchemaGeneratorOutput" has incompatible type "None"; expected "AssistantHogQLQuery" [arg-type]
ee/hogai/graph/sql/test/test_sql_mixins.py:0: error: Cannot override writeable attribute with read-only property [override]
ee/hogai/graph/sql/test/test_sql_mixins.py:0: error: Cannot override writeable attribute with read-only property [override]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "list[tuple[AgentAction, str | None]] | None"; expected "Sized" [arg-type]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "list[tuple[AgentAction, str | None]] | None"; expected "Sized" [arg-type]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Argument 1 to "len" has incompatible type "list[tuple[AgentAction, str | None]] | None"; expected "Sized" [arg-type]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Extra key "msg" for TypedDict "InitErrorDetails" [typeddict-unknown-key]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Incompatible types in assignment (expression has type "list[tuple[AgentAction, None]]", variable has type "list[tuple[AgentAction, str | None]] | None") [assignment]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Missing key "input" for TypedDict "InitErrorDetails" [typeddict-item]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "mock_reset_state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "original_state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Need type annotation for "state" [var-annotated]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Value of type "list[tuple[AgentAction, str | None]] | None" is not indexable [index]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Value of type "list[tuple[AgentAction, str | None]] | None" is not indexable [index]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Value of type "list[tuple[AgentAction, str | None]] | None" is not indexable [index]
ee/hogai/graph/taxonomy/test/test_nodes.py:0: error: Value of type "list[tuple[AgentAction, str | None]] | None" is not indexable [index]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Argument 1 to "_format_properties_xml" of "TaxonomyAgentToolkit" has incompatible type "list[tuple[str, str, str | None]]"; expected "list[tuple[str, str | None, str | None]]" [arg-type]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Argument 1 to "_format_properties_yaml" of "TaxonomyAgentToolkit" has incompatible type "list[tuple[str, str, str | None]]"; expected "list[tuple[str, str | None, str | None]]" [arg-type]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Argument 2 to "handle_tools" of "TaxonomyAgentToolkit" has incompatible type "ToolInput"; expected "TaxonomyTool[Any]" [arg-type]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Argument 2 to "handle_tools" of "TaxonomyAgentToolkit" has incompatible type "ToolInput"; expected "TaxonomyTool[Any]" [arg-type]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Item "ask_user_for_help" of "retrieve_event_properties | retrieve_entity_properties | retrieve_entity_property_values | retrieve_event_property_values | ask_user_for_help | Any" has no attribute "custom_field" [union-attr]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Item "retrieve_entity_properties" of "retrieve_event_properties | retrieve_entity_properties | retrieve_entity_property_values | retrieve_event_property_values | ask_user_for_help | Any" has no attribute "custom_field" [union-attr]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Item "retrieve_entity_property_values" of "retrieve_event_properties | retrieve_entity_properties | retrieve_entity_property_values | retrieve_event_property_values | ask_user_for_help | Any" has no attribute "custom_field" [union-attr]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Item "retrieve_event_properties" of "retrieve_event_properties | retrieve_entity_properties | retrieve_entity_property_values | retrieve_event_property_values | ask_user_for_help | Any" has no attribute "custom_field" [union-attr]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Item "retrieve_event_property_values" of "retrieve_event_properties | retrieve_entity_properties | retrieve_entity_property_values | retrieve_event_property_values | ask_user_for_help | Any" has no attribute "custom_field" [union-attr]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Value of type "Any | None" is not indexable [index]
ee/hogai/graph/taxonomy/test/test_toolkit.py:0: error: Value of type "Any | None" is not indexable [index]
ee/hogai/graph/taxonomy/test/test_tools.py:0: error: Argument 2 to "assertIn" of "TestCase" has incompatible type "str | None"; expected "Iterable[Any] | Container[Any]" [arg-type]
ee/hogai/graph/taxonomy/test/test_tools.py:0: error: Argument 2 to "assertIn" of "TestCase" has incompatible type "str | None"; expected "Iterable[Any] | Container[Any]" [arg-type]
ee/hogai/graph/taxonomy/test/test_tools.py:0: error: Need type annotation for "team_group_types" (hint: "team_group_types: list[<type>] = ...") [var-annotated]
ee/hogai/graph/taxonomy/test/test_tools.py:0: error: Type argument "str" of "base_final_answer" must be a subtype of "BaseModel" [type-var]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "description" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "description" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "description" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "group" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "group" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "group" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "key" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "key" [union-attr]
ee/hogai/summarizers/test/test_property_filters.py:0: error: Item "None" of "PropertyFilterTaxonomyEntry | None" has no attribute "key" [union-attr]
ee/hogai/test/test_assistant.py:0: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index]
ee/hogai/test/test_assistant.py:0: error: Statement is unreachable [unreachable]
ee/hogai/test/test_llm.py:0: error: Argument 1 to "_enrich_messages" of "MaxChatOpenAI" has incompatible type "list[list[HumanMessage]]"; expected "list[list[BaseMessage]]" [arg-type]
ee/hogai/test/test_llm.py:0: error: Argument 1 to "agenerate" of "MaxChatOpenAI" has incompatible type "list[list[HumanMessage]]"; expected "list[list[BaseMessage]]" [arg-type]
ee/hogai/test/test_llm.py:0: error: Argument 1 to "generate" of "MaxChatOpenAI" has incompatible type "list[list[HumanMessage]]"; expected "list[list[BaseMessage]]" [arg-type]
ee/hogai/test/test_llm.py:0: error: Argument 1 to "generate" of "MaxChatOpenAI" has incompatible type "list[list[HumanMessage]]"; expected "list[list[BaseMessage]]" [arg-type]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Item "None" of "Element[str] | None" has no attribute "find" [union-attr]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Item "None" of "Element[str] | None" has no attribute "find" [union-attr]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Item "None" of "Element[str] | None" has no attribute "text" [union-attr]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/hogai/utils/test/test_format_events_prompt.py:0: error: Need type annotation for "events_in_context" (hint: "events_in_context: list[<type>] = ...") [var-annotated]
ee/management/commands/materialize_columns.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
ee/migrations/0001_initial.py:0: error: Cannot override class variable (previously declared on base class "Migration") with instance variable [misc]
ee/models/explicit_team_membership.py:0: error: Incompatible return value type (got "int", expected "Level") [return-value]
ee/models/license.py:0: error: "_T" has no attribute "plan" [attr-defined]
ee/models/license.py:0: error: Cannot use a covariant type variable as a parameter [misc]
ee/models/license.py:0: error: Incompatible return value type (got "Literal[''] | bool", expected "bool") [return-value]
ee/models/license.py:0: error: Incompatible return value type (got "_T", expected "License | None") [return-value]
ee/tasks/auto_rollback_feature_flag.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
ee/tasks/subscriptions/email_subscriptions.py:0: error: Item "None" of "User | None" has no attribute "email" [union-attr]
ee/tasks/subscriptions/email_subscriptions.py:0: error: Item "None" of "User | None" has no attribute "first_name" [union-attr]
ee/tasks/subscriptions/email_subscriptions.py:0: error: Item "None" of "datetime | None" has no attribute "isoformat" [union-attr]
ee/tasks/subscriptions/email_subscriptions.py:0: error: Item "None" of "datetime | None" has no attribute "strftime" [union-attr]
ee/tasks/subscriptions/slack_subscriptions.py:0: error: Item "None" of "datetime | None" has no attribute "strftime" [union-attr]
posthog/admin/admins/plugin_admin.py:0: error: Item "None" of "Organization | None" has no attribute "name" [union-attr]
posthog/admin/admins/plugin_admin.py:0: error: Item "None" of "Organization | None" has no attribute "pk" [union-attr]
posthog/admin/admins/plugin_config_admin.py:0: error: Item "None" of "Team | None" has no attribute "name" [union-attr]
posthog/admin/inlines/plugin_attachment_inline.py:0: error: Signature of "has_add_permission" incompatible with supertype "django.contrib.admin.options.BaseModelAdmin" [override]
posthog/admin/inlines/plugin_attachment_inline.py:0: error: Signature of "has_change_permission" incompatible with supertype "django.contrib.admin.options.BaseModelAdmin" [override]
posthog/admin/inlines/plugin_attachment_inline.py:0: error: Signature of "has_change_permission" incompatible with supertype "django.contrib.admin.options.InlineModelAdmin" [override]
posthog/admin/inlines/plugin_attachment_inline.py:0: error: Signature of "has_delete_permission" incompatible with supertype "django.contrib.admin.options.BaseModelAdmin" [override]
posthog/admin/inlines/plugin_attachment_inline.py:0: error: Signature of "has_delete_permission" incompatible with supertype "django.contrib.admin.options.InlineModelAdmin" [override]
posthog/api/action.py:0: error: Argument 1 to <tuple> has incompatible type "*tuple[str, ...]"; expected "type[BaseRenderer]" [arg-type]
posthog/api/cohort.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/api/cohort.py:0: error: Incompatible types in assignment (expression has type "Any | None", variable has type "bool | Combinable") [assignment]
posthog/api/dead_letter_queue.py:0: error: Incompatible return value type (got "str | Any", expected "int") [return-value]
posthog/api/documentation.py:0: error: Signature of "run_validation" incompatible with supertype "rest_framework.fields.Field" [override]
posthog/api/error_tracking.py:0: error: Incompatible types in assignment (expression has type "QuerySet[Any, Any]", variable has type "list[Any]") [assignment]
posthog/api/error_tracking.py:0: error: Incompatible types in assignment (expression has type "QuerySet[Any, Any]", variable has type "list[Any]") [assignment]
posthog/api/error_tracking.py:0: error: Need type annotation for "issue_values" (hint: "issue_values: list[<type>] = ...") [var-annotated]
posthog/api/event.py:0: error: Argument 1 to <tuple> has incompatible type "*tuple[str, ...]"; expected "type[BaseRenderer]" [arg-type]
posthog/api/feature_flag.py:0: error: Argument 2 to "get_all_feature_flags" has incompatible type "str | None"; expected "str" [arg-type]
posthog/api/feature_flag.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/api/feature_flag.py:0: error: Item "None" of "Any | None" has no attribute "filters" [union-attr]
posthog/api/file_system/test/test_file_system.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/file_system/test/test_file_system.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/file_system/test/test_file_system.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/file_system/test/test_file_system.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/file_system/test/test_file_system.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/insight.py:0: error: Argument 1 to <tuple> has incompatible type "*tuple[str, ...]"; expected "type[BaseRenderer]" [arg-type]
posthog/api/integration.py:0: error: Incompatible types in assignment (expression has type "Any | None", variable has type "str") [assignment]
posthog/api/notebook.py:0: error: Incompatible types in assignment (expression has type "int", variable has type "str | None") [assignment]
posthog/api/organization.py:0: error: Incompatible return value type (got "int | None", expected "Level | None") [return-value]
posthog/api/organization_feature_flag.py:0: error: Invalid index type "str | None" for "dict[str, int]"; expected type "str" [index]
posthog/api/organization_feature_flag.py:0: error: Invalid index type "str | None" for "dict[str, int]"; expected type "str" [index]
posthog/api/organization_feature_flag.py:0: error: Invalid index type "str | None" for "dict[str, int]"; expected type "str" [index]
posthog/api/organization_member.py:0: error: "User" has no attribute "social_auth" [attr-defined]
posthog/api/organization_member.py:0: error: "User" has no attribute "totpdevice_set" [attr-defined]
posthog/api/organization_member.py:0: error: Signature of "update" incompatible with supertype "rest_framework.serializers.BaseSerializer" [override]
posthog/api/organization_member.py:0: error: Signature of "update" incompatible with supertype "rest_framework.serializers.ModelSerializer" [override]
posthog/api/person.py:0: error: Argument "user" to "log_activity" has incompatible type "User | AnonymousUser"; expected "User | None" [arg-type]
posthog/api/person.py:0: error: Argument "user" to "log_activity" has incompatible type "User | AnonymousUser"; expected "User | None" [arg-type]
posthog/api/person.py:0: error: Argument 1 to <tuple> has incompatible type "*tuple[str, ...]"; expected "type[BaseRenderer]" [arg-type]
posthog/api/person.py:0: error: Cannot determine type of "group_properties_filter_group" [has-type]
posthog/api/plugin.py:0: error: Incompatible type for "file_name" of "PluginAttachment" (got "str | None", expected "str | int | Combinable") [misc]
posthog/api/plugin.py:0: error: Incompatible type for "file_size" of "PluginAttachment" (got "int | None", expected "float | int | str | Combinable") [misc]
posthog/api/plugin.py:0: error: Incompatible types in assignment (expression has type "int | None", variable has type "float | int | str | Combinable") [assignment]
posthog/api/plugin.py:0: error: Incompatible types in assignment (expression has type "str | None", target has type "str") [assignment]
posthog/api/plugin.py:0: error: Incompatible types in assignment (expression has type "str | None", variable has type "str | int | Combinable") [assignment]
posthog/api/plugin.py:0: error: Incompatible types in assignment (expression has type "str | None", variable has type "str | int | Combinable") [assignment]
posthog/api/plugin.py:0: error: Item "None" of "IO[Any] | None" has no attribute "read" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "IO[Any] | None" has no attribute "read" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "Team | None" has no attribute "id" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "Team | None" has no attribute "id" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "Team | None" has no attribute "id" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "Team | None" has no attribute "organization" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "Team | None" has no attribute "organization" [union-attr]
posthog/api/plugin.py:0: error: Item "None" of "Team | None" has no attribute "organization" [union-attr]
posthog/api/plugin.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/api/plugin_log_entry.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
posthog/api/plugin_log_entry.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
posthog/api/search.py:0: error: "type[Model]" has no attribute "objects" [attr-defined]
posthog/api/shared.py:0: error: Incompatible return value type (got "int | None", expected "Level | None") [return-value]
posthog/api/signup.py:0: error: Argument 1 to "create_user" of "UserManager" has incompatible type "str | None"; expected "str" [arg-type]
posthog/api/survey.py:0: error: Item "list[_ErrorFullDetails]" of "_FullDetailDict | list[_ErrorFullDetails] | dict[str, _ErrorFullDetails]" has no attribute "get" [union-attr]
posthog/api/survey.py:0: error: Item "object" of "object | Any" has no attribute "__iter__" (not iterable) [union-attr]
posthog/api/survey.py:0: error: Unsupported target for indexed assignment ("Any | None") [index]
posthog/api/test/dashboards/test_dashboard.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/api/test/dashboards/test_dashboard.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/api/test/dashboards/test_dashboard.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/api/test/dashboards/test_dashboard.py:0: error: Value of type variable "_S" of "assertAlmostEqual" of "TestCase" cannot be "datetime | None" [type-var]
posthog/api/test/dashboards/test_dashboard_duplication.py:0: error: List comprehension has incompatible type List[Any | None]; expected List[int] [misc]
posthog/api/test/test_event_definition.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_feature_flag.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_hog_function.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/api/test/test_insight.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
posthog/api/test/test_insight.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
posthog/api/test/test_insight.py:0: error: Argument "data" to "get" of "APIClient" has incompatible type "dict[str, object]"; expected "Mapping[str, str | bytes | float | Iterable[str | bytes | float]] | Iterable[tuple[str, str | bytes | float | Iterable[str | bytes | float]]] | None" [arg-type]
posthog/api/test/test_insight.py:0: error: Item "None" of "Any | None" has no attribute "copy" [union-attr]
posthog/api/test/test_insight.py:0: error: Item "None" of "Any | None" has no attribute "copy" [union-attr]
posthog/api/test/test_organization_domain.py:0: error: Item "None" of "datetime | None" has no attribute "strftime" [union-attr]
posthog/api/test/test_organization_invites.py:0: error: Argument 1 to "len" has incompatible type "Any | None"; expected "Sized" [arg-type]
posthog/api/test/test_organization_invites.py:0: error: Argument 1 to "len" has incompatible type "Any | None"; expected "Sized" [arg-type]
posthog/api/test/test_organization_invites.py:0: error: Argument 1 to "len" has incompatible type "Any | None"; expected "Sized" [arg-type]
posthog/api/test/test_organization_invites.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_organization_invites.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_organization_invites.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_organization_invites.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_organization_invites.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_organization_invites.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_personal_api_keys.py:0: error: Item "None" of "str | None" has no attribute "startswith" [union-attr]
posthog/api/test/test_personal_api_keys.py:0: error: Item "None" of "str | None" has no attribute "startswith" [union-attr]
posthog/api/test/test_property_definition.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_property_definition.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_site_app.py:0: error: Argument 6 to "get" of "Client" has incompatible type "**dict[str, str]"; expected "Mapping[Any, Any] | None" [arg-type]
posthog/api/test/test_survey.py:0: error: Argument 6 to "options" of "Client" has incompatible type "**dict[str, str]"; expected "Mapping[Any, Any] | None" [arg-type]
posthog/api/test/test_survey.py:0: error: Item "None" of "FeatureFlag | None" has no attribute "active" [union-attr]
posthog/api/test/test_survey.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_survey.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_survey.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_survey.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_survey.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_survey.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/api/test/test_team.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/api/test/test_team.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/api/test/test_utils.py:0: error: Incompatible types in assignment (expression has type "dict[str, str]", variable has type "QueryDict") [assignment]
posthog/api/uploaded_media.py:0: error: Argument 1 to "read_bytes" has incompatible type "str | None"; expected "str" [arg-type]
posthog/api/uploaded_media.py:0: error: Argument 1 to "read_bytes" has incompatible type "str | None"; expected "str" [arg-type]
posthog/api/user.py:0: error: "User" has no attribute "social_auth" [attr-defined]
posthog/api/utils.py:0: error: "_validate_conn" undefined in superclass [misc]
posthog/api/utils.py:0: error: "_validate_conn" undefined in superclass [misc]
posthog/api/utils.py:0: error: Argument 1 to "UUID" has incompatible type "int | str"; expected "str | None" [arg-type]
posthog/async_migrations/migrations/0002_events_sample_by.py:0: error: Argument 1 to "generate_insert_into_op" has incompatible type "Any | None"; expected "int" [arg-type]
posthog/async_migrations/migrations/0002_events_sample_by.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/async_migrations/migrations/0003_fill_person_distinct_id2.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/async_migrations/migrations/0005_person_replacing_by_version.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/async_migrations/migrations/0007_persons_and_groups_on_events_backfill.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/async_migrations/migrations/0008_speed_up_kafka_timestamp_filters.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/async_migrations/migrations/0010_move_old_partitions.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/async_migrations/test/test_runner.py:0: error: Item "None" of "datetime | None" has no attribute "day" [union-attr]
posthog/batch_exports/http.py:0: error: Incompatible return value type (got "Any | None", expected "str") [return-value]
posthog/cache_utils.py:0: error: Arguments not allowed after ParamSpec.args [valid-type]
posthog/caching/calculate_results.py:0: error: Argument 2 to "process_query_dict" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/caching/insight_cache.py:0: error: Argument 2 to "process_query_dict" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/caching/insight_caching_state.py:0: error: Argument "params" to "execute" of "CursorWrapper" has incompatible type "list[object]"; expected "Sequence[bool | int | float | Decimal | str | <6 more items> | None] | Mapping[str, bool | int | float | Decimal | str | <6 more items> | None] | None | None" [arg-type]
posthog/caching/insights_api.py:0: error: Unsupported operand types for >= ("datetime" and "None") [operator]
posthog/caching/warming.py:0: error: Argument 2 to "process_query_dict" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/clickhouse/client/tracing.py:0: error: Argument 2 to "set_attribute" of "Span" has incompatible type "Any | None"; expected "str | bool | int | float | Sequence[str] | Sequence[bool] | Sequence[int] | Sequence[float]" [arg-type]
posthog/geoip.py:0: error: Incompatible return value type (got "dict[str, object]", expected "dict[str, str]") [return-value]
posthog/heatmaps/test/test_heatmaps_api.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/heatmaps/test/test_heatmaps_api.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/heatmaps/test/test_heatmaps_api.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/heatmaps/test/test_heatmaps_api.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/heatmaps/test/test_heatmaps_api.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/heatmaps/test/test_heatmaps_api.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/helpers/dashboard_templates.py:0: error: Incompatible types in assignment (expression has type "str | None", variable has type "str | Combinable") [assignment]
posthog/helpers/dashboard_templates.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/helpers/full_text_search.py:0: error: Argument 1 to "reduce" has incompatible type "Callable[[SearchVector, SearchVector], CombinedExpression]"; expected "Callable[[SearchVector, SearchVector], SearchVector]" [arg-type]
posthog/helpers/full_text_search.py:0: error: Incompatible return value type (got "CombinedExpression", expected "SearchVector") [return-value]
posthog/helpers/full_text_search.py:0: error: Incompatible return value type (got "SearchVector", expected "CombinedExpression") [return-value]
posthog/hogql/ast.py:0: error: Incompatible types in assignment (expression has type "type[AST]", target has type "AST") [assignment]
posthog/hogql/database/database.py:0: error: Argument "week_start_day" to "Database" has incompatible type "int | None"; expected "WeekStartDay | None" [arg-type]
posthog/hogql/database/database.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/hogql/database/database.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/hogql/filters.py:0: error: Incompatible default for argument "team" (default has type "None", argument has type "Team") [assignment]
posthog/hogql/parser.py:0: error: Argument "body" to "WhileStatement" has incompatible type "Any | None"; expected "Statement" [arg-type]
posthog/hogql/parser.py:0: error: Argument "expr" to "ThrowStatement" has incompatible type "Any | None"; expected "Expr" [arg-type]
posthog/hogql/parser.py:0: error: Statement is unreachable [unreachable]
posthog/hogql/printer.py:0: error: "FieldOrTable" has no attribute "name" [attr-defined]
posthog/hogql/printer.py:0: error: "FieldOrTable" has no attribute "name" [attr-defined]
posthog/hogql/printer.py:0: error: Argument "stack" to "_Printer" has incompatible type "list[SelectQuery]"; expected "list[AST] | None" [arg-type]
posthog/hogql/printer.py:0: error: Argument 1 to "_print_identifier" of "_Printer" has incompatible type "str | None"; expected "str" [arg-type]
posthog/hogql/printer.py:0: error: Argument 1 to "escape_hogql_string" has incompatible type "float | int | str | list[Any] | tuple[Any, ...] | datetime | date | UUID | UUIDT | None"; expected "float | int | str | list[Any] | tuple[Any, ...] | date | datetime | UUID | UUIDT" [arg-type]
posthog/hogql/printer.py:0: error: Argument 1 to "join" of "str" has incompatible type "list[str | int]"; expected "Iterable[str]" [arg-type]
posthog/hogql/printer.py:0: error: Argument 1 to "len" has incompatible type "list[Expr] | None"; expected "Sized" [arg-type]
posthog/hogql/printer.py:0: error: Argument 1 to "lookup_field_by_name" has incompatible type "SelectQueryType | None"; expected "SelectQueryType | SelectSetQueryType" [arg-type]
posthog/hogql/printer.py:0: error: Incompatible types in assignment (expression has type "TableType | LazyTableType", variable has type "TableAliasType | TableType") [assignment]
posthog/hogql/printer.py:0: error: Item "None" of "list[Expr] | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/hogql/printer.py:0: error: Item "TableType" of "TableType | TableAliasType" has no attribute "alias" [union-attr]
posthog/hogql/printer.py:0: error: List comprehension has incompatible type List[SelectQueryType | None]; expected List[SelectQueryType] [misc]
posthog/hogql/printer.py:0: error: Name "args" already defined on line 0 [no-redef]
posthog/hogql/printer.py:0: error: Need type annotation for "found_aliases" (hint: "found_aliases: dict[<type>, <type>] = ...") [var-annotated]
posthog/hogql/printer.py:0: error: Right operand of "and" is never evaluated [unreachable]
posthog/hogql/printer.py:0: error: Subclass of "TableType" and "LazyTableType" cannot exist: would have incompatible method signatures [unreachable]
posthog/hogql/property.py:0: error: Incompatible type for lookup 'id': (got "str | int | list[str]", expected "str | int") [misc]
posthog/hogql/property.py:0: error: Incompatible type for lookup 'pk': (got "str | float", expected "str | int") [misc]
posthog/hogql/property.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/hogql/query.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "str | SelectQuery | SelectSetQuery") [assignment]
posthog/hogql/query.py:0: error: Subclass of "SelectQuery" and "SelectSetQuery" cannot exist: would have incompatible method signatures [unreachable]
posthog/hogql/resolver.py:0: error: Argument "select_query_type" to "SelectQueryAliasType" has incompatible type "Any | Type | None"; expected "SelectQueryType | SelectSetQueryType" [arg-type]
posthog/hogql/resolver.py:0: error: Argument "select_query_type" to "SelectViewType" has incompatible type "SelectQueryType | None"; expected "SelectQueryType | SelectSetQueryType" [arg-type]
posthog/hogql/resolver.py:0: error: Argument 1 to "append" of "list" has incompatible type "BaseTableType | SelectSetQueryType | SelectQueryType | SelectQueryAliasType | None"; expected "SelectQueryType | SelectSetQueryType" [arg-type]
posthog/hogql/resolver.py:0: error: Incompatible types in assignment (expression has type "Any | None", variable has type "dict[Any, Any]") [assignment]
posthog/hogql/resolver.py:0: error: Incompatible types in assignment (expression has type "Any | Type | None", variable has type "BaseTableType | SelectSetQueryType | SelectQueryType | SelectQueryAliasType | None") [assignment]
posthog/hogql/resolver.py:0: error: Incompatible types in assignment (expression has type "Expr", variable has type "SelectQuery | SelectSetQuery | Placeholder | HogQLXTag | Field | None") [assignment]
posthog/hogql/resolver.py:0: error: Incompatible types in assignment (expression has type "TableType", variable has type "LazyTableType") [assignment]
posthog/hogql/resolver.py:0: error: Incompatible types in assignment (expression has type "Type | None", target has type "Type") [assignment]
posthog/hogql/resolver.py:0: error: Item "None" of "Database | None" has no attribute "get_table_by_chain" [union-attr]
posthog/hogql/resolver.py:0: error: Item "None" of "Type | None" has no attribute "resolve_constant_type" [union-attr]
posthog/hogql/resolver.py:0: error: Item "None" of "Type | None" has no attribute "resolve_constant_type" [union-attr]
posthog/hogql/resolver.py:0: error: Item "None" of "Type | None" has no attribute "resolve_constant_type" [union-attr]
posthog/hogql/resolver.py:0: error: Need type annotation for "columns_with_visible_alias" (hint: "columns_with_visible_alias: dict[<type>, <type>] = ...") [var-annotated]
posthog/hogql/resolver.py:0: error: Statement is unreachable [unreachable]
posthog/hogql/resolver.py:0: error: Statement is unreachable [unreachable]
posthog/hogql/resolver.py:0: error: Statement is unreachable [unreachable]
posthog/hogql/resolver.py:0: error: Statement is unreachable [unreachable]
posthog/hogql/resolver.py:0: error: Statement is unreachable [unreachable]
posthog/hogql/resolver.py:0: error: Value of type variable "T_AST" of "clone_expr" cannot be "SelectQuery | SelectSetQuery | Placeholder | HogQLXTag | Field | None" [type-var]
posthog/hogql/transforms/in_cohort.py:0: error: Argument "table" to "JoinExpr" has incompatible type "Expr"; expected "SelectQuery | SelectSetQuery | Placeholder | HogQLXTag | Field | None" [arg-type]
posthog/hogql/transforms/in_cohort.py:0: error: Argument 2 to "resolve_types" has incompatible type "HogQLContext | None"; expected "HogQLContext" [arg-type]
posthog/hogql/transforms/in_cohort.py:0: error: Argument 2 to "resolve_types" has incompatible type "HogQLContext | None"; expected "HogQLContext" [arg-type]
posthog/hogql/transforms/in_cohort.py:0: error: Argument 2 to "resolve_types" has incompatible type "HogQLContext | None"; expected "HogQLContext" [arg-type]
posthog/hogql/transforms/in_cohort.py:0: error: Argument 2 to "resolve_types" has incompatible type "HogQLContext | None"; expected "HogQLContext" [arg-type]
posthog/hogql/transforms/in_cohort.py:0: error: Item "Expr" of "Expr | Any" has no attribute "left" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "Expr" of "Expr | Any" has no attribute "right" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "None" of "HogQLContext | None" has no attribute "add_notice" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "None" of "HogQLContext | None" has no attribute "add_notice" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "None" of "HogQLContext | None" has no attribute "project_id" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "None" of "HogQLContext | None" has no attribute "project_id" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "None" of "JoinConstraint | None" has no attribute "expr" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: Item "None" of "JoinConstraint | None" has no attribute "expr" [union-attr]
posthog/hogql/transforms/in_cohort.py:0: error: List item 0 has incompatible type "SelectQueryType | None"; expected "SelectQueryType" [list-item]
posthog/hogql/transforms/in_cohort.py:0: error: List item 0 has incompatible type "SelectQueryType | None"; expected "SelectQueryType" [list-item]
posthog/hogql/transforms/in_cohort.py:0: error: List item 0 has incompatible type "SelectQueryType | None"; expected "SelectQueryType" [list-item]
posthog/hogql/transforms/in_cohort.py:0: error: List item 0 has incompatible type "SelectQueryType | None"; expected "SelectQueryType" [list-item]
posthog/hogql/transforms/lazy_tables.py:0: error: Incompatible types in assignment (expression has type "BaseTableType | SelectSetQueryType | SelectQueryType | SelectQueryAliasType", variable has type "SelectQueryAliasType | None") [assignment]
posthog/hogql/transforms/lazy_tables.py:0: error: Incompatible types in assignment (expression has type "dict[Never, Never]", variable has type "list[ConstraintOverride]") [assignment]
posthog/hogql/transforms/lazy_tables.py:0: error: Name "chain" already defined on line 0 [no-redef]
posthog/hogql/utils.py:0: error: Argument 2 to "_deserialize" has incompatible type "type[Any] | str | Any"; expected "type" [arg-type]
posthog/hogql/utils.py:0: error: Incompatible types in assignment (expression has type "AST | Any", variable has type "list[AST | Any]") [assignment]
posthog/hogql/visitor.py:0: error: Argument "expr" to "ThrowStatement" has incompatible type "Any | None"; expected "Expr" [arg-type]
posthog/hogql_queries/insights/funnels/base.py:0: error: Incompatible type for lookup 'pk': (got "str | int | None", expected "str | int") [misc]
posthog/hogql_queries/insights/test/test_paginators.py:0: error: Value of type "object" is not indexable [index]
posthog/hogql_queries/insights/test/test_paginators.py:0: error: Value of type "object" is not indexable [index]
posthog/hogql_queries/insights/test/test_paginators.py:0: error: Value of type "object" is not indexable [index]
posthog/hogql_queries/insights/trends/test/test_trends.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/hogql_queries/insights/trends/test/test_trends.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/hogql_queries/insights/trends/trends_query_runner.py:0: error: Argument 1 to "dict" has incompatible type "Any | None"; expected "SupportsKeysAndGetItem[Any, Any]" [arg-type]
posthog/hogql_queries/insights/trends/trends_query_runner.py:0: error: Argument 1 to "dict" has incompatible type "Any | None"; expected "SupportsKeysAndGetItem[Any, Any]" [arg-type]
posthog/hogql_queries/legacy_compatibility/filter_to_query.py:0: error: Dict entry 0 has incompatible type "str": "FunnelsFilter"; expected "str": "TrendsFilter" [dict-item]
posthog/hogql_queries/legacy_compatibility/filter_to_query.py:0: error: Dict entry 0 has incompatible type "str": "LifecycleFilter"; expected "str": "TrendsFilter" [dict-item]
posthog/hogql_queries/legacy_compatibility/filter_to_query.py:0: error: Dict entry 0 has incompatible type "str": "PathsFilter"; expected "str": "TrendsFilter" [dict-item]
posthog/hogql_queries/legacy_compatibility/filter_to_query.py:0: error: Dict entry 0 has incompatible type "str": "StickinessFilter"; expected "str": "TrendsFilter" [dict-item]
posthog/hogql_queries/legacy_compatibility/test/test_filter_to_query.py:0: error: Name "filter" already defined on line 0 [no-redef]
posthog/hogql_queries/test/test_query_runner.py:0: error: Invalid base class "TestQueryRunner" [misc]
posthog/hogql_queries/test/test_query_runner.py:0: error: Variable "TestQueryRunner" is not valid as a type [valid-type]
posthog/hogql_queries/utils/query_date_range.py:0: error: Incompatible default for argument "source" (default has type "None", argument has type "Expr") [assignment]
posthog/hogql_queries/utils/query_date_range.py:0: error: Item "None" of "IntervalType | None" has no attribute "name" [union-attr]
posthog/hogql_queries/web_analytics/test/test_web_stats_table.py:0: error: Need type annotation for "prev_pathname" [var-annotated]
posthog/hogql_queries/web_analytics/test/test_web_stats_table.py:0: error: Need type annotation for "prev_scroll" [var-annotated]
posthog/management/commands/background_delete_model.py:0: error: Item "None" of "Any | None" has no attribute "split" [union-attr]
posthog/management/commands/fix_future_person_created_at.py:0: error: Argument "version" to "create_person" has incompatible type "int | None"; expected "int" [arg-type]
posthog/management/commands/migrate_experiments.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/management/commands/migrate_retention_show_mean.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/management/commands/migrate_retention_show_mean.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/management/commands/sync_persons_to_clickhouse.py:0: error: Argument "group_type_index" to "raw_create_group_ch" has incompatible type "int"; expected "Literal[0, 1, 2, 3, 4]" [arg-type]
posthog/management/commands/test/test_add_question_ids_to_surveys.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/management/commands/test/test_add_question_ids_to_surveys.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/management/commands/test/test_add_question_ids_to_surveys.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/management/commands/test/test_add_question_ids_to_surveys.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/management/commands/warehouse_last_incremental_value_sync.py:0: error: Argument 3 to "get_value" of "ConfigProvider" has incompatible type "str | None"; expected "str" [arg-type]
posthog/migrations/0228_fix_tile_layouts.py:0: error: Argument 2 to "RunPython" has incompatible type "Callable[[Migration, Any], None]"; expected "_CodeCallable | None" [arg-type]
posthog/migrations/0237_remove_timezone_from_teams.py:0: error: Argument 2 to "RunPython" has incompatible type "Callable[[Migration, Any], None]"; expected "_CodeCallable | None" [arg-type]
posthog/migrations/0284_improved_caching_state_idx.py:0: error: Cannot override class variable (previously declared on base class "Migration") with instance variable [misc]
posthog/models/action/action.py:0: error: Argument 1 to "len" has incompatible type "str | None"; expected "Sized" [arg-type]
posthog/models/action/action.py:0: error: Need type annotation for "events" [var-annotated]
posthog/models/alert.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/models/alert.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/cohort/cohort.py:0: error: Need type annotation for "people" [var-annotated]
posthog/models/dashboard.py:0: error: Need type annotation for "insights" [var-annotated]
posthog/models/event/util.py:0: error: Incompatible types in assignment (expression has type "str", variable has type "datetime") [assignment]
posthog/models/exported_asset.py:0: error: Value of type variable "_StrOrPromiseT" of "slugify" cannot be "str | None" [type-var]
posthog/models/filters/mixins/common.py:0: error: Incompatible return value type (got "Any | None", expected "bool") [return-value]
posthog/models/filters/mixins/simplify.py:0: error: "SimplifyFilterMixin" has no attribute "_data" [attr-defined]
posthog/models/filters/mixins/simplify.py:0: error: "T" has no attribute "_data" [attr-defined]
posthog/models/filters/mixins/simplify.py:0: error: "T" has no attribute "_group_set_property" [attr-defined]
posthog/models/filters/mixins/simplify.py:0: error: "T" has no attribute "_simplify_entity" [attr-defined]
posthog/models/filters/mixins/simplify.py:0: error: "T" has no attribute "_simplify_property_group" [attr-defined]
posthog/models/filters/mixins/simplify.py:0: error: "T" has no attribute "shallow_clone" [attr-defined]
posthog/models/filters/mixins/simplify.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/models/organization.py:0: error: Couldn't resolve related manager 'oauth_applications' for relation 'posthog.models.oauth.OAuthApplication.organization'. [django-manager-missing]
posthog/models/organization_invite.py:0: error: Argument "level" to "join" of "User" has incompatible type "int"; expected "Level" [arg-type]
posthog/models/person/person.py:0: error: "_T" has no attribute "_add_distinct_ids" [attr-defined]
posthog/models/person/person.py:0: error: Argument "version" to "create_person" has incompatible type "int | None"; expected "int" [arg-type]
posthog/models/person/person.py:0: error: Argument 1 to "union" of "QuerySet" has incompatible type "QuerySet[PersonDistinctId, str]"; expected "QuerySet[Model, Model]" [arg-type]
posthog/models/person/person.py:0: error: Incompatible types in assignment (expression has type "list[Never]", variable has type "QuerySet[PersonDistinctId, str]") [assignment]
posthog/models/plugin.py:0: error: Argument 1 to "extract_plugin_code" has incompatible type "bytes | memoryview[int] | None"; expected "bytes" [arg-type]
posthog/models/property/util.py:0: error: Argument 1 to "append" of "list" has incompatible type "str | int"; expected "str" [arg-type]
posthog/models/property/util.py:0: error: Argument 1 to "append" of "list" has incompatible type "str | int"; expected "str" [arg-type]
posthog/models/property/util.py:0: error: Argument 1 to "append" of "list" has incompatible type "str | int"; expected "str" [arg-type]
posthog/models/property/util.py:0: error: Argument 1 to "float" has incompatible type "str | int | list[str]"; expected "str | Buffer | SupportsFloat | SupportsIndex" [arg-type]
posthog/models/property/util.py:0: error: Argument 2 to "get_materialized_column_for_property" has incompatible type "str"; expected "Literal['properties', 'group_properties', 'person_properties']" [arg-type]
posthog/models/property/util.py:0: error: Argument 3 to "format_cohort_subquery" has incompatible type "HogQLContext | None"; expected "HogQLContext" [arg-type]
posthog/models/property/util.py:0: error: Argument 3 to "format_filter_query" has incompatible type "HogQLContext | None"; expected "HogQLContext" [arg-type]
posthog/models/property/util.py:0: error: Incompatible return value type (got "str", expected "Literal['exact', 'is_not', 'icontains', 'not_icontains', 'regex', 'not_regex', 'gt', 'lt', 'gte', 'lte', 'is_set', 'is_not_set', 'is_date_exact', 'is_date_after', 'is_date_before', 'in', 'not_in']") [return-value]
posthog/models/property/util.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/models/subscription.py:0: error: Argument 2 to "SubscriptionResourceInfo" has incompatible type "str | None"; expected "str" [arg-type]
posthog/models/team/team.py:0: error: Argument 1 to "union" of "QuerySet" has incompatible type "QuerySet[OrganizationMembership, int]"; expected "QuerySet[Model, Model]" [arg-type]
posthog/models/team/team.py:0: error: Argument 1 to "union" of "QuerySet" has incompatible type "QuerySet[RoleMembership, int]"; expected "QuerySet[Model, Model]" [arg-type]
posthog/models/team/team.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/models/team/team.py:0: error: Statement is unreachable [unreachable]
posthog/models/team/team.py:0: error: Statement is unreachable [unreachable]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_hog_function.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_organization_model.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/models/test/test_remote_config.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_remote_config.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/test/test_remote_config.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/models/user.py:0: error: "User" has no attribute "social_auth" [attr-defined]
posthog/models/user.py:0: error: "User" has no attribute "social_auth" [attr-defined]
posthog/models/user.py:0: error: Cannot override class variable (previously declared on base class "AbstractBaseUser") with instance variable [misc]
posthog/models/user.py:0: error: Cannot override class variable (previously declared on base class "AbstractUser") with instance variable [misc]
posthog/models/user.py:0: error: Cannot override writeable attribute with read-only property [override]
posthog/models/user.py:0: error: Couldn't resolve related manager 'oauth_access_tokens' for relation 'posthog.models.oauth.OAuthAccessToken.user'. [django-manager-missing]
posthog/models/user.py:0: error: Couldn't resolve related manager 'oauth_grants' for relation 'posthog.models.oauth.OAuthGrant.user'. [django-manager-missing]
posthog/models/user.py:0: error: Couldn't resolve related manager 'oauth_id_tokens' for relation 'posthog.models.oauth.OAuthIDToken.user'. [django-manager-missing]
posthog/models/user.py:0: error: Couldn't resolve related manager 'oauth_refresh_tokens' for relation 'posthog.models.oauth.OAuthRefreshToken.user'. [django-manager-missing]
posthog/models/user.py:0: error: Couldn't resolve related manager 'oauthapplication_set' for relation 'posthog.models.oauth.OAuthApplication.user'. [django-manager-missing]
posthog/models/user.py:0: error: Incompatible types in assignment (expression has type "None", base class "AbstractUser" defined the type as "str") [assignment]
posthog/models/user.py:0: error: Incompatible types in assignment (expression has type "posthog.models.user.UserManager[Any]", base class "AbstractUser" defined the type as "django.contrib.auth.models.UserManager[User]") [assignment]
posthog/models/user.py:0: error: Incompatible types in assignment (expression has type "type[User]", base class "BaseManager" defined the type as "type[_T]") [assignment]
posthog/models/user.py:0: error: Need type annotation for "all_accessible_team_ids" (hint: "all_accessible_team_ids: set[<type>] = ...") [var-annotated]
posthog/permissions.py:0: error: Argument 2 to "feature_enabled" has incompatible type "str | None"; expected "str" [arg-type]
posthog/plugins/utils.py:0: error: Statement is unreachable [unreachable]
posthog/plugins/utils.py:0: error: Subclass of "str" and "bytes" cannot exist: have distinct disjoint bases [unreachable]
posthog/queries/actor_base_query.py:0: error: Incompatible types (expression has type "datetime", TypedDict item "created_at" has type "str | None") [typeddict-item]
posthog/queries/actor_base_query.py:0: error: Incompatible types (expression has type "datetime", TypedDict item "created_at" has type "str | None") [typeddict-item]
posthog/queries/app_metrics/historical_exports.py:0: error: Argument 1 to "loads" has incompatible type "str | None"; expected "str | bytes | bytearray" [arg-type]
posthog/queries/app_metrics/historical_exports.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/queries/app_metrics/test/test_app_metrics.py:0: error: Argument 3 to "AppMetricsErrorDetailsQuery" has incompatible type "AppMetricsRequestSerializer"; expected "AppMetricsErrorsRequestSerializer" [arg-type]
posthog/queries/app_metrics/test/test_app_metrics.py:0: error: Argument 3 to "AppMetricsErrorDetailsQuery" has incompatible type "AppMetricsRequestSerializer"; expected "AppMetricsErrorsRequestSerializer" [arg-type]
posthog/queries/app_metrics/test/test_app_metrics.py:0: error: Argument 3 to "AppMetricsErrorDetailsQuery" has incompatible type "AppMetricsRequestSerializer"; expected "AppMetricsErrorsRequestSerializer" [arg-type]
posthog/queries/breakdown_props.py:0: error: Argument 1 to "translate_hogql" has incompatible type "str | int"; expected "str" [arg-type]
posthog/queries/breakdown_props.py:0: error: Incompatible return value type (got "str | None", expected "str") [return-value]
posthog/queries/breakdown_props.py:0: error: Incompatible type for lookup 'pk': (got "str | None", expected "str | int") [misc]
posthog/queries/column_optimizer/foss_column_optimizer.py:0: error: Argument 2 to "get_materialized_column_for_property" has incompatible type "str"; expected "Literal['properties', 'group_properties', 'person_properties']" [arg-type]
posthog/queries/event_query/event_query.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/queries/foss_cohort_query.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/queries/funnels/base.py:0: error: "object" has no attribute "append" [attr-defined]
posthog/queries/funnels/base.py:0: error: "object" has no attribute "append" [attr-defined]
posthog/queries/funnels/base.py:0: error: Argument 1 to "translate_hogql" has incompatible type "str | int"; expected "str" [arg-type]
posthog/queries/funnels/base.py:0: error: Argument 2 to "_get_step_col" of "ClickhouseFunnelBase" has incompatible type "int | None"; expected "int" [arg-type]
posthog/queries/funnels/base.py:0: error: Incompatible types in assignment (expression has type "int | str | None", variable has type "str | None") [assignment]
posthog/queries/funnels/base.py:0: error: Unsupported right operand type for in ("object") [operator]
posthog/queries/funnels/base.py:0: error: Unsupported right operand type for in ("object") [operator]
posthog/queries/funnels/test/test_funnel.py:0: error: Unsupported dynamic base class "funnel_breakdown_test_factory" [misc]
posthog/queries/funnels/test/test_funnel.py:0: error: Unsupported dynamic base class "funnel_conversion_time_test_factory" [misc]
posthog/queries/funnels/test/test_funnel.py:0: error: Unsupported dynamic base class "funnel_test_factory" [misc]
posthog/queries/person_query.py:0: error: Incompatible type for lookup 'pk': (got "str | int | list[str]", expected "str | int") [misc]
posthog/queries/test/test_trends.py:0: error: Item "None" of "timedelta | Any | None" has no attribute "total_seconds" [union-attr]
posthog/queries/test/test_trends.py:0: error: Item "None" of "tzinfo | None" has no attribute "utcoffset" [union-attr]
posthog/queries/trends/trends_actors.py:0: error: Incompatible type for lookup 'pk': (got "str | None", expected "str | int") [misc]
posthog/queries/trends/util.py:0: error: Argument 1 to "translate_hogql" has incompatible type "str | None"; expected "str" [arg-type]
posthog/rbac/test/test_field_access_control.py:0: error: Team has no field named 'session_recording_opt_in' [misc]
posthog/rbac/test/test_field_access_control.py:0: error: TestModel has no field named 'test_field' [misc]
posthog/schema_migrations/upgrade_manager.py:0: error: Argument 1 to "upgrade" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/settings/__init__.py:0: error: Cannot determine type of "MAILJET_PUBLIC_KEY" [has-type]
posthog/settings/__init__.py:0: error: Cannot determine type of "MAILJET_SECRET_KEY" [has-type]
posthog/settings/__init__.py:0: error: Cannot determine type of "SOCIAL_AUTH_GOOGLE_OAUTH2_KEY" [has-type]
posthog/settings/__init__.py:0: error: Cannot determine type of "SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET" [has-type]
posthog/settings/data_stores.py:0: error: Name "DATABASE_URL" already defined on line 0 [no-redef]
posthog/storage/team_access_cache.py:0: error: Need type annotation for "affected_teams" (hint: "affected_teams: set[<type>] = ...") [var-annotated]
posthog/storage/team_access_cache_signal_handlers.py:0: error: Argument 1 to "_warm_cache_for_teams" has incompatible type "QuerySet[Any, Any]"; expected "set[str] | list[str]" [arg-type]
posthog/storage/team_access_cache_signal_handlers.py:0: error: Argument 1 to "_warm_cache_for_teams" has incompatible type "QuerySet[Any, Any]"; expected "set[str] | list[str]" [arg-type]
posthog/storage/team_access_cache_signal_handlers.py:0: error: Argument 1 to "_warm_cache_for_teams" has incompatible type "QuerySet[Any, Any]"; expected "set[str] | list[str]" [arg-type]
posthog/storage/team_access_cache_signal_handlers.py:0: error: Incompatible types in assignment (expression has type "list[Never]", variable has type "QuerySet[Any, Any]") [assignment]
posthog/tasks/alerts/checks.py:0: error: Argument 2 to "send_notifications_for_errors" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/tasks/alerts/checks.py:0: error: Item "None" of "Any | None" has no attribute "kind" [union-attr]
posthog/tasks/alerts/test/test_alert_checks.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/tasks/alerts/test/test_alert_checks.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/tasks/alerts/test/test_alert_checks.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/tasks/alerts/trends.py:0: error: Argument 1 to "extend" of "list" has incompatible type "Any | None"; expected "Iterable[TrendResult]" [arg-type]
posthog/tasks/alerts/trends.py:0: error: Unsupported right operand type for in ("Any | None") [operator]
posthog/tasks/alerts/trends.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/tasks/email.py:0: error: Argument "email" to "add_recipient" of "EmailMessage" has incompatible type "str | None"; expected "str" [arg-type]
posthog/tasks/email.py:0: error: Incompatible types in assignment (expression has type "Team | None", variable has type "Team") [assignment]
posthog/tasks/email.py:0: error: Item "None" of "User | None" has no attribute "first_name" [union-attr]
posthog/tasks/email.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/tasks/exports/csv_exporter.py:0: error: Argument 3 to "get_from_hogql_query" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/tasks/exports/csv_exporter.py:0: error: Argument 3 to "get_from_insights_api" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/tasks/exports/csv_exporter.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/tasks/exports/csv_exporter.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/tasks/exports/csv_exporter.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/tasks/exports/image_exporter.py:0: error: Argument 2 to "process_query_dict" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Argument 1 to "BytesIO" has incompatible type "bytes | memoryview[int] | None"; expected "Buffer" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Argument 1 to "read" has incompatible type "str | None"; expected "str" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Argument 1 to "read" has incompatible type "str | None"; expected "str" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Argument 1 to "read" has incompatible type "str | None"; expected "str" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Argument 1 to "read" has incompatible type "str | None"; expected "str" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Argument 1 to "read" has incompatible type "str | None"; expected "str" [arg-type]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a return type annotation [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Item "None" of "bytes | memoryview[int] | None" has no attribute "decode" [union-attr]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Item "None" of "bytes | memoryview[int] | None" has no attribute "decode" [union-attr]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Item "memoryview[int]" of "bytes | memoryview[int] | None" has no attribute "decode" [union-attr]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Item "memoryview[int]" of "bytes | memoryview[int] | None" has no attribute "decode" [union-attr]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Unsupported target for indexed assignment ("Any | None") [index]
posthog/tasks/exports/test/test_csv_exporter_renders.py:0: error: Unsupported target for indexed assignment ("Any | None") [index]
posthog/tasks/exports/test/test_csv_exporter_url_sanitising.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_csv_exporter_url_sanitising.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_export_utils.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_export_utils.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_export_utils.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_image_exporter.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_image_exporter.py:0: error: Function is missing a type annotation [no-untyped-def]
posthog/tasks/exports/test/test_image_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_image_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/exports/test/test_image_exporter.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
posthog/tasks/tasks.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/tasks/test/test_process_scheduled_changes.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/tasks/test/test_process_scheduled_changes.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/tasks/test/test_stop_surveys_reached_target.py:0: error: No overload variant of "__sub__" of "datetime" matches argument type "None" [operator]
posthog/tasks/test/test_stop_surveys_reached_target.py:0: error: No overload variant of "__sub__" of "datetime" matches argument type "None" [operator]
posthog/tasks/test/test_update_survey_adaptive_sampling.py:0: error: Argument 1 to "loads" has incompatible type "Any | None"; expected "str | bytes | bytearray" [arg-type]
posthog/tasks/test/test_update_survey_iteration.py:0: error: Item "None" of "FeatureFlag | None" has no attribute "filters" [union-attr]
posthog/tasks/test/test_warehouse.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/tasks/update_survey_iteration.py:0: error: Incompatible types in assignment (expression has type "ForeignKey[Any, _ST] | Any", variable has type "FeatureFlag | Combinable | None") [assignment]
posthog/tasks/update_survey_iteration.py:0: error: Item "None" of "FeatureFlag | None" has no attribute "filters" [union-attr]
posthog/tasks/update_survey_iteration.py:0: error: Item "None" of "FeatureFlag | None" has no attribute "filters" [union-attr]
posthog/tasks/update_survey_iteration.py:0: error: Item "None" of "FeatureFlag | None" has no attribute "save" [union-attr]
posthog/tasks/warehouse.py:0: error: Item "None" of "Any | None" has no attribute "keys" [union-attr]
posthog/tasks/warehouse.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/temporal/data_imports/pipelines/pipeline/hogql_schema.py:0: error: "Array[Any]" has no attribute "as_py" [attr-defined]
posthog/temporal/data_imports/pipelines/pipeline/test/test_pipeline_utils.py:0: error: Argument 1 to "schema" has incompatible type "list[object]"; expected "Iterable[Field[Any]] | Iterable[tuple[str, DataType]] | Mapping[str, DataType]" [arg-type]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: "Array[Any]" has no attribute "as_py" [attr-defined]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: "Array[Any]" has no attribute "as_py" [attr-defined]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: Argument 1 to "Decimal" has incompatible type "Any | None"; expected "Decimal | float | str | tuple[int, Sequence[int], int]" [arg-type]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: Argument 1 to "__call__" of "_UFunc_Nin1_Nout1" has incompatible type "Any | None"; expected "int | float | complex | str | bytes | generic" [arg-type]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: Argument 3 to "set_column" of "Table" has incompatible type "ChunkedArray[Any]"; expected "Array[Any] | list[Any]" [arg-type]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: Argument 3 to "set_column" of "Table" has incompatible type "ChunkedArray[Scalar[TimestampType[Literal['us'], None]]]"; expected "Array[Any] | list[Any]" [arg-type]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: List comprehension has incompatible type List[str | None]; expected List[bool | None] [misc]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: No overload variant of "array" matches argument types "list[None]", "object" [call-overload]
posthog/temporal/data_imports/pipelines/pipeline/utils.py:0: error: Statement is unreachable [unreachable]
posthog/temporal/data_imports/pipelines/pipeline_sync.py:0: error: Incompatible types in assignment (expression has type "dict[str, dict[str, str | bool]] | dict[str, str]", variable has type "dict[str, dict[str, str]]") [assignment]
posthog/temporal/data_imports/pipelines/pipeline_sync.py:0: error: Incompatible types in assignment (expression has type "object", variable has type "DataWarehouseCredential | Combinable | None") [assignment]
posthog/temporal/data_imports/pipelines/pipeline_sync.py:0: error: Incompatible types in assignment (expression has type "object", variable has type "str | int | Combinable") [assignment]
posthog/temporal/data_imports/pipelines/pipeline_sync.py:0: error: Item "None" of "dict[str, str] | None" has no attribute "get" [union-attr]
posthog/temporal/data_imports/sources/chargebee/chargebee.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_imports/sources/chargebee/chargebee.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_imports/sources/chargebee/chargebee.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_imports/sources/chargebee/chargebee.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_imports/sources/chargebee/chargebee.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_imports/sources/chargebee/chargebee.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument "base_url" to "RESTClient" has incompatible type "str | None"; expected "str" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 1 to "build_resource_dependency_graph" has incompatible type "EndpointResourceBase | dict[Any, Any] | None"; expected "EndpointResourceBase" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 1 to "exclude_keys" has incompatible type "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None"; expected "Mapping[str, Any]" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 1 to "setup_incremental_object" has incompatible type "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None"; expected "dict[str, Any]" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 2 to "convert_types" has incompatible type "dict[str, TColumnSchema] | Sequence[TColumnSchema] | BaseModel | type[BaseModel] | Callable[[Any], dict[str, TColumnSchema] | Sequence[TColumnSchema] | BaseModel | type[BaseModel]] | None"; expected "dict[str, dict[str, Any]] | None" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 2 to "convert_types" has incompatible type "dict[str, TColumnSchema] | Sequence[TColumnSchema] | BaseModel | type[BaseModel] | Callable[[Any], dict[str, TColumnSchema] | Sequence[TColumnSchema] | BaseModel | type[BaseModel]] | None"; expected "dict[str, dict[str, Any]] | None" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 2 to "source" has incompatible type "str | None"; expected "str" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 3 to "source" has incompatible type "str | None"; expected "str" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 4 to "source" has incompatible type "int | None"; expected "int" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 6 to "source" has incompatible type "Schema | None"; expected "Schema" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 7 to "source" has incompatible type "Literal['evolve', 'discard_value', 'freeze', 'discard_row'] | TSchemaContractDict | None"; expected "Literal['evolve', 'discard_value', 'freeze', 'discard_row'] | TSchemaContractDict" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Argument 8 to "source" has incompatible type "type[BaseConfiguration] | None"; expected "type[BaseConfiguration]" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Incompatible default for argument "resolved_param" (default has type "ResolvedParam | None", argument has type "ResolvedParam") [assignment]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Incompatible types in assignment (expression has type "list[str] | None", variable has type "list[str]") [assignment]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Need type annotation for "resource_defaults" [var-annotated]
posthog/temporal/data_imports/sources/common/rest_source/__init__.py:0: error: Not all union combinations were tried because there are too many unions [misc]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Argument 1 to "get_auth_class" has incompatible type "Literal['bearer', 'api_key', 'http_basic'] | None"; expected "Literal['bearer', 'api_key', 'http_basic']" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Argument 1 to "single_entity_path" has incompatible type "str | None"; expected "str" [arg-type]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Dict entry 2 has incompatible type "Literal['auto']": "None"; expected "Literal['json_response', 'header_link', 'auto', 'single_page', 'cursor', 'offset', 'page_number']": "type[BasePaginator]" [dict-item]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Incompatible return value type (got "tuple[TopologicalSorter[Any], dict[str, EndpointResource], dict[str, ResolvedParam]]", expected "tuple[Any, dict[str, EndpointResource], dict[str, ResolvedParam | None]]") [return-value]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Incompatible types in assignment (expression has type "None", target has type "ResolvedParam") [assignment]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "AuthConfigBase") [assignment]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Incompatible types in assignment (expression has type "str | None", variable has type "str") [assignment]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Incompatible types in assignment (expression has type "str | None", variable has type "str") [assignment]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Item "None" of "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None" has no attribute "items" [union-attr]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Item "None" of "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None" has no attribute "pop" [union-attr]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Item "None" of "str | None" has no attribute "format" [union-attr]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Need type annotation for "dependency_graph" [var-annotated]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Statement is unreachable [unreachable]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unpacked dict entry 0 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [dict-item]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unpacked dict entry 0 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, ResolveParamConfig | IncrementalParamConfig | Any]" [dict-item]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unpacked dict entry 1 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [dict-item]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unpacked dict entry 1 has incompatible type "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None"; expected "SupportsKeysAndGetItem[str, ResolveParamConfig | IncrementalParamConfig | Any]" [dict-item]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unsupported right operand type for in ("dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None") [operator]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unsupported right operand type for in ("dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None") [operator]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Unsupported right operand type for in ("str | Endpoint | None") [operator]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Value of type "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None" is not indexable [index]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Value of type "dict[str, ResolveParamConfig | IncrementalParamConfig | Any] | None" is not indexable [index]
posthog/temporal/data_imports/sources/common/rest_source/config_setup.py:0: error: Value of type variable "StrOrLiteralStr" of "parse" of "Formatter" cannot be "str | None" [type-var]
posthog/temporal/data_imports/sources/zendesk/zendesk.py:0: error: Unused "type: ignore" comment [unused-ignore]
posthog/temporal/data_modeling/run_workflow.py:0: error: Incompatible types in assignment (expression has type "tuple[str, tuple[Constant, ...]] | None", variable has type "tuple[str, tuple[Constant, ...]]") [assignment]
posthog/temporal/data_modeling/run_workflow.py:0: error: Need type annotation for "matching_paths" (hint: "matching_paths: list[<type>] = ...") [var-annotated]
posthog/temporal/data_modeling/run_workflow.py:0: error: No overload variant of "utf8_slice_codeunits" matches argument types "Array[Scalar[StringType]]", "int", "int" [call-overload]
posthog/temporal/data_modeling/run_workflow.py:0: error: Statement is unreachable [unreachable]
posthog/temporal/data_modeling/run_workflow.py:0: error: Too many arguments [call-arg]
posthog/temporal/data_modeling/run_workflow.py:0: error: Too many arguments [call-arg]
posthog/temporal/data_modeling/run_workflow.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/temporal/product_analytics/upgrade_queries_activities.py:0: error: Argument 1 to "upgrade" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/temporal/tests/common/test_error_tracking.py:0: error: Incompatible types in assignment (expression has type "OptionallyFailingInputs", variable has type "OptionallyFailingInputsWithPropertiesToLog") [assignment]
posthog/temporal/tests/data_imports/conftest.py:0: error: Incompatible types in assignment (expression has type "ExternalDataJob | None", variable has type "ExternalDataJob") [assignment]
posthog/temporal/tests/data_imports/test_end_to_end.py:0: error: Incompatible types in assignment (expression has type "ExternalDataJob | None", variable has type "ExternalDataJob") [assignment]
posthog/temporal/tests/data_imports/test_end_to_end.py:0: error: Incompatible types in assignment (expression has type "ExternalDataJob | None", variable has type "ExternalDataJob") [assignment]
posthog/temporal/tests/data_modeling/test_run_workflow.py:0: error: Argument 1 to "from_arrays" of "RecordBatch" has incompatible type "list[object]"; expected "Collection[Array[Any]] | Collection[ChunkedArray[Any]]" [arg-type]
posthog/temporal/tests/data_modeling/test_run_workflow.py:0: error: Argument 1 to "from_arrays" of "RecordBatch" has incompatible type "list[object]"; expected "Collection[Array[Any]] | Collection[ChunkedArray[Any]]" [arg-type]
posthog/temporal/tests/test_codec_server.py:0: error: Argument 4 to "post" of "Client" has incompatible type "**dict[str, str]"; expected "Mapping[Any, Any] | None" [arg-type]
posthog/temporal/tests/test_codec_server.py:0: error: Argument 4 to "post" of "Client" has incompatible type "**dict[str, str]"; expected "Mapping[Any, Any] | None" [arg-type]
posthog/temporal/tests/test_codec_server.py:0: error: Argument 4 to "post" of "Client" has incompatible type "**dict[str, str]"; expected "Mapping[str, Any] | None" [arg-type]
posthog/temporal/tests/test_codec_server.py:0: error: Argument 4 to "post" of "Client" has incompatible type "**dict[str, str]"; expected "Mapping[str, Any] | None" [arg-type]
posthog/temporal/tests/test_codec_server.py:0: error: Argument 4 to "post" of "Client" has incompatible type "**dict[str, str]"; expected "bool" [arg-type]
posthog/temporal/tests/test_codec_server.py:0: error: Argument 4 to "post" of "Client" has incompatible type "**dict[str, str]"; expected "bool" [arg-type]
posthog/test/activity_logging/test_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_alert_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_annotation_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_organization_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/activity_logging/test_tag_activity_logging.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/base.py:0: error: "MemoryLeakTestMixin" has no attribute "assertLessEqual" [attr-defined]
posthog/test/base.py:0: error: "MemoryLeakTestMixin" has no attribute "assertLessEqual" [attr-defined]
posthog/test/base.py:0: error: Function "builtins.any" is not valid as a type [valid-type]
posthog/test/base.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "Organization") [assignment]
posthog/test/base.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "OrganizationMembership") [assignment]
posthog/test/base.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "Project") [assignment]
posthog/test/base.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "Team") [assignment]
posthog/test/base.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "User") [assignment]
posthog/test/base.py:0: error: Incompatible types in assignment (expression has type "StateApps", variable has type "None") [assignment]
posthog/test/base.py:0: error: Item "None" of "AppConfig | None" has no attribute "name" [union-attr]
posthog/test/base.py:0: error: Item "None" of "FrameType | Any | None" has no attribute "f_locals" [union-attr]
posthog/test/base.py:0: error: Item "None" of "FrameType | Any | None" has no attribute "f_locals" [union-attr]
posthog/test/base.py:0: error: Item "None" of "FrameType | Any | None" has no attribute "f_locals" [union-attr]
posthog/test/base.py:0: error: Item "None" of "FrameType | None" has no attribute "f_back" [union-attr]
posthog/test/base.py:0: error: Item "None" of "FrameType | None" has no attribute "f_back" [union-attr]
posthog/test/base.py:0: error: Item "None" of "FrameType | None" has no attribute "f_back" [union-attr]
posthog/test/base.py:0: error: Module has no attribute "configure" [attr-defined]
posthog/test/test_health.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/test/test_health.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/test/test_health.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/test/test_health.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/test/test_health.py:0: error: "HttpResponse" has no attribute "json" [attr-defined]
posthog/test/test_health.py:0: error: Incompatible return value type (got "_MonkeyPatchedWSGIResponse", expected "HttpResponse") [return-value]
posthog/test/test_health.py:0: error: Incompatible return value type (got "_MonkeyPatchedWSGIResponse", expected "HttpResponse") [return-value]
posthog/test/test_migration_0273.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/test_migration_0273.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/test/test_migration_0385.py:0: error: Statement is unreachable [unreachable]
posthog/test/test_migration_0385.py:0: error: Statement is unreachable [unreachable]
posthog/test/test_migration_0421.py:0: error: Statement is unreachable [unreachable]
posthog/test/test_migration_0421.py:0: error: Statement is unreachable [unreachable]
posthog/test/test_migration_0459.py:0: error: Statement is unreachable [unreachable]
posthog/test/test_migration_0459.py:0: error: Statement is unreachable [unreachable]
posthog/test/test_plugin_log_entry.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "datetime" [attr-defined]
posthog/test/test_plugin_log_entry.py:0: error: Module "django.utils.timezone" does not explicitly export attribute "timedelta" [attr-defined]
posthog/test/test_survey_question_ids.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/test/test_utils.py:0: error: Argument 5 to "post" of "_RequestFactory" has incompatible type "**dict[str, str]"; expected "Mapping[Any, Any] | None" [arg-type]
posthog/test/test_utils.py:0: error: Argument 5 to "post" of "_RequestFactory" has incompatible type "**dict[str, str]"; expected "Mapping[str, Any] | None" [arg-type]
posthog/udf_versioner.py:0: error: Argument 2 to "insert" of "Element" has incompatible type "Element[_ElementCallable]"; expected "Element[str]" [arg-type]
posthog/udf_versioner.py:0: error: Argument 2 to "search" has incompatible type "str | Any | None"; expected "str" [arg-type]
posthog/udf_versioner.py:0: error: Item "None" of "Element[str] | None" has no attribute "text" [union-attr]
posthog/udf_versioner.py:0: error: Item "None" of "Element[str] | None" has no attribute "text" [union-attr]
posthog/udf_versioner.py:0: error: Item "None" of "Element[str] | None" has no attribute "text" [union-attr]
posthog/user_permissions.py:0: error: Incompatible return value type (got "int", expected "Level | None") [return-value]
posthog/user_permissions.py:0: error: Incompatible return value type (got "int", expected "RestrictionLevel") [return-value]
posthog/utils.py:0: error: Argument 1 to "asdict" has incompatible type "DataclassInstance | type[DataclassInstance]"; expected "DataclassInstance" [arg-type]
posthog/warehouse/api/external_data_schema.py:0: error: Argument "should_sync" to "sync_external_data_job_workflow" has incompatible type "Any | None"; expected "bool" [arg-type]
posthog/warehouse/api/external_data_schema.py:0: error: Incompatible return value type (got "str | None", expected "SyncType | None") [return-value]
posthog/warehouse/api/external_data_source.py:0: error: Incompatible return value type (got "Any | None", expected "str") [return-value]
posthog/warehouse/api/lineage.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/warehouse/api/lineage.py:0: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable) [union-attr]
posthog/warehouse/api/table.py:0: error: Item "None" of "Any | None" has no attribute "keys" [union-attr]
posthog/warehouse/api/table.py:0: error: Unsupported target for indexed assignment ("Any | None") [index]
posthog/warehouse/api/table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/test/test_saved_query.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/test/test_saved_query.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/test/test_saved_query_draft.py:0: error: Item "None" of "DataWarehouseSavedQuery | None" has no attribute "id" [union-attr]
posthog/warehouse/api/test/test_table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_key" [union-attr]
posthog/warehouse/api/test/test_table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_key" [union-attr]
posthog/warehouse/api/test/test_table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_secret" [union-attr]
posthog/warehouse/api/test/test_table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_secret" [union-attr]
posthog/warehouse/api/test/test_table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/api/test/test_table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/data_load/create_table.py:0: error: Item "None" of "DataWarehouseSavedQuery | None" has no attribute "name" [union-attr]
posthog/warehouse/data_load/create_table.py:0: error: Item "None" of "DataWarehouseSavedQuery | None" has no attribute "pk" [union-attr]
posthog/warehouse/data_load/create_table.py:0: error: Item "None" of "DataWarehouseSavedQuery | None" has no attribute "pk" [union-attr]
posthog/warehouse/data_load/create_table.py:0: error: Item "None" of "DataWarehouseSavedQuery | None" has no attribute "url_pattern" [union-attr]
posthog/warehouse/data_load/saved_query_service.py:0: error: Incompatible type for lookup 'path__contains': (got "list[Any]", expected "str") [misc]
posthog/warehouse/data_load/service.py:0: error: Incompatible return value type (got "tuple[timedelta | None, timedelta]", expected "tuple[timedelta, timedelta]") [return-value]
posthog/warehouse/data_load/service.py:0: error: Incompatible return value type (got "tuple[timedelta | None, timedelta]", expected "tuple[timedelta, timedelta]") [return-value]
posthog/warehouse/data_load/service.py:0: error: Incompatible return value type (got "tuple[timedelta | None, timedelta]", expected "tuple[timedelta, timedelta]") [return-value]
posthog/warehouse/data_load/service.py:0: error: Unsupported operand types for >= ("timedelta" and "None") [operator]
posthog/warehouse/data_load/service.py:0: error: Unsupported operand types for >= ("timedelta" and "None") [operator]
posthog/warehouse/data_load/source_templates.py:0: error: Incompatible types in assignment (expression has type "str", variable has type "ExternalDataSourceType") [assignment]
posthog/warehouse/external_data_source/jobs.py:0: error: Incompatible type for lookup 'id': (got "UUID | None", expected "UUID | str") [misc]
posthog/warehouse/models/datawarehouse_saved_query.py:0: error: Argument 2 to "process_query_dict" has incompatible type "Any | None"; expected "dict[Any, Any]" [arg-type]
posthog/warehouse/models/datawarehouse_saved_query.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/warehouse/models/datawarehouse_saved_query.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/datawarehouse_saved_query.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/datawarehouse_saved_query.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/datawarehouse_saved_query.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/join.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/warehouse/models/join.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/warehouse/models/modeling.py:0: error: No overload variant of "__add__" of "list" matches argument type "tuple[()]" [operator]
posthog/warehouse/models/modeling.py:0: error: No overload variant of "__add__" of "list" matches argument type "tuple[()]" [operator]
posthog/warehouse/models/modeling.py:0: error: No overload variant of "__add__" of "list" matches argument type "tuple[str | int, ...]" [operator]
posthog/warehouse/models/modeling.py:0: error: No overload variant of "__add__" of "list" matches argument type "tuple[str | int, ...]" [operator]
posthog/warehouse/models/modeling.py:0: error: No overload variant of "__add__" of "tuple" matches argument type "list[str | int]" [operator]
posthog/warehouse/models/modeling.py:0: error: No overload variant of "__add__" of "tuple" matches argument type "list[str | int]" [operator]
posthog/warehouse/models/modeling.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/modeling.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/ssh_tunnel.py:0: error: Incompatible types in assignment (expression has type "NoEncryption", variable has type "BestAvailableEncryption") [assignment]
posthog/warehouse/models/table.py:0: error: Incompatible return value type (got "dict[str, dict[str, object]]", expected "dict[str, dict[str, str | bool]] | dict[str, str]") [return-value]
posthog/warehouse/models/table.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "Any | None" has no attribute "keys" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_key" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_key" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_key" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_key" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_secret" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_secret" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_secret" [union-attr]
posthog/warehouse/models/table.py:0: error: Item "None" of "DataWarehouseCredential | None" has no attribute "access_secret" [union-attr]
posthog/warehouse/models/table.py:0: error: Subclass of "list[tuple[str, ...]]" and "int" cannot exist: have distinct disjoint bases [unreachable]
posthog/warehouse/models/table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/models/table.py:0: error: Value of type "Any | None" is not indexable [index]
posthog/warehouse/test/utils.py:0: error: Dict entry 1 has incompatible type "str": "str | Mapping[str, str | bool]"; expected "str": "str | bool" [dict-item]
products/batch_exports/backend/tests/temporal/destinations/test_s3_batch_export_workflow.py:0: error: Cannot assign to a method [method-assign]
products/batch_exports/backend/tests/temporal/destinations/test_s3_batch_export_workflow.py:0: error: Signature of "client" incompatible with supertype "aioboto3.session.Session" [override]
products/batch_exports/backend/tests/temporal/destinations/test_s3_batch_export_workflow.py:0: error: Signature of "client" incompatible with supertype "boto3.session.Session" [override]
products/batch_exports/backend/tests/temporal/pipeline/test_transformer.py:0: error: Incompatible types in assignment (expression has type "dict[str, str]", variable has type "str") [assignment]
products/cdp/backend/max_tools.py:0: error: Exception must be derived from BaseException [misc]
products/cdp/backend/max_tools.py:0: error: Exception must be derived from BaseException [misc]
products/cdp/backend/max_tools.py:0: error: Exception must be derived from BaseException [misc]
products/data_warehouse/backend/max_tools.py:0: error: Argument "toolkit_class" to "__init__" of "TaxonomyAgentNode" has incompatible type "HogQLGeneratorToolkit"; expected "type[TaxonomyAgentToolkit]" [arg-type]
products/data_warehouse/backend/max_tools.py:0: error: Argument "toolkit_class" to "__init__" of "TaxonomyAgentToolsNode" has incompatible type "HogQLGeneratorToolkit"; expected "type[TaxonomyAgentToolkit]" [arg-type]
products/data_warehouse/backend/max_tools.py:0: error: Value of type variable "Q" of "SchemaGeneratorOutput" cannot be "str" [type-var]
products/early_access_features/backend/migrations/0001_initial_migration.py:0: error: Need type annotation for "database_operations" (hint: "database_operations: list[<type>] = ...") [var-annotated]
products/early_access_features/backend/migrations/0002_alter_earlyaccessfeature_options_and_more.py:0: error: Need type annotation for "database_operations" (hint: "database_operations: list[<type>] = ...") [var-annotated]
products/error_tracking/backend/max_tools.py:0: error: Exception must be derived from BaseException [misc]
products/experiments/stats/tests/test_bayesian.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_bayesian.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_bayesian.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_bayesian.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/experiments/stats/tests/test_frequentist.py:0: error: Value of type "object" is not indexable [index]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Argument "source_map" to "ExternalConfig" has incompatible type "None"; expected "SourceMap" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Argument 1 to "len" has incompatible type "list[Any] | None"; expected "Sized" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Cannot determine type of "test_data_configs" [has-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Cannot determine type of "test_data_configs" [has-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Cannot determine type of "test_data_configs" [has-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Cannot determine type of "test_data_configs" [has-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Cannot determine type of "test_data_configs" [has-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Function "builtins.callable" is not valid as a type [valid-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: Function "builtins.callable" is not valid as a type [valid-type]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: List item 0 has incompatible type "SelectQuery | None"; expected "SelectQuery | SelectSetQuery" [list-item]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: List item 1 has incompatible type "SelectQuery | None"; expected "SelectQuery | SelectSetQuery" [list-item]
products/marketing_analytics/backend/hogql_queries/test_adapters.py:0: error: callable? not callable [misc]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: "Expr" has no attribute "chain" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "add_conversion_goal_property_filters" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "add_conversion_goal_property_filters" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "add_conversion_goal_property_filters" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Argument 1 to "generate_cte_query" of "ConversionGoalProcessor" has incompatible type "list[CompareOperation]"; expected "list[Expr]" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Incompatible types in assignment (expression has type "list[Expr]", variable has type "list[CompareOperation]") [assignment]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Incompatible types in assignment (expression has type "list[Expr]", variable has type "list[CompareOperation]") [assignment]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Incompatible types in assignment (expression has type "list[Expr]", variable has type "list[CompareOperation]") [assignment]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Item "None" of "JoinConstraint | None" has no attribute "constraint_type" [union-attr]
products/marketing_analytics/backend/hogql_queries/test_conversion_goal_processor.py:0: error: Item "None" of "JoinConstraint | None" has no attribute "expr" [union-attr]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner.py:0: error: Incompatible default for argument "query" (default has type "None", argument has type "MarketingAnalyticsTableQuery") [assignment]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner.py:0: error: Statement is unreachable [unreachable]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: "TestMarketingAnalyticsTableQueryRunnerBusiness" has no attribute "test_data_configs" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: "TestMarketingAnalyticsTableQueryRunnerBusiness" has no attribute "test_data_configs" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable) [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: "object" has no attribute "append" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: "type[TestMarketingAnalyticsTableQueryRunnerBusiness]" has no attribute "test_data_configs" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: Argument 1 to "len" has incompatible type "list[Any] | None"; expected "Sized" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: Function "builtins.callable" is not valid as a type [valid-type]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: Unsupported operand types for + ("object" and "float") [operator]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: Unsupported operand types for + ("object" and "int") [operator]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: Unsupported operand types for + ("object" and "int") [operator]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_business.py:0: error: callable? not callable [misc]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_compare.py:0: error: "TestMarketingAnalyticsTableQueryRunnerCompare" has no attribute "test_data_configs" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_compare.py:0: error: "TestMarketingAnalyticsTableQueryRunnerCompare" has no attribute "test_data_configs" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_compare.py:0: error: "type[TestMarketingAnalyticsTableQueryRunnerCompare]" has no attribute "test_data_configs" [attr-defined]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_compare.py:0: error: Argument 1 to "len" has incompatible type "list[Any] | None"; expected "Sized" [arg-type]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_compare.py:0: error: Function "builtins.callable" is not valid as a type [valid-type]
products/marketing_analytics/backend/hogql_queries/test_marketing_analytics_table_query_runner_compare.py:0: error: callable? not callable [misc]
products/surveys/backend/test_max_tools.py:0: error: Argument 1 to "len" has incompatible type "Any | None"; expected "Sized" [arg-type]
products/surveys/backend/test_max_tools.py:0: error: Value of type "Any | None" is not indexable [index]
products/surveys/backend/test_max_tools.py:0: error: Value of type "Any | None" is not indexable [index]
products/user_interviews/backend/max_tools.py:0: error: Incompatible types in assignment (expression has type "str", variable has type "list[str]") [assignment]