Skip to content

Commit

Permalink
Update macros/upload_individual_datasets/upload_model_executions.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
glsdown authored Sep 28, 2023
1 parent e682284 commit 606fe12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
{% if compile_started_at %}'{{ compile_started_at }}'{% else %}null{% endif %}, {# compile_started_at #}
{% set query_completed_at = (model.timing | selectattr("name", "eq", "execute") | first | default({})).get("completed_at") %}
{% if query_completed_at %}'{{ query_completed_at }}'{% else %}null{% endif %}, {# query_completed_at #}
{% endfor %}
{% else %}
null, {# compile_started_at #}
null, {# query_completed_at #}
Expand Down

0 comments on commit 606fe12

Please sign in to comment.