Open tim-werner opened 4 months ago
Thanks for the quick fix @tim-werner
This fix still doesn't make the Adjust source work.
The format of the Adjust still expects date. Please refer to the following API documentation.
The actual issue triggerd by the date format expected by airbyte .
I just opened a additional PR to modify the test cases and the manifest.yaml.
Connector Name
source-adjust
Connector Version
0.1.4, 0.1.5,0.1.6
What step the error happened?
Configuring a new connector
Relevant information
The time date format that is passed to the adjust API is wrong. The adjust connector passes a date '%Y-%m-%d' to the API but the API expects the format like '%Y-%m-%dT%H:%M:%SZ'.
The fix would be possible to change the manifest.yaml for the DatetimeBasedCursor from datetime_format: "%Y-%m-%d" to datetime_format: "%Y-%m-%dT%H:%M:%SZ".
Relevant log output
Contribute