I'm using dagster-gcp, and bigquery, and my numeri...
# ask-community
n
I'm using dagster-gcp, and bigquery, and my numerical data is loading into bigquery as nulls. My pandas dataframe has the right numerical types, so do I need to specify the bigquery schema in some way? The example here https://docs.dagster.io/integrations/bigquery/using-bigquery-with-dagster does not. Should I not convert the data to numerical types?
🤖 1
yup, that was it! spaces in bigquery column names will load without error, but the data will be loaded as null!