Test your BQ schema

After creating the schema table of your business object in BigQuery, you have to test the schema with an example json file. If you’re not doing this, you will not able to deploy a Pipas. To ease the testing process, we created for you an API. This API takes the json from “json_to_check” and tries to stream it into the example table

v135-5213-pipass-test-two:schema_for_beverages_sales.schema_table

Create Dataset - 1

As you can see the data which was provided at “json_to_check” was inserted to BigQuery.
Below you can find an example of a failed check:


You can use the test route as often you want to, the data is simply streamed into your schema table, which is not used later on.
IMPORTANT: The LATEST test needs to be successful otherwise the Pipas won’t get deployed