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

Destination Snowflake Cortex: SQL Processor Refactor #38337

Merged
merged 52 commits into from
May 31, 2024

Conversation

aaronsteers
Copy link
Collaborator

@aaronsteers aaronsteers commented May 18, 2024

What

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES πŸ’š
  • NO ❌

Copy link

vercel bot commented May 18, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
airbyte-docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 31, 2024 5:03pm

for i, chunk in enumerate(document_chunks, start=0):
new_data: dict[str, Any] = {
DOCUMENT_ID_COLUMN: self._create_document_id(record_msg),
CHUNK_ID_COLUMN: str(uuid.uuid4().int),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO:

  • Consider changing this to int or ULID.

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label May 29, 2024
Copy link
Contributor

@bindipankhudi bindipankhudi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took another pass. Looks great! πŸ‘ We should make sure all the tests run before we merge.

@aaronsteers aaronsteers merged commit 9de7e16 into master May 31, 2024
32 checks passed
@aaronsteers aaronsteers deleted the aj/destination-cortex/sql-processor-refactor branch May 31, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/destination/snowflake-cortex
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants