[go: nahoru, domu]

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

System.ArgumentException: 'Value BIGNUMERIC is undefined in BigQueryDbType Parameter name: name' #8212

Closed
djzzmail opened this issue Feb 28, 2022 · 2 comments

Comments

@djzzmail
Copy link

Steps to reproduce

  1. in GCP bigQuery declare id as type BIGNUMERIC
  2.    foreach (BigQueryRow row in client.GetQueryResults(job.Reference))
       {
           //  MessageBox.Show(row.ToString);
           // var id = row["id"];
           //Console.WriteLine(row);
           richTextBox1.Text += row["id"] + " | " + row["storeno"] + " | " + row["data"] +"\n";
       }
    

received error
System.ArgumentException: 'Value BIGNUMERIC is undefined in BigQueryDbType Parameter name: name'

Thanks!

@jskeet
Copy link
Collaborator
jskeet commented Feb 28, 2022

As noted in my answer, I'd expect this to be addressed in 2.4.0-beta01.

Which version are you seeing this in?

@djzzmail
Copy link
Author

the issue is in v2.3.0
ok solved in Google.Cloud.BigQuery.V2 -Version 2.4.0-beta01
from nuget console type " Install-Package Google.Cloud.BigQuery.V2 -Version 2.4.0-beta01"
thanks.

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

2 participants