[custom-connector] Querying a DWH as part of a connector for an API #34287
-
I am working on creating a connector for an awkward API which requires an ID per customer that expires and is aggressively rate limited. As such, I don't believe I can use the Parent Stream option as although data relating to new customers would be available expired links could not be updated. Is there a way to query a DWH (snowflake) as part of the source connector to apply logic to retrieve the list of customer IDs? I'm guessing I could just use SQLAlchemy but how can I access the credentials as its not the existing source? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can customize the read function but currently no documentation for this type of change. |
Beta Was this translation helpful? Give feedback.
You can customize the read function but currently no documentation for this type of change.