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

[FEATURE] Add SQL Proxy support to Snowflake #12342 #12511

Merged
merged 7 commits into from
Jun 21, 2024
Merged

Conversation

lcaresia
Copy link
Collaborator

@lcaresia lcaresia commented Jun 20, 2024

WHY

Summary by CodeRabbit

  • New Features

    • Updated various Snowflake components and actions to handle SQL query execution more efficiently.
  • Bug Fixes

    • Improved the reliability and consistency of query executions across all Snowflake components.
  • Version Updates

    • Incremented versions for multiple Snowflake components and actions to ensure compatibility and improvements:
      • Execute SQL Query: 0.2.0
      • Insert Multiple Rows: 0.1.0
      • Insert Single Row: 1.1.0
      • Change to Warehouse: 0.1.0
      • Deleted Role: 0.1.0
      • Deleted User: 0.1.0
      • New Database: 0.1.0
      • New Role: 0.1.0
      • New Row: 0.2.0
      • New Schema: 0.1.0
      • New Table: 0.1.0
      • New User: 0.1.0
      • Query Results: 0.2.0
      • Updated Role: 0.1.0
      • Updated User: 0.1.0
      • Usage Monitor: 0.1.0
  • Refactor

    • Simplified and optimized the logic for executing SQL queries in Snowflake components.
    • Replaced collectRows method with executeQuery for better performance and reliability.
  • Chores

    • Updated @pipedream/snowflake package dependencies to ensure compatibility with the latest platform version.

@lcaresia lcaresia self-assigned this Jun 20, 2024
Copy link

vercel bot commented Jun 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Ignored (Inspect) Visit Preview Jun 21, 2024 10:11pm
pipedream-docs ⬜️ Ignored (Inspect) Jun 21, 2024 10:11pm
pipedream-docs-redirect-do-not-edit ⬜️ Ignored (Inspect) Jun 21, 2024 10:11pm

Copy link
Contributor

coderabbitai bot commented Jun 20, 2024

Warning

Rate limit exceeded

@lcaresia has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 35 minutes and 54 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between ba41c76 and 8f447ab.

Walkthrough

The Snowflake component was comprehensively updated, with significant enhancements focusing on improving SQL query execution. Notable changes include the introduction of executeQueryAdapter for better parameter handling and replacing collectRows with the more efficient executeQuery. Various modules and functionalities across the component have been version-bumped, ensuring a coherent upgrade and streamlined query processing.

Changes

File Change Summary
components/snowflake/actions/execute-sql-query/execute-sql-query.mjs Refactored SQL execution logic using executeQueryAdapter and executeQuery; version update to 0.2.0.
components/snowflake/actions/insert-multiple-rows/insert-multiple-rows.mjs Version update to 0.1.0.
components/snowflake/actions/insert-row/insert-row.mjs Version update to 1.1.0.
components/snowflake/package.json Version update to 0.13.0; Updated dependency @pipedream/platform to ^3.0.0.
components/snowflake/snowflake.app.mjs Introduced createPrivateKey, sqlProxy, updated connection configuration and query execution logic.
components/snowflake/sources/change-to-warehouse/change-to-warehouse.mjs Version update to 0.1.0.
components/snowflake/sources/common-delete.mjs Replaced getRows with executeQuery in fetchData method.
components/snowflake/sources/common-table-scan.mjs Updated schema processing and row retrieval to use executeQuery.
components/snowflake/sources/common-update.mjs Replaced getRows with executeQuery in fetchData method.
components/snowflake/sources/common.mjs Replaced getRows with executeQuery in processCollection and processSingle.
components/snowflake/sources/deleted-role/deleted-role.mjs Version update to 0.1.0.
components/snowflake/sources/deleted-user/deleted-user.mjs Version update to 0.1.0.
components/snowflake/sources/failed-task-in-schema/failed-task-in-schema.mjs Version update to 0.1.0.
components/snowflake/sources/new-database/new-database.mjs Version update to 0.1.0.
components/snowflake/sources/new-role/new-role.mjs Version update to 0.1.0; Added alwaysRunInSingleProcessMode() method.
components/snowflake/sources/new-row/new-row.mjs Version update to 0.2.0.
components/snowflake/sources/new-schema/new-schema.mjs Version update to 0.1.0.
components/snowflake/sources/new-table/new-table.mjs Version update to 0.1.0.
components/snowflake/sources/new-user/new-user.mjs Version update to 0.1.0.
components/snowflake/sources/query-results/query-results.mjs Version update to 0.2.0.
components/snowflake/sources/updated-role/updated-role.mjs Version update to 0.1.0.
components/snowflake/sources/updated-user/updated-user.mjs Version update to 0.1.0.
components/snowflake/sources/usage-monitor/usage-monitor.mjs Replaced getRows with executeQuery in fetchData method.

