-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Descrição
Algumas tabelas em basedosdados.br_anatel_telefonia_move. parecem nao estar disponiveis. Eu consigo baixar os microdados, mas nao as tabelas ddd, modalidade e tecnologia. O erro e':
Error in `bigrquery::bq_project_query()` at bigrquery/R/bq-download.R:68:5:
! Job coverage-reqs-bdmais.job_XFUMkD_3HedYQCjkFy1uOK-og1SI.US failed
✖ Access Denied: Table basedosdados:br_anatel_telefonia_movel.tecnologia: User does not have permission to query table
basedosdados:br_anatel_telefonia_movel.tecnologia, or perhaps it does not exist. [accessDenied]
Reproduzir
rm( list = ls() )
library( basedosdados )
set_billing_id( "your_billing_id" )
query <- "SELECT * FROM `basedosdados.br_anatel_telefonia_movel.ddd`"
dt_subscribers_ddd <- read_sql( query )
setDT( dt_subscribers_ddd )
dt_subscribers_ddd # ano/mes/ddd/tech/subscribers (no firm)
Usando basedosdados::bdplyr, por exemplo,
query <- bdplyr( "br_anatel_telefonia_movel.ddd" )
da' o erro:
Error in `bdplyr()`:
! The table basedosdados.br_anatel_telefonia_movel.ddd doesn't have a valid name or was not found at basedosdados.
Comportamento esperado
Download da tabela.
Capturas de tela
NA.
Desktop (preencha as seguintes informações):
- SO: Ubuntu 22.04.4 LTS
- Navegador: NA
- Versão: 127.0
Smartphone (preencha as seguintes informações):
NA
Contexto adicional
NA.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working