fix(batch-exports): Couple of backfill bugfixes #102614
Triggered via pull request
October 28, 2024 15:09
Status
Cancelled
Total duration
5m 10s
Artifacts
–
ci-backend.yml
on: pull_request
Determine need to run backend checks
8s
Matrix: async-migrations
Matrix: django
Python code quality checks
2m 59s
Validate Django and CH migrations
3m 41s
Calculate running time
0s
Annotations
31 errors and 4 warnings
Python code quality checks:
posthog/batch_exports/models.py#L295
Item "datetime" of "datetime | str | None" has no attribute "endswith"
|
Python code quality checks:
posthog/batch_exports/models.py#L295
Item "None" of "datetime | str | None" has no attribute "endswith"
|
Python code quality checks:
posthog/batch_exports/models.py#L296
Item "None" of "datetime | str | None" has no attribute "replace"
|
Python code quality checks:
posthog/batch_exports/models.py#L296
Argument 1 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
Python code quality checks:
posthog/batch_exports/models.py#L296
Argument 2 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
Python code quality checks:
posthog/batch_exports/models.py#L298
Item "datetime" of "datetime | str | None" has no attribute "endswith"
|
Python code quality checks:
posthog/batch_exports/models.py#L298
Item "None" of "datetime | str | None" has no attribute "endswith"
|
Python code quality checks:
posthog/batch_exports/models.py#L299
Item "None" of "datetime | str | None" has no attribute "replace"
|
Python code quality checks:
posthog/batch_exports/models.py#L299
Argument 1 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
Python code quality checks:
posthog/batch_exports/models.py#L299
Argument 2 to "replace" of "datetime" has incompatible type "str"; expected "SupportsIndex"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Determine need to run backend checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python code quality checks
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/
|
Validate Django and CH migrations
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Async migrations tests - clickhouse/clickhouse-server:23.12.6.19
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|