Skip to content

Convert DocList, wellbeingaccount, appopSetupWiz to LAVA#741

Merged
abrignoni merged 1 commit into
mainfrom
lava-batch-4
Jun 19, 2026
Merged

Convert DocList, wellbeingaccount, appopSetupWiz to LAVA#741
abrignoni merged 1 commit into
mainfrom
lava-batch-4

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Three single-report conversions, using tz-aware UTC datetimes for LAVA from the start.

  • DocList — three datetime columns via convert_human_ts_to_utc; also fixed the stray trailing quote in the artifact name (DocList'DocList).
  • wellbeingaccount — protobuf dump; the HTML-formatted column declared via html_columns.
  • appopSetupWiz — replaces the deprecated datetime.utcfromtimestamp with the tz-aware datetime.fromtimestamp(ts, timezone.utc), feeding the Timestamp column.

Verified: all three parse, lint-clean, loader resolves with no warnings.

Convert three single-report artifacts to @artifact_processor, using tz-aware UTC
datetimes for LAVA from the start.

- DocList: three datetime columns via convert_human_ts_to_utc; fixed the stray
  trailing quote in the artifact name ("DocList'" -> "DocList").
- wellbeingaccount: protobuf dump; the HTML-formatted column is declared via
  "html_columns".
- appopSetupWiz: replaces the deprecated datetime.utcfromtimestamp with
  datetime.fromtimestamp(ts, timezone.utc) (tz-aware), feeding the Timestamp column.

Function keys dropped since decorated functions resolve by name.
@abrignoni abrignoni merged commit 76c6c87 into main Jun 19, 2026
1 check passed
@abrignoni abrignoni deleted the lava-batch-4 branch June 19, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant