You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a SalesForce row has a null value in any of its fields then it does not get inserted into BigQuery.
Using this repo I built a dataflow template based on CdapSalesforceBatchToBigQuery.java.
From there I have created a few jobs, changing the optional parameters. I am getting data through to BigQuery , but only for rows with no null values.
Is this intentional behaviour , if yes could you advise on how to adjust to allow for nulls?
The text was updated successfully, but these errors were encountered:
If a SalesForce row has a null value in any of its fields then it does not get inserted into BigQuery.
Using this repo I built a dataflow template based on CdapSalesforceBatchToBigQuery.java.
From there I have created a few jobs, changing the optional parameters. I am getting data through to BigQuery , but only for rows with no null values.
Is this intentional behaviour , if yes could you advise on how to adjust to allow for nulls?
The text was updated successfully, but these errors were encountered: