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

acces to sharded table especific date #625

Open
joscani opened this issue Nov 27, 2024 · 0 comments
Open

acces to sharded table especific date #625

joscani opened this issue Nov 27, 2024 · 0 comments

Comments

@joscani
Copy link

joscani commented Nov 27, 2024

How to acces to sharded table in specific _TABLE_SUFFIX
I have this

sc <- src_bigquery(project = mi_project_name,
                   dataset = dataset_name,
                   billing= billing_project_name,
                   max_pages = 10)



table_sharded  <- sc  |> tbl(I("`tabla_sharded_*"))

This works, but I don't know how to filter using something like

table_sharded |>
filter( _TABLE_SUFFIX %in% c ('20240909', '20241010', '20241122')) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant