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

Error when adding clusterBy in dataform table config #1936

Open
deloccobunge opened this issue Mar 6, 2025 · 0 comments
Open

Error when adding clusterBy in dataform table config #1936

deloccobunge opened this issue Mar 6, 2025 · 0 comments

Comments

@deloccobunge
Copy link

Hello all,

using the exemple from https://cloud.google.com/dataform/docs/create-tables?hl=pt-br#create-table-partitions-clusters, I've set this config on dataform (gcp web interface)

config {
type: "table",
schema: "STAGING_COMMON",
bigquery: {
partitionBy: "invoice_year",
clusterBy: "invoice_week"
}
}

on compile frame it gives me this error:

Unexpected property "clusterBy" for "dataform.Table", please report this to the Dataform team at https://github.com/dataform-co/dataform/issues.

I hope you can guide me for a solution on this.

Regards
Fabricio Delocco

Image
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