In code's vast snowy fields, a rabbit hopped with glee,
New queries now speed through, as swift as swift can be.
Rows fetched with grace and style, in version updates bright,
To Snowflake's new horizons, we leap into the light. 🌟


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Outside diff range and nitpick comments (1)
components/snowflake/sources/common.mjs (1)

Line range hint 83-83: Replace RegExp constructor with a regex literal for better performance and readability.

- const queryRegex = new RegExp(".*IDENTIFIER\\(\\s*'(?<warehouse>.*?)'\\s*\\)|.*IDENTIFIER\\(\\s*\"(?<warehouse2>.*?)\"\\s*\\)|.*(\\bwarehouse\\s+(?<warehouse3>\\w+))", "i");
+ const queryRegex = /.*IDENTIFIER\(\s*'(.*?)'\s*\)|.*IDENTIFIER\(\s*"(.*?)"\s*\)|.*(\bwarehouse\s+(\w+))/i;
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c168f70 and 7df63af.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (29)
  • components/certifier/certifier.app.mjs (1 hunks)
  • components/documentpro/documentpro.app.mjs (1 hunks)
  • components/drchrono/drchrono.app.mjs (1 hunks)
  • components/gloww/gloww.app.mjs (1 hunks)
  • components/hackerone/hackerone.app.mjs (1 hunks)
  • components/html_to_image/html_to_image.app.mjs (1 hunks)
  • components/hubstaff/hubstaff.app.mjs (1 hunks)
  • components/ikas/ikas.app.mjs (1 hunks)
  • components/leadoku/leadoku.app.mjs (1 hunks)
  • components/mslm_cloud/mslm_cloud.app.mjs (1 hunks)
  • components/parma/parma.app.mjs (1 hunks)
  • components/pdffiller/pdffiller.app.mjs (1 hunks)
  • components/procfu/procfu.app.mjs (1 hunks)
  • components/signpath/signpath.app.mjs (1 hunks)
  • components/snowflake/actions/execute-sql-query/execute-sql-query.mjs (2 hunks)
  • components/snowflake/package.json (2 hunks)
  • components/snowflake/snowflake.app.mjs (11 hunks)
  • components/snowflake/sources/common-delete.mjs (1 hunks)
  • components/snowflake/sources/common-table-scan.mjs (2 hunks)
  • components/snowflake/sources/common-update.mjs (1 hunks)
  • components/snowflake/sources/common.mjs (2 hunks)
  • components/snowflake/sources/usage-monitor/usage-monitor.mjs (1 hunks)
  • components/teamcamp/teamcamp.app.mjs (1 hunks)
  • components/test_apps_for_checking_something_001/test_apps_for_checking_something_001.app.mjs (1 hunks)
  • components/ticket_source/ticket_source.app.mjs (1 hunks)
  • components/transifex/transifex.app.mjs (1 hunks)
  • components/undetectable_ai/undetectable_ai.app.mjs (1 hunks)
  • components/universal_summarizer_by_kagi/universal_summarizer_by_kagi.app.mjs (1 hunks)
  • components/unstructured/unstructured.app.mjs (1 hunks)
Files skipped from review due to trivial changes (21)
  • components/certifier/certifier.app.mjs
  • components/documentpro/documentpro.app.mjs
  • components/drchrono/drchrono.app.mjs
  • components/hackerone/hackerone.app.mjs
  • components/html_to_image/html_to_image.app.mjs
  • components/hubstaff/hubstaff.app.mjs
  • components/ikas/ikas.app.mjs
  • components/leadoku/leadoku.app.mjs
  • components/mslm_cloud/mslm_cloud.app.mjs
  • components/parma/parma.app.mjs
  • components/pdffiller/pdffiller.app.mjs
  • components/procfu/procfu.app.mjs
  • components/signpath/signpath.app.mjs
  • components/snowflake/package.json
  • components/teamcamp/teamcamp.app.mjs
  • components/test_apps_for_checking_something_001/test_apps_for_checking_something_001.app.mjs
  • components/ticket_source/ticket_source.app.mjs
  • components/transifex/transifex.app.mjs
  • components/undetectable_ai/undetectable_ai.app.mjs
  • components/universal_summarizer_by_kagi/universal_summarizer_by_kagi.app.mjs
  • components/unstructured/unstructured.app.mjs
Additional context used
Biome
components/snowflake/sources/common.mjs

[error] 83-83: Use a regular expression literal instead of the RegExp constructor. (lint/complexity/useRegexLiterals)

Regular expression literals avoid some escaping required in a string literal, and are easier to analyze statically.
Safe fix: Use a literal notation instead.

Additional comments not posted (8)
components/gloww/gloww.app.mjs (1)

11-11: Added semicolon enhances consistency with JavaScript style guidelines.

components/snowflake/actions/execute-sql-query/execute-sql-query.mjs (2)

5-5: Version bump to 0.2.0 is appropriate for the new feature addition.


21-24: Refactoring to use executeQueryAdapter enhances modularity and maintainability of SQL query execution.

Verification successful

The search results confirm that the executeQueryAdapter function is defined and used across various files within the codebase. The integration of this function appears consistent with the aim of enhancing modularity and maintainability.

  • Definition: Found in platform/lib/sql-prop.ts and components/snowflake/snowflake.app.mjs.
  • Usage: Found in several files including components/snowflake/actions/execute-sql-query/execute-sql-query.mjs, components/postgresql/actions/execute-custom-query/execute-custom-query.mjs, and components/mysql/actions/execute-raw-query/execute-raw-query.mjs.

The integration of executeQueryAdapter is consistent and widespread, which aligns with the review comment's assertion of improved modularity and maintainability.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify integration of `executeQueryAdapter` within the system.

# Test: Search for the function usage. Expect: Only occurances of the new adapter.
rg --type javascript $'executeQueryAdapter'

Length of output: 77



Script:

#!/bin/bash
# Search for the definition of `executeQueryAdapter`
ast-grep --lang javascript --pattern 'function executeQueryAdapter($_) { $$$ }'

# Search for the usage of `executeQueryAdapter` across the codebase
rg 'executeQueryAdapter'

Length of output: 1200

components/snowflake/sources/common-delete.mjs (1)

46-46: Replacement of getRows with executeQuery aligns with the new SQL Proxy support and should enhance consistency and performance.

Verification successful

The search results indicate that executeQuery is consistently used across multiple components, including Snowflake, PostgreSQL, MySQL, and others. This supports the idea that the replacement of getRows with executeQuery in common-delete.mjs aligns with a standardized approach for query execution.

  • components/snowflake/sources/common-delete.mjs: return this.snowflake.executeQuery({

Given this consistency, the change appears to be correctly implemented.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify proper implementation of `executeQuery` across components.

# Test: Search for the method usage. Expect: Consistent usage across components.
rg --type javascript $'executeQuery'

Length of output: 70



Script:

#!/bin/bash
# Description: Verify proper implementation of `executeQuery` across components.

# Test: Search for the method usage. Expect: Consistent usage across components.
rg 'executeQuery' --glob '*.js' --glob '*.mjs'

Length of output: 7766

components/snowflake/sources/common-table-scan.mjs (1)

149-149: Refactor to use executeQuery appears correctly implemented in _getLastId.

This change should enhance the method's ability to handle different SQL execution scenarios more robustly, aligning with the new SQL Proxy support.

components/snowflake/sources/usage-monitor/usage-monitor.mjs (1)

207-207: Refactor to use executeQuery in fetchData correctly implemented.

This modification should ensure that the method is now using the updated SQL execution process, consistent with the new system architecture.

components/snowflake/sources/common.mjs (1)

32-32: Refactoring to use executeQuery in processCollection and processSingle methods is correctly implemented.

This ensures that both methods are now aligned with the new execution strategy, enhancing maintainability and consistency across the component.

Also applies to: 41-41

components/snowflake/snowflake.app.mjs (1)

93-93: Implementation of sqlProxy methods, proxyAdapter, executeQueryAdapter, and executeQuery methods appears correct.

These changes integrate well with the new SQL Proxy support, providing a more flexible and robust framework for SQL operations within the app.

Also applies to: 192-211, 212-212

@lcaresia lcaresia linked an issue Jun 20, 2024 that may be closed by this pull request
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range and nitpick comments (1)
components/snowflake/sources/common.mjs (1)

Line range hint 83-83: Replace the RegExp constructor with regular expression literals for improved readability and performance.

- const queryRegex = new RegExp(".*IDENTIFIER\\(\\s*'(?<warehouse>.*?)'\\s*\\)|.*IDENTIFIER\\(\\s*\"(?<warehouse2>.*?)\"\\s*\\)|.*(\\bwarehouse\\s+(?<warehouse3>\\w+))", "i");
+ const queryRegex = /.*IDENTIFIER\(\s*'(.*?)'\s*\)|.*IDENTIFIER\(\s*"(.*?)"\s*\)|.*(\bwarehouse\s+(\w+))/i;
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 7df63af and f05d6c2.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (23)
  • components/snowflake/actions/execute-sql-query/execute-sql-query.mjs (2 hunks)
  • components/snowflake/actions/insert-multiple-rows/insert-multiple-rows.mjs (1 hunks)
  • components/snowflake/actions/insert-row/insert-row.mjs (1 hunks)
  • components/snowflake/package.json (2 hunks)
  • components/snowflake/snowflake.app.mjs (11 hunks)
  • components/snowflake/sources/change-to-warehouse/change-to-warehouse.mjs (1 hunks)
  • components/snowflake/sources/common-delete.mjs (1 hunks)
  • components/snowflake/sources/common-table-scan.mjs (2 hunks)
  • components/snowflake/sources/common-update.mjs (1 hunks)
  • components/snowflake/sources/common.mjs (2 hunks)
  • components/snowflake/sources/deleted-role/deleted-role.mjs (1 hunks)
  • components/snowflake/sources/deleted-user/deleted-user.mjs (1 hunks)
  • components/snowflake/sources/failed-task-in-schema/failed-task-in-schema.mjs (1 hunks)
  • components/snowflake/sources/new-database/new-database.mjs (1 hunks)
  • components/snowflake/sources/new-role/new-role.mjs (1 hunks)
  • components/snowflake/sources/new-row/new-row.mjs (1 hunks)
  • components/snowflake/sources/new-schema/new-schema.mjs (1 hunks)
  • components/snowflake/sources/new-table/new-table.mjs (1 hunks)
  • components/snowflake/sources/new-user/new-user.mjs (1 hunks)
  • components/snowflake/sources/query-results/query-results.mjs (1 hunks)
  • components/snowflake/sources/updated-role/updated-role.mjs (1 hunks)
  • components/snowflake/sources/updated-user/updated-user.mjs (1 hunks)
  • components/snowflake/sources/usage-monitor/usage-monitor.mjs (2 hunks)
Files skipped from review due to trivial changes (14)
  • components/snowflake/actions/insert-multiple-rows/insert-multiple-rows.mjs
  • components/snowflake/actions/insert-row/insert-row.mjs
  • components/snowflake/sources/change-to-warehouse/change-to-warehouse.mjs
  • components/snowflake/sources/deleted-role/deleted-role.mjs
  • components/snowflake/sources/deleted-user/deleted-user.mjs
  • components/snowflake/sources/failed-task-in-schema/failed-task-in-schema.mjs
  • components/snowflake/sources/new-database/new-database.mjs
  • components/snowflake/sources/new-row/new-row.mjs
  • components/snowflake/sources/new-schema/new-schema.mjs
  • components/snowflake/sources/new-table/new-table.mjs
  • components/snowflake/sources/new-user/new-user.mjs
  • components/snowflake/sources/query-results/query-results.mjs
  • components/snowflake/sources/updated-role/updated-role.mjs
  • components/snowflake/sources/updated-user/updated-user.mjs
Files skipped from review as they are similar to previous changes (7)
  • components/snowflake/actions/execute-sql-query/execute-sql-query.mjs
  • components/snowflake/package.json
  • components/snowflake/snowflake.app.mjs
  • components/snowflake/sources/common-delete.mjs
  • components/snowflake/sources/common-table-scan.mjs
  • components/snowflake/sources/common-update.mjs
  • components/snowflake/sources/usage-monitor/usage-monitor.mjs
Additional context used
Biome
components/snowflake/sources/common.mjs

[error] 83-83: Use a regular expression literal instead of the RegExp constructor. (lint/complexity/useRegexLiterals)

Regular expression literals avoid some escaping required in a string literal, and are easier to analyze statically.
Safe fix: Use a literal notation instead.

Additional comments not posted (4)
components/snowflake/sources/new-role/new-role.mjs (2)

9-9: Version update from "0.0.11" to "0.1.0" is noted and appropriate for the addition of new features.


Line range hint 11-13: New method alwaysRunInSingleProcessMode added. Ensure it is used appropriately across the application to enforce single-process execution where necessary.

Consider documenting the specific scenarios where this method should be used to guide future development and maintenance.

components/snowflake/sources/common.mjs (2)

32-32: Refactored to use executeQuery for SQL execution. Verify integration with other components that interact with this method.

Verification successful

The integration of the processCollection method appears to be consistent across the relevant components, as evidenced by its usage in multiple files. This suggests that the refactoring to use executeQuery for SQL execution is properly integrated.

Files where processCollection is used:

  • components/snowflake/sources/common.mjs
  • components/snowflake/sources/common-table-scan.mjs
  • components/google_cloud/sources/common/bigquery.mjs
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify the integration of `processCollection` with related components.

# Test: Search for method usage across related components. Expect: Proper integration and no errors.
rg --type mjs 'processCollection'

Length of output: 61



Script:

#!/bin/bash
# Description: Verify the integration of `processCollection` with related components.

# Test: Search for method usage across related components. Expect: Proper integration and no errors.
rg --glob '*.mjs' 'processCollection'

Length of output: 661


41-41: Refactored to use executeQuery for SQL execution in processSingle. Ensure that this change is well integrated and tested with the event emission logic.

Verification successful

The output shows that processSingle is indeed integrated with event emission logic. The method includes calls to this.$emit, which confirms that it emits events based on the processed rows.

  • components/snowflake/sources/common.mjs:
    • Line 41: const rowStream = await this.snowflake.executeQuery(statement);
    • Event emission logic is present within the context of processSingle.
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify the integration of `processSingle` with event emission logic.

# Test: Search for method usage and its interaction with event emission logic. Expect: Proper integration and no errors.
rg --type mjs 'processSingle'

Length of output: 57



Script:

#!/bin/bash
# Description: Verify the integration of `processSingle` with event emission logic.

# Test: Search for method usage and its interaction with event emission logic. Expect: Proper integration and no errors.

# Find all .mjs files and search for the term 'processSingle' within them
fd -e mjs -x rg 'processSingle' {}

Length of output: 352



Script:

#!/bin/bash
# Description: Verify the integration of `processSingle` with event emission logic.

# Test: Search for event emission logic in the context of `processSingle`. Expect: Proper integration and no errors.

# Find all .mjs files and search for event emission logic within the context of 'processSingle'
fd -e mjs -x rg -A 5 -B 5 'processSingle' {}

Length of output: 2292

GTFalcao
GTFalcao previously approved these changes Jun 20, 2024
Copy link
Collaborator

@GTFalcao GTFalcao left a comment

Choose a reason for hiding this comment

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

LGTM!

jverce
jverce previously approved these changes Jun 21, 2024
components/snowflake/snowflake.app.mjs Outdated Show resolved Hide resolved
Co-authored-by: Jay Vercellone <jverce@users.noreply.github.com>
@lcaresia lcaresia dismissed stale reviews from jverce and GTFalcao via 9a476a4 June 21, 2024 21:49
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f05d6c2 and ba41c76.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (4)
  • components/snowflake/actions/execute-sql-query/execute-sql-query.mjs (2 hunks)
  • components/snowflake/package.json (2 hunks)
  • components/snowflake/snowflake.app.mjs (11 hunks)
  • components/snowflake/sources/usage-monitor/usage-monitor.mjs (1 hunks)
Files skipped from review as they are similar to previous changes (4)
  • components/snowflake/actions/execute-sql-query/execute-sql-query.mjs
  • components/snowflake/package.json
  • components/snowflake/snowflake.app.mjs
  • components/snowflake/sources/usage-monitor/usage-monitor.mjs

@lcaresia lcaresia merged commit 8c7bccc into master Jun 21, 2024
11 checks passed
@lcaresia lcaresia deleted the issue-12342 branch June 21, 2024 23:06
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.

[FEATURE] Add SQL Proxy support to Snowflake
3 participants