To export all of your historic job, connector, source, and destination data from Airbyte to BigQuery, you would typically follow these steps: 1. Set up BigQuery as a destination in Airbyte. You can do this by logging into your Airbyte account, clicking on "Destinations", and then clicking on "+ New destination". Select "BigQuery" from the "Destination type" dropdown. Enter the necessary details such as your Google Cloud project ID, dataset location, default dataset ID, and service account key JSON. You can find more details on this in the [Airbyte documentation](
https://docs.airbyte.com/integrations/destinations/bigquery#step-2-set-up-the-bigquery-connector). 2. Set up a connection between your source (in this case, your Airbyte instance) and the BigQuery destination. This involves specifying the source and destination, setting the sync mode, and scheduling the sync frequency. More details can be found in the [Airbyte documentation](
https://docs.airbyte.com/using-airbyte/getting-started/set-up-a-connection). However, it's important to note that the ability to export all historic job, connector, source, and destination data depends on the specific capabilities of the Airbyte connectors for those sources. Not all connectors may support exporting all historic data. Also, please note that the Airbyte version you're using (0.63.3) might not support all the features mentioned in the knowledge sources. You might need to upgrade to a newer version to use some features. For instance, the "Refresh" feature that ensures you have continued access to your data while loading in all historical data from the source is available from version 0.63.7 onwards for BigQuery ([source](
https://github.com/airbytehq/airbyte/issues/36295)). Lastly, if you're looking to migrate configurations (like connectors, sources, and destinations) from one Airbyte instance to another, you can export the configuration from the old instance and import it into the new one. This is discussed in several forum posts ([source 1](
https://discuss.airbyte.io/t/3514), [source 2](
https://discuss.airbyte.io/t/370), [source 3](
https://discuss.airbyte.io/t/1768)). However, this might not include job history. For that, you might need to directly access the underlying database where Airbyte stores this information.