feat: Support multiple models in S3 batch export #87910
Annotations
10 errors and 2 warnings
posthog/batch_exports/service.py#L179
Name "batch_export_model" already defined on line 178
|
posthog/batch_exports/service.py#L618
Argument 1 to "ScheduleActionStartWorkflow" has incompatible type "str"; expected "MethodAsyncSingleParam[Never, dict[str, Any], Never]"
|
posthog/batch_exports/service.py#L625
Argument "name" to "BatchExportModel" has incompatible type "str | None"; expected "str"
|
posthog/temporal/tests/batch_exports/test_batch_exports.py#L267
Missing positional argument "default_fields" in call to "iter_model_records"
|
posthog/temporal/tests/batch_exports/test_batch_exports.py#L269
Argument "model" to "iter_model_records" has incompatible type "str"; expected "BatchExportModel | BatchExportSchema | None"
|
posthog/temporal/batch_exports/snowflake_batch_export.py#L458
Incompatible types in assignment (expression has type "BatchExportSchema | None", variable has type "BatchExportModel | None")
|
posthog/temporal/batch_exports/s3_batch_export.py#L455
Incompatible types in assignment (expression has type "BatchExportSchema | None", variable has type "BatchExportModel | None")
|
posthog/temporal/batch_exports/postgres_batch_export.py#L272
Incompatible types in assignment (expression has type "BatchExportSchema | None", variable has type "BatchExportModel | None")
|
posthog/temporal/batch_exports/bigquery_batch_export.py#L413
Argument "batch_export_model" to "BigQueryInsertInputs" has incompatible type "BatchExportModel | None"; expected "BatchExportSchema | None"
|
posthog/temporal/batch_exports/bigquery_batch_export.py#L415
"BigQueryBatchExportInputs" has no attribute "batch_export_schema"; maybe "batch_export_id" or "batch_export_model"?
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: n1hility/cancel-previous-runs@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "email_renders".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading