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
For other streams, the forced-replication-method is set to "FULL". It would be great it target-bigquery could interpret those metadata instead of having to explicitly configure via loader config it my orchestration tooling (meltano).
The text was updated successfully, but these errors were encountered:
@JohannesRudolph, we have use cases when we want to set target replication method as APPEND, even though tap replication method is FULL_TABLE. We do this in order to preserve historical data.
Our current process is:
Pull replication method from target-bigquery config
If it’s not there, use append
Our new process will be:
Pull replication method from target-bigquery config
If it’s not there, pull it from JSON schema (new feature)
Some taps only support state for some streams, not for others. E.g. tap-pipedrive has this catalog
For other streams, the
forced-replication-method
is set to "FULL". It would be great it target-bigquery could interpret those metadata instead of having to explicitly configure via loader config it my orchestration tooling (meltano).The text was updated successfully, but these errors were encountered: