Skip to content

Conversation

chubei
Copy link
Contributor

@chubei chubei commented Sep 12, 2023

It would have been a small change if not for the snowflake connector.

Turns out the snowflake client we're currently using is not async-aware. The returned iterator over the table rows from the client is !Send.

This forces us to change Connector::start to return a !Send future, which in turn results in big refactoring of all the tests.

@chubei chubei marked this pull request as ready for review September 12, 2023 18:13
It would have been a small change if not for the snowflake connector.

Turns out the snowflake client we're currently using is not async-aware.
The returned iterator over the table rows from the client is `!Send`.

This forces us to change `Connector::start` to return a `!Send` future,
which in turn results in big refactoring of all the tests.
@chubei chubei added this pull request to the merge queue Sep 13, 2023
Merged via the queue into getdozer:main with commit b81d0cc Sep 13, 2023
@chubei chubei deleted the fix/ingest branch September 13, 2023 04:24
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

Successfully merging this pull request may close these issues.

2 participants