feat(firestore-bigquery-exports) add an option to skip BigQuery init steps
This feature would solve this issue: https://github.com/firebase/extensions/issues/2468
When running backfill command with @firebaseextensions/fs-bq-import-collection, there is no reason to alter existing BigQuery table or view, when everything is working fine.
This MR adds an option --skip-init to skip those steps (alterning clustering / partitionning of the raw_changelog, creating the latest view).
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.