what is default_target_schema for the bigquery int...
# contributing-to-airbyte
m
what is default_target_schema for the bigquery integration?
u
Pipelinewise’s target calls it a schema but it’s just a dataset
u
They allow you to redirect different singer streams into different datasets/tables. They also use temporary tables that can live in different datasets
u
you mean a table right?
u
because there is already a dataset field
u
Their “schema” refers to a dataset
u
Not a table.