You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running piperider compare-reports --last against a dbt metric results in an error like ValueError: Invalid isoformat string: '2023-04-01 00:00:00'
To Reproduce
Steps to reproduce the behavior:
Setup new virtual environment and run pip install "piperider[bigquery]==0.23.3"
Initialize Piperider with piperider init
Add the piperider tag to a metric configuration file
Run piperider run twice to generate two reports
Run piperider compare-reports --last --debug
See an error like ValueError: Invalid isoformat string: '2023-04-01 00:00:00'
Expected behavior
The compare-reports command should create an HTML report and a Markdown report in the .piperider/comparisons/ directory
Desktop (please complete the following information):
Describe the bug
Running
piperider compare-reports --last
against a dbt metric results in an error likeValueError: Invalid isoformat string: '2023-04-01 00:00:00'
To Reproduce
Steps to reproduce the behavior:
"piperider[bigquery]==0.23.3"
piperider init
piperider
tag to a metric configuration filepiperider run
twice to generate two reportspiperider compare-reports --last --debug
ValueError: Invalid isoformat string: '2023-04-01 00:00:00'
Expected behavior
The
compare-reports
command should create an HTML report and a Markdown report in the.piperider/comparisons/
directoryDesktop (please complete the following information):
Additional context
Add any other context about the problem here.
The offending metric configuration can be found below:
The full output of
piperider compare-reports --last --debug
is attached:piperider_debug.txt
The text was updated successfully, but these errors were encountered: