-
Notifications
You must be signed in to change notification settings - Fork 72
RELEASE ENG 602 snowflake role #4168
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
Conversation
WalkthroughThis change extends the analytics platform configuration to include a new Changes
Sequence Diagram(s)sequenceDiagram
participant Config as analytics-platform-config.ts
participant Stack as analytics-platform-stack.ts
participant AWS as AWS IAM/S3
participant Snowflake as Snowflake
Config->>Stack: Provide snowflake.integrationUserArn & integrationExternalId
Stack->>AWS: Create IAM Policy (S3 access for snowflake prefix)
Stack->>AWS: Create IAM Role (assumable by integrationUserArn with externalId)
Snowflake->>AWS: Assume Role using integrationUserArn & integrationExternalId
AWS->>Snowflake: Grant S3 access per policy
Possibly related PRs
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error code ERR_SSL_WRONG_VERSION_NUMBER 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (3)`**/*.{js,jsx,ts,tsx}`: Don’t use null inside the app, only on code interacting ...
📄 Source: CodeRabbit Inference Engine (.cursorrules) List of files the instruction was applied to:
`**/*.{ts,tsx}`: Use types whenever possible
📄 Source: CodeRabbit Inference Engine (.cursorrules) List of files the instruction was applied to:
`**/*.ts`: - Use the Onion Pattern to organize a package's code in layers - Try ...
⚙️ Source: CodeRabbit Configuration File List of files the instruction was applied to:
🧠 Learnings (4)📓 Common learnings
packages/infra/config/example.ts (4)
packages/infra/config/analytics-platform-config.ts (1)
packages/infra/lib/analytics-platform/analytics-platform-stack.ts (5)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (5)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Issues:
Description
Testing
Check each PR.
Release Plan
master
Summary by CodeRabbit