Skip to content

Commit

Permalink
Merge branch 'main' into br-camara-dados
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx authored Feb 19, 2024
2 parents fd4bf33 + 20d3ccd commit d08f985
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 d08f985

Please sign in to comment.