Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[infra] Algumas tabelas em basedosdados.br_anatel_telefonia_move. parecem nao estar disponiveis; R #1715

Open
joaovgranja opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@joaovgranja
Copy link

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.

@joaovgranja joaovgranja added the bug Something isn't working label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants