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
I'm encountering a warning in the Airflow logs when running a sync operation using the Hightouch operator. The sync completes successfully, but there is an issue with parsing the output, which triggers a warning. This seems to happen on every sync I've orchestrated through Airflow.
Steps to Reproduce:
Trigger a sync operation using the Hightouch integration in Airflow.
Monitor the Airflow logs during the execution.
Expected Behavior:
The sync operation should complete without warnings, and the output should be parsed correctly without exceptions.
Actual Behavior:
The following warning appears in the Airflow logs:
WARNING - Sync ran successfully but failed to parse output.
@ernestcheng You may be the right person to tag here. Wondering if the issue I opened is correctly captured and if there is any additional information I can provide to get this issue resolved. Thanks!
I'm encountering a warning in the Airflow logs when running a sync operation using the Hightouch operator. The sync completes successfully, but there is an issue with parsing the output, which triggers a warning. This seems to happen on every sync I've orchestrated through Airflow.
Steps to Reproduce:
Expected Behavior:
The sync operation should complete without warnings, and the output should be parsed correctly without exceptions.
Actual Behavior:
The following warning appears in the Airflow logs:
The relevant portion of the log is as follows:
Code Snippet:
The following code in the operator is responsible for handling the sync output:
The text was updated successfully, but these errors were encountered: