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
The Instagram connector is currently not recognizing config parameter "start_date". When executing any stream read, the parameter is ignored and only the current date (today date) data is extracted.
I'm using the open-source airbyte versión 0.19.1 (with pip install airbyte).
Sync Progress: source-instagram -> DuckDBCache
Started reading from source at 19:58:47:
Read 30 records over 3.9 seconds (7.6 records/s, 0.01 MB/s).
Received records for 1 streams:
30 stories
Cached 30 records into 1 local cache file(s).
Finished reading from source at 19:58:54.
Started cache processing at 19:58:54:
Processed 1 cache file(s) over 0.03 seconds.
Completed cache processing for 1 streams:
stories
Finished cache processing at 19:58:54.
Sync completed at 19:58:54. Total time elapsed: 7.1 seconds
Contribute
Yes, I want to contribute
The text was updated successfully, but these errors were encountered:
maloyuso
changed the title
start_date config parameter not working for source-instagram connector
[source-instagram] start_date config parameter not working for source-instagram connector
Nov 7, 2024
@marcosmarxm can you poke around to see if there's a widespread issue?
Here's the thing — Instagram is a pretty popular connector that syncs up quite a lot of data across a lot of workspaces, and we haven't heard other reports of this.
It's possible this is specific to pyairbyte, OR the start_date config has a funny slightly different key and there's a docs mismatch or something.
Connector Name
source-instagram
Connector Version
3.1.0
What step the error happened?
Configuring a new connector
Relevant information
The Instagram connector is currently not recognizing config parameter "start_date". When executing any stream read, the parameter is ignored and only the current date (today date) data is extracted.
I'm using the open-source airbyte versión 0.19.1 (with pip install airbyte).
Relevant log output
Sync Progress: source-instagram -> DuckDBCache
Started reading from source at 19:58:47:
Read 30 records over 3.9 seconds (7.6 records/s, 0.01 MB/s).
Received records for 1 streams:
30 stories
Cached 30 records into 1 local cache file(s).
Finished reading from source at 19:58:54.
Started cache processing at 19:58:54:
Processed 1 cache file(s) over 0.03 seconds.
Completed cache processing for 1 streams:
stories
Finished cache processing at 19:58:54.
Sync completed at 19:58:54. Total time elapsed: 7.1 seconds
Contribute
The text was updated successfully, but these errors were encountered: