Slackbot
09/24/2024, 12:08 PMuser
09/24/2024, 12:08 PMuser
09/24/2024, 12:10 PMairbyte_internal
table if you are not satisfied with the results. However, please note that the mechanism by which a destination connector accomplishes the full refresh will vary from destination to destination. For certified database and data warehouse destinations, Airbyte will be recreating the final table each sync. This allows Airbyte to leave the previous sync's data viewable by writing to a "final-table-tmp" location as the sync is running, and at the end dropping the old "final" table, and renaming the new one into place. However, please be aware that this may not be possible for all destinations, and Airbyte may need to erase the existing data at the start of each full-refresh sync. Also, if you are using normalization, it might happen that, on full refresh overwrite, DBT drops the views created on top of the tables managed by DBT. This is a DBT known issue. Sources: - [Airbyte Documentation](https://docs.airbyte.com/using-airbyte/core-concepts/sync-modes/full-refresh-overwrite-deduped#destination-specific-mechanism-for-full-refresh) - [Airbyte Forum Post](https://discuss.airbyte.io/t/747)user
09/24/2024, 12:17 PMuser
09/24/2024, 12:17 PMLOG_LEVEL=DEBUG
to check if you get more information. If this doesn't provide the information you need, you can open an issue on the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte/issues/new?assignees=&labels=type%2Fenhancement%2C+needs-triage&template=feature-request.md&title=) to request this feature. For the issue with the ServiceNow API returning empty fields, you might want to check the API documentation or contact ServiceNow support for more information. It could be due to the API endpoint, parameters, or the data in the ServiceNow instance. Source: [Airbyte Forum Post](https://discuss.airbyte.io/t/726)