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

HCK-8971: include schema name in index name of DDL #35

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

Nightlngale
Copy link
Contributor

@Nightlngale Nightlngale commented Dec 4, 2024

Sub-taskHCK-8971 [BBVA] include schema name in index name of DDL

Content

  • Create index script includes schema name

@Nightlngale Nightlngale self-assigned this Dec 4, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

* @param {string} params.schemaName
* @returns {string}
* */
const getNamePrefixedWithSchemaName = ({name, schemaName}) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

did you applied the prettier? seems like there are spaces in brackets missing

* @returns {string}
*/
const getIndexName = ({ name, schemaName }) => {
return getNamePrefixedWithSchemaName({name, schemaName});
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link

sonarqubecloud bot commented Dec 4, 2024

@Nightlngale Nightlngale enabled auto-merge (squash) December 4, 2024 14:14
@chulanovskyi-bs chulanovskyi-bs merged commit 5096a56 into develop Dec 4, 2024
3 of 9 checks passed
@chulanovskyi-bs chulanovskyi-bs deleted the HCK-8971 branch December 4, 2024 15:06
Nightlngale added a commit that referenced this pull request Dec 5, 2024
chulanovskyi-bs pushed a commit that referenced this pull request Dec 5, 2024
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