fix(batch-exports): Couple of backfill bugfixes #102614
Annotations
10 errors and 1 warning
posthog/batch_exports/models.py#L295
Item "datetime" of "datetime | str | None" has no attribute "endswith"
|
posthog/batch_exports/models.py#L295
Item "None" of "datetime | str | None" has no attribute "endswith"
|
posthog/batch_exports/models.py#L296
Item "None" of "datetime | str | None" has no attribute "replace"
|
posthog/batch_exports/models.py#L296
Argument 1 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
posthog/batch_exports/models.py#L296
Argument 2 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
posthog/batch_exports/models.py#L298
Item "datetime" of "datetime | str | None" has no attribute "endswith"
|
posthog/batch_exports/models.py#L298
Item "None" of "datetime | str | None" has no attribute "endswith"
|
posthog/batch_exports/models.py#L299
Item "None" of "datetime | str | None" has no attribute "replace"
|
posthog/batch_exports/models.py#L299
Argument 1 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
posthog/batch_exports/models.py#L299
Argument 2 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
The following actions use a deprecated Node.js version and will be forced to run on node20: n1hility/cancel-previous-runs@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading