Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[source-instagram] start_date config parameter not working for source-instagram connector #445

Open
1 task done
maloyuso opened this issue Nov 7, 2024 · 0 comments
Open
1 task done

Comments

@maloyuso
Copy link

maloyuso commented Nov 7, 2024

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).

import airbyte as ab
 
source: ab.Source = ab.get_source(
        name="source-instagram",
        config={
            "start_date": "2024-01-01T00:00:00Z",
            "access_token": access_token
        }
 )

source.select_streams(["user-insights"])
source.read(cache=ab.get_default_cache())

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

  • Yes, I want to contribute
@maloyuso 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 marcosmarxm transferred this issue from airbytehq/airbyte Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant