-
Notifications
You must be signed in to change notification settings - Fork 0
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
CC-34100 Add Quicksight client adapter #1
CC-34100 Add Quicksight client adapter #1
Conversation
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it a standard list of validations for eco modules? Don't we need any other ones?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tbh, I don't know. I guess, we can clarify this closer to the release phase.
@@ -0,0 +1,40 @@ | |||
SPRYKER SYSTEMS GMBH EVALUATION LICENSE AGREEMENT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need a special License for eco modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change it to MIT for now, but we'll need to clarify this in the future.
src/SprykerEco/Shared/AmazonQuicksight/AmazonQuicksightConstants.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Shared/AmazonQuicksight/AmazonQuicksightConstants.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Zed/AmazonQuicksight/Communication/AmazonQuicksightCommunicationFactory.php
Show resolved
Hide resolved
<foreign-key name="spy_quicksight_user-fk_user" foreignTable="spy_user" phpName="User" refPhpName="QuicksightUser"> | ||
<reference foreign="id_user" local="fk_user"/> | ||
</foreign-key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dependency to User module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fixed
*/ | ||
public function getQuicksightUserRegisterNamespace(): string | ||
{ | ||
return 'default'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets move to constant
<foreign-key name="spy_quicksight_user-fk_user" foreignTable="spy_user" phpName="User" refPhpName="QuicksightUser"> | ||
<reference foreign="id_user" local="fk_user"/> | ||
</foreign-key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fixed
295bc0f
into
feature/cc-34041/dev-quick-sight-mvp
Overview: