Skip to content

Commit

Permalink
bioma
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielle-carv committed Sep 26, 2023
1 parent 4a0949f commit 270d879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/br_geobr_mapas/br_geobr_mapas__bioma.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}}
SELECT
SAFE_CAST(year AS INT64) ano,
SAFE_CAST(code_biome AS STRING) id_bioma,
SAFE_CAST(name_biome AS STRING) nome_bioma,
SAFE.ST_GEOGFROMTEXT(geometry) geometria,
FROM basedosdados-staging.br_geobr_mapas_staging.bioma as t
SAFE_CAST(id_bioma AS STRING) id_bioma,
SAFE_CAST(nome_bioma AS STRING) nome_bioma,
SAFE.ST_GEOGFROMTEXT(geometria) geometria
from basedosdados-staging.br_geobr_mapas_staging.bioma as t

0 comments on commit 270d879

Please sign in to comment.