Edward Gao
Edward Gao
Bigquery never actually supported incremental T+D, but instantiated a valve anyway. Remove that field.
## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌
closes https://github.com/airbytehq/airbyte-internal-issues/issues/7608; closes #7621 * track stream statuses * pass stream status into the StreamSyncSummary * AbstractStreamOperation skips `overwriteFinalTable` if the status was not COMPLETE this PR has "safe" default...
closes https://github.com/airbytehq/airbyte-internal-issues/issues/2413 ?
closes https://github.com/airbytehq/airbyte-internal-issues/issues/7606 These are the changes that break platform compatibility. We shouldn't release this until platform is ready for it, and we can turn on the `supportsRefreshes` metadata in destinations.
## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌
* CatalogParser is now responsible for setting the default namespace on stream objects. * This entails a bunch of knock-on changes: * All the core async stuff now operates on...
## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌
* create new raw tables with meta+gen ID (also partition on gen ID - this seems like a good idea? but could be convinced to skip it for now) *...