Skip to content

Commit

Permalink
Merge pull request #442 from basedosdados/fix/br_bd_metadados
Browse files Browse the repository at this point in the history
fix: br_bd_metadados__prefect_flows
  • Loading branch information
laura-l-amaral authored Feb 19, 2024
2 parents 8a4c4d7 + 920c3ea commit 20d3ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/br_bd_metadados/br_bd_metadados__prefect_flows.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{ config(alias="prefect_flows", schema="br_bd_metadados") }}
select
safe_cast(project_name as string) project_name,
safe_cast(flow_group_id as string) flow_group_id,
safe_cast(name as string) name,
datetime(left(flow_group_flows_aggregate_aggregate_min_created, 19)) created,
Expand Down

0 comments on commit 20d3ccd

Please sign in to comment.