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
[fix] Use indirect writemethod for BigQuery writes to actually output partitioned tables. (#257)
… partitioned tables.
## Summary
## Checklist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved BigQuery data writing method to support partitioned tables by
changing the write method from "direct" to "indirect".
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